Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat/
Date: Sat, 29 May 2021 07:02:21
Message-Id: 1622271723.0179cbdaf16fc35f9b1ace3bf48b14014c615a18.sam@gentoo
1 commit: 0179cbdaf16fc35f9b1ace3bf48b14014c615a18
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 07:01:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 07:02:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0179cbda
7
8 app-crypt/hashcat: use bundled unrar for now
9
10 Unreleased changes upstream.
11
12 Closes: https://bugs.gentoo.org/792720
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-crypt/hashcat/{hashcat-6.2.1.ebuild => hashcat-6.2.1-r1.ebuild} | 3 ++-
16 app-crypt/hashcat/hashcat-9999.ebuild | 3 ++-
17 2 files changed, 4 insertions(+), 2 deletions(-)
18
19 diff --git a/app-crypt/hashcat/hashcat-6.2.1.ebuild b/app-crypt/hashcat/hashcat-6.2.1-r1.ebuild
20 similarity index 97%
21 rename from app-crypt/hashcat/hashcat-6.2.1.ebuild
22 rename to app-crypt/hashcat/hashcat-6.2.1-r1.ebuild
23 index dc3813e63de..1adb6223b74 100644
24 --- a/app-crypt/hashcat/hashcat-6.2.1.ebuild
25 +++ b/app-crypt/hashcat/hashcat-6.2.1-r1.ebuild
26 @@ -60,13 +60,14 @@ src_prepare() {
27 src_compile() {
28 tc-export CC CXX AR
29
30 + # Use bundled unrar for now, bug #792720
31 emake \
32 SHARED=1 \
33 PRODUCTION=1 \
34 ENABLE_BRAIN=$(usex brain 1 0) \
35 USE_SYSTEM_LZMA=0 \
36 USE_SYSTEM_OPENCL=1 \
37 - USE_SYSTEM_UNRAR=1 \
38 + USE_SYSTEM_UNRAR=0 \
39 USE_SYSTEM_ZLIB=1 \
40 USE_SYSTEM_XXHASH=1 \
41 VERSION_PURE="${PV}"
42
43 diff --git a/app-crypt/hashcat/hashcat-9999.ebuild b/app-crypt/hashcat/hashcat-9999.ebuild
44 index dc3813e63de..1adb6223b74 100644
45 --- a/app-crypt/hashcat/hashcat-9999.ebuild
46 +++ b/app-crypt/hashcat/hashcat-9999.ebuild
47 @@ -60,13 +60,14 @@ src_prepare() {
48 src_compile() {
49 tc-export CC CXX AR
50
51 + # Use bundled unrar for now, bug #792720
52 emake \
53 SHARED=1 \
54 PRODUCTION=1 \
55 ENABLE_BRAIN=$(usex brain 1 0) \
56 USE_SYSTEM_LZMA=0 \
57 USE_SYSTEM_OPENCL=1 \
58 - USE_SYSTEM_UNRAR=1 \
59 + USE_SYSTEM_UNRAR=0 \
60 USE_SYSTEM_ZLIB=1 \
61 USE_SYSTEM_XXHASH=1 \
62 VERSION_PURE="${PV}"