app-crypt/hashcat: bump
authorZero_Chaos <zerochaos@gentoo.org>
Fri, 23 Feb 2018 17:29:37 +0000 (12:29 -0500)
committerZero_Chaos <zerochaos@gentoo.org>
Fri, 23 Feb 2018 17:30:12 +0000 (12:30 -0500)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-crypt/hashcat/Manifest
app-crypt/hashcat/hashcat-4.1.0.ebuild [moved from app-crypt/hashcat/hashcat-3.5.0.ebuild with 87% similarity]

index e8d88d20918776583220e88c44ba80c7566e4d83..95f32dafdfb57bacd77f921ac19bd15511550d16 100644 (file)
@@ -1,2 +1,2 @@
-DIST hashcat-3.5.0.tar.gz 4103461 BLAKE2B 821280182641ceadab7d712395a0a33cd7bfde8fcc8c133a2c12d089dc76b43edbee632f724083f29e9ec924991cda94e6f17b53f1b3155537d41286d3886832 SHA512 7efc860461894a550fbacc406a40fec400232a120818180abba3d53f26bd3a503f58e7d189e4afad0f871c2244ff68371b145af58ab097478fe2d73f39c9a6b3
 DIST hashcat-4.0.1.tar.gz 3905127 BLAKE2B 534270c7409f5a3dc4995a81fab63e6bfcd6b2bd4bb549f96b44e9c6bf24ce67505eb82803ace29fba69526c7c0703c66de9cc68cefcca79ef58040165041756 SHA512 7300b16ebd601fdbdbfd66adeba072c6f4f4dd5898dd85824513b97cc7848f4c2ae0fe523cfe7803fdba7954966ea289275fa5d49ff792706f73394e2bd95e77
+DIST hashcat-4.1.0.tar.gz 3956136 BLAKE2B f9d6f9322e4c50ee1e156c283da1257a24f0e2cb22618cf93b8b11dd1964f6741f409429ee904412f70301e4b2381b388bcab0296a30ea3a94569efe7aaaeec6 SHA512 c9e01847c89dd8521da8734ea324c69f1e9bfef50c059e9dc29d4b947fe090405774a57ae688f907698c7d9a2d1f087b730e0a994dc5ed0d5d937a9ef950dd73
similarity index 87%
rename from app-crypt/hashcat/hashcat-3.5.0.ebuild
rename to app-crypt/hashcat/hashcat-4.1.0.ebuild
index f3ffb50a9be64449e9ec370dfadd3fbf5ed4e907..cd473accdb5017b75efe0227c217cd0f66865efd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -40,8 +40,10 @@ src_test() {
                        einfo "To run these tests, portage likely must be in the video group."
                        einfo "Please run \"gpasswd -a portage video\" if the tests will fail"
                fi
+       #elif use vidia_cards_fglrx; then
+       #       addwrite /dev/ati
        fi
        #this always exits with 255 despite success
        #./hashcat -b -m 2500 || die "Test failed"
-       ./hashcat -a 3 -m 1500 nQCk49SiErOgk
+       ./hashcat -a 3 -m 1500 nQCk49SiErOgk || die "Test failed"
 }