Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/
Date: Fri, 02 Nov 2018 20:24:30
Message-Id: 1541189287.4e6a1b34a384121bdc50113abc0ab6fd67b19596.candrews@gentoo
1 commit: 4e6a1b34a384121bdc50113abc0ab6fd67b19596
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 20:08:07 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 20:08:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6a1b34
7
8 app-crypt/johntheripper: Use https urls
9
10 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild | 8 ++++----
14 app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild | 8 ++++----
15 app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild | 8 ++++----
16 3 files changed, 12 insertions(+), 12 deletions(-)
17
18 diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild
19 index fc6fab5d528..09066589c34 100644
20 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild
21 +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -11,10 +11,10 @@ MY_P="${MY_PN}-${PV}"
29 JUMBO="jumbo-7"
30
31 DESCRIPTION="fast password cracker"
32 -HOMEPAGE="http://www.openwall.com/john/"
33 +HOMEPAGE="https://www.openwall.com/john/"
34
35 -SRC_URI="http://www.openwall.com/john/g/${MY_P}.tar.bz2
36 - !minimal? ( http://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
37 +SRC_URI="https://www.openwall.com/john/g/${MY_P}.tar.bz2
38 + !minimal? ( https://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42
43 diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
44 index b8eed231b1b..916f7b51ca6 100644
45 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
46 +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 +# Copyright 1999-2018 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -11,10 +11,10 @@ MY_P="${MY_PN}-${PV}"
54 JUMBO="jumbo-7"
55
56 DESCRIPTION="fast password cracker"
57 -HOMEPAGE="http://www.openwall.com/john/"
58 +HOMEPAGE="https://www.openwall.com/john/"
59
60 -SRC_URI="http://www.openwall.com/john/g/${MY_P}.tar.bz2
61 - !minimal? ( http://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
62 +SRC_URI="https://www.openwall.com/john/g/${MY_P}.tar.bz2
63 + !minimal? ( https://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67
68 diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild
69 index 81c08300e9a..e3e30d7db42 100644
70 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild
71 +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild
72 @@ -1,4 +1,4 @@
73 -# Copyright 1999-2017 Gentoo Foundation
74 +# Copyright 1999-2018 Gentoo Authors
75 # Distributed under the terms of the GNU General Public License v2
76
77 EAPI="4"
78 @@ -11,10 +11,10 @@ MY_P="${MY_PN}-${PV}"
79 JUMBO="jumbo-7"
80
81 DESCRIPTION="fast password cracker"
82 -HOMEPAGE="http://www.openwall.com/john/"
83 +HOMEPAGE="https://www.openwall.com/john/"
84
85 -SRC_URI="http://www.openwall.com/john/g/${MY_P}.tar.bz2
86 - !minimal? ( http://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
87 +SRC_URI="https://www.openwall.com/john/g/${MY_P}.tar.bz2
88 + !minimal? ( https://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
89
90 LICENSE="GPL-2"
91 SLOT="0"