Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat/
Date: Fri, 23 Feb 2018 17:30:34
Message-Id: 1519407012.7b3bce031917a1b80573cbb61c353cb342ca9234.zerochaos@gentoo
1 commit: 7b3bce031917a1b80573cbb61c353cb342ca9234
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 17:29:37 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 17:30:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3bce03
7
8 app-crypt/hashcat: bump
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-crypt/hashcat/Manifest | 2 +-
13 app-crypt/hashcat/{hashcat-3.5.0.ebuild => hashcat-4.1.0.ebuild} | 6 ++++--
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/app-crypt/hashcat/Manifest b/app-crypt/hashcat/Manifest
17 index e8d88d20918..95f32dafdfb 100644
18 --- a/app-crypt/hashcat/Manifest
19 +++ b/app-crypt/hashcat/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST hashcat-3.5.0.tar.gz 4103461 BLAKE2B 821280182641ceadab7d712395a0a33cd7bfde8fcc8c133a2c12d089dc76b43edbee632f724083f29e9ec924991cda94e6f17b53f1b3155537d41286d3886832 SHA512 7efc860461894a550fbacc406a40fec400232a120818180abba3d53f26bd3a503f58e7d189e4afad0f871c2244ff68371b145af58ab097478fe2d73f39c9a6b3
22 DIST hashcat-4.0.1.tar.gz 3905127 BLAKE2B 534270c7409f5a3dc4995a81fab63e6bfcd6b2bd4bb549f96b44e9c6bf24ce67505eb82803ace29fba69526c7c0703c66de9cc68cefcca79ef58040165041756 SHA512 7300b16ebd601fdbdbfd66adeba072c6f4f4dd5898dd85824513b97cc7848f4c2ae0fe523cfe7803fdba7954966ea289275fa5d49ff792706f73394e2bd95e77
23 +DIST hashcat-4.1.0.tar.gz 3956136 BLAKE2B f9d6f9322e4c50ee1e156c283da1257a24f0e2cb22618cf93b8b11dd1964f6741f409429ee904412f70301e4b2381b388bcab0296a30ea3a94569efe7aaaeec6 SHA512 c9e01847c89dd8521da8734ea324c69f1e9bfef50c059e9dc29d4b947fe090405774a57ae688f907698c7d9a2d1f087b730e0a994dc5ed0d5d937a9ef950dd73
24
25 diff --git a/app-crypt/hashcat/hashcat-3.5.0.ebuild b/app-crypt/hashcat/hashcat-4.1.0.ebuild
26 similarity index 87%
27 rename from app-crypt/hashcat/hashcat-3.5.0.ebuild
28 rename to app-crypt/hashcat/hashcat-4.1.0.ebuild
29 index f3ffb50a9be..cd473accdb5 100644
30 --- a/app-crypt/hashcat/hashcat-3.5.0.ebuild
31 +++ b/app-crypt/hashcat/hashcat-4.1.0.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 @@ -40,8 +40,10 @@ src_test() {
39 einfo "To run these tests, portage likely must be in the video group."
40 einfo "Please run \"gpasswd -a portage video\" if the tests will fail"
41 fi
42 + #elif use vidia_cards_fglrx; then
43 + # addwrite /dev/ati
44 fi
45 #this always exits with 255 despite success
46 #./hashcat -b -m 2500 || die "Test failed"
47 - ./hashcat -a 3 -m 1500 nQCk49SiErOgk
48 + ./hashcat -a 3 -m 1500 nQCk49SiErOgk || die "Test failed"
49 }