commit: 0179cbdaf16fc35f9b1ace3bf48b14014c615a18 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 29 07:01:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 29 07:02:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0179cbda
app-crypt/hashcat: use bundled unrar for now Unreleased changes upstream. Closes: https://bugs.gentoo.org/792720 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/hashcat/{hashcat-6.2.1.ebuild => hashcat-6.2.1-r1.ebuild} | 3 ++- app-crypt/hashcat/hashcat-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-crypt/hashcat/hashcat-6.2.1.ebuild b/app-crypt/hashcat/hashcat-6.2.1-r1.ebuild similarity index 97% rename from app-crypt/hashcat/hashcat-6.2.1.ebuild rename to app-crypt/hashcat/hashcat-6.2.1-r1.ebuild index dc3813e63de..1adb6223b74 100644 --- a/app-crypt/hashcat/hashcat-6.2.1.ebuild +++ b/app-crypt/hashcat/hashcat-6.2.1-r1.ebuild @@ -60,13 +60,14 @@ src_prepare() { src_compile() { tc-export CC CXX AR + # Use bundled unrar for now, bug #792720 emake \ SHARED=1 \ PRODUCTION=1 \ ENABLE_BRAIN=$(usex brain 1 0) \ USE_SYSTEM_LZMA=0 \ USE_SYSTEM_OPENCL=1 \ - USE_SYSTEM_UNRAR=1 \ + USE_SYSTEM_UNRAR=0 \ USE_SYSTEM_ZLIB=1 \ USE_SYSTEM_XXHASH=1 \ VERSION_PURE="${PV}" diff --git a/app-crypt/hashcat/hashcat-9999.ebuild b/app-crypt/hashcat/hashcat-9999.ebuild index dc3813e63de..1adb6223b74 100644 --- a/app-crypt/hashcat/hashcat-9999.ebuild +++ b/app-crypt/hashcat/hashcat-9999.ebuild @@ -60,13 +60,14 @@ src_prepare() { src_compile() { tc-export CC CXX AR + # Use bundled unrar for now, bug #792720 emake \ SHARED=1 \ PRODUCTION=1 \ ENABLE_BRAIN=$(usex brain 1 0) \ USE_SYSTEM_LZMA=0 \ USE_SYSTEM_OPENCL=1 \ - USE_SYSTEM_UNRAR=1 \ + USE_SYSTEM_UNRAR=0 \ USE_SYSTEM_ZLIB=1 \ USE_SYSTEM_XXHASH=1 \ VERSION_PURE="${PV}"
