diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2018-02-23 12:29:37 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-02-23 12:30:12 -0500 |
commit | 7b3bce031917a1b80573cbb61c353cb342ca9234 (patch) | |
tree | 432cb83d57ae3d0066c5c8fce409dd7793f80632 /app-crypt | |
parent | app-admin/needrestart: 3.0 version bump (diff) | |
download | gentoo-7b3bce031917a1b80573cbb61c353cb342ca9234.tar.gz gentoo-7b3bce031917a1b80573cbb61c353cb342ca9234.tar.bz2 gentoo-7b3bce031917a1b80573cbb61c353cb342ca9234.zip |
app-crypt/hashcat: bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashcat/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/hashcat/hashcat-4.1.0.ebuild (renamed from app-crypt/hashcat/hashcat-3.5.0.ebuild) | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-crypt/hashcat/Manifest b/app-crypt/hashcat/Manifest index e8d88d209187..95f32dafdfb5 100644 --- a/app-crypt/hashcat/Manifest +++ b/app-crypt/hashcat/Manifest @@ -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 diff --git a/app-crypt/hashcat/hashcat-3.5.0.ebuild b/app-crypt/hashcat/hashcat-4.1.0.ebuild index f3ffb50a9be6..cd473accdb50 100644 --- a/app-crypt/hashcat/hashcat-3.5.0.ebuild +++ b/app-crypt/hashcat/hashcat-4.1.0.ebuild @@ -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" } |