public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/
Date: Thu, 20 Dec 2018 04:08:59 +0000 (UTC)	[thread overview]
Message-ID: <1545278917.358201d61352b1b840c4721cf02efef7048f8513.zerochaos@gentoo> (raw)

commit:     358201d61352b1b840c4721cf02efef7048f8513
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 04:08:37 2018 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 04:08:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358201d6

app-crypt/johntheripper-jumbo: fix bug #673414

also don't install opencl kernels in a dir john doesn't read them in

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.8.0.ebuild | 7 +++----
 app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild  | 8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.8.0.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.8.0.ebuild
index 6e8d04dc6d4..a70e6a1c4ca 100644
--- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.8.0.ebuild
+++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.8.0.ebuild
@@ -96,7 +96,7 @@ src_install() {
 	dosbin run/john
 	newsbin run/mailer john-mailer
 
-	pax-mark -mr "${ED}usr/sbin/john"
+	pax-mark -mr "${ED}/usr/sbin/john"
 
 	# grep '$(LN)' Makefile.in | head -n-3 | tail -n+2 | cut -d' ' -f3 | cut -d/ -f3
 	for s in \
@@ -111,15 +111,14 @@ src_install() {
 	doins run/*.py
 
 	if use opencl; then
-		insinto /usr/share/john/kernels
-		doins run/kernels/*
+		insinto /etc/john
+		doins -r run/kernels
 	fi
 
 	# config files
 	insinto /etc/john
 	doins run/*.chr run/password.lst
 	doins run/*.conf
-	doins -r run/kernels
 
 	# documentation
 	dodoc doc/*

diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
index 1e72fa5104c..a05e2f9da35 100644
--- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
+++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
@@ -93,7 +93,7 @@ src_install() {
 	dosbin run/john
 	newsbin run/mailer john-mailer
 
-	pax-mark -mr "${ED}usr/sbin/john"
+	pax-mark -mr "${ED}/usr/sbin/john"
 
 	# grep '$(LN)' Makefile.in | head -n-3 | tail -n+2 | cut -d' ' -f3 | cut -d/ -f3
 	for s in \
@@ -108,15 +108,15 @@ src_install() {
 	doins run/*.py
 
 	if use opencl; then
-		insinto /usr/share/john/kernels
-		doins run/kernels/*
+		insinto /etc/john
+		doins -r run/kernels
 	fi
 
 	# config files
 	insinto /etc/john
 	doins run/*.chr run/password.lst
 	doins run/*.conf
-	doins -r run/rules run/kernels run/ztex
+	doins -r run/rules run/ztex
 
 	# documentation
 	dodoc doc/*


             reply	other threads:[~2018-12-20  4:09 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-20  4:08 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-14  8:58 [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/ Hans de Graaff
2021-01-05 10:47 Miroslav Šulc
2021-03-09 21:43 Rick Farina
2021-03-09 21:43 Rick Farina
2021-03-09 21:43 Rick Farina
2021-03-10 17:05 Rick Farina
2021-12-03  7:41 Arthur Zamarin
2021-12-03 19:25 Arthur Zamarin
2021-12-04 10:07 Arthur Zamarin
2021-12-04 10:07 Arthur Zamarin
2022-05-14 21:30 David Seifert
2022-10-02  2:24 Rick Farina
2022-10-02  2:24 Rick Farina
2022-10-02  2:24 Rick Farina
2022-10-02  2:24 Rick Farina
2022-10-04  7:32 Arthur Zamarin
2023-08-22  0:36 Rick Farina
2023-08-22  0:36 Rick Farina
2023-08-24  1:40 Rick Farina
2024-01-02 18:07 Rick Farina
2024-01-03 16:42 Rick Farina
2024-01-03 16:42 Rick Farina
2024-08-25 12:04 Andreas K. Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1545278917.358201d61352b1b840c4721cf02efef7048f8513.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox