Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/files/, app-crypt/easy-rsa/
Date: Sun, 23 Jul 2017 12:07:28
Message-Id: 1500811636.69978cc4b8791b8782eaf5fd53575225ac658130.kensington@gentoo
1 commit: 69978cc4b8791b8782eaf5fd53575225ac658130
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 23 12:05:27 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 23 12:07:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69978cc4
7
8 app-crypt/easy-rsa: remove 2.2.2-r0 and 2.2.2-r1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-crypt/easy-rsa/Manifest | 1 -
13 app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild | 36 -----------------------------
14 app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild | 35 ----------------------------
15 app-crypt/easy-rsa/files/2.2.2-pkcs11.patch | 36 -----------------------------
16 4 files changed, 108 deletions(-)
17
18 diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
19 index 34355848ab5..610d0c37474 100644
20 --- a/app-crypt/easy-rsa/Manifest
21 +++ b/app-crypt/easy-rsa/Manifest
22 @@ -1,2 +1 @@
23 -DIST EasyRSA-2.2.2.tgz 10492 SHA256 68da869085dde7c6a964e9c6104b86e4af91c4c592f8ec2a2f6cfc9d20808991 SHA512 b09bd1a71c1bfeb3c2ff63f10b7781badf6d2b4888d97d917565436435b85fb90eebf7727db293bdc44039f23c7f3c3c4e762a22bf7d6e9ed7642a2f07e1ffe4 WHIRLPOOL 27b7d761a317d8787526dbdc1878e62326e6ca13730ddf9b50fe918f010c23d1535dfa4f6bfb76bf26bd005942105a0e862359579faf7b6fe803ad7ca53d627e
24 DIST EasyRSA-3.0.1.tgz 40960 SHA256 dbdaf5b9444b99e0c5221fd4bcf15384c62380c1b63cea23d42239414d7b2d4e SHA512 d20f646e33ec803444dfcd446553f1d6001227fedec93280c212b34cccee11b184599f1b2ae6a3ce9cf6c9ac52f2b840ebb645536df6ddf55382fa25c22df81f WHIRLPOOL 64d54af059e136409f4ad3488450cccc846e2b5d9dfb9e002dd466cf603b6677dc8f0b788471b73eebda918c5773673efc120e6a76dbf407a3e1605db14e62cd
25
26 diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild
27 deleted file mode 100644
28 index cc316f8f198..00000000000
29 --- a/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit eutils
38 -
39 -MY_P="EasyRSA-${PV}"
40 -
41 -DESCRIPTION="Small RSA key management package, based on OpenSSL"
42 -HOMEPAGE="http://openvpn.net/"
43 -SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
48 -IUSE="libressl"
49 -
50 -DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )
51 - libressl? ( dev-libs/libressl )"
52 -RDEPEND="${DEPEND}
53 - !<net-vpn/openvpn-2.3"
54 -
55 -S="${WORKDIR}/${MY_P}"
56 -
57 -src_prepare() {
58 - epatch "${FILESDIR}/${PV}-pkcs11.patch"
59 -}
60 -
61 -src_install() {
62 - exeinto /usr/share/easy-rsa
63 - doexe build-* clean-all inherit-inter list-crl pkitool revoke-full sign-req whichopensslcnf
64 - insinto /usr/share/easy-rsa
65 - doins vars openssl-*.cnf
66 - doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
67 -}
68
69 diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild
70 deleted file mode 100644
71 index c0dc72838fc..00000000000
72 --- a/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild
73 +++ /dev/null
74 @@ -1,35 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -inherit eutils
81 -
82 -MY_P="EasyRSA-${PV}"
83 -
84 -DESCRIPTION="Small RSA key management package, based on OpenSSL"
85 -HOMEPAGE="http://openvpn.net/"
86 -SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz"
87 -
88 -LICENSE="GPL-2"
89 -SLOT="0"
90 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
91 -IUSE=""
92 -
93 -DEPEND=">=dev-libs/openssl-0.9.6:0"
94 -RDEPEND="${DEPEND}
95 - !<net-vpn/openvpn-2.3"
96 -
97 -S="${WORKDIR}/${MY_P}"
98 -
99 -src_prepare() {
100 - epatch "${FILESDIR}/${PV}-pkcs11.patch"
101 -}
102 -
103 -src_install() {
104 - exeinto /usr/share/easy-rsa
105 - doexe build-* clean-all inherit-inter list-crl pkitool revoke-full sign-req whichopensslcnf
106 - insinto /usr/share/easy-rsa
107 - doins vars openssl-*.cnf
108 - doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
109 -}
110
111 diff --git a/app-crypt/easy-rsa/files/2.2.2-pkcs11.patch b/app-crypt/easy-rsa/files/2.2.2-pkcs11.patch
112 deleted file mode 100644
113 index 8e026c23124..00000000000
114 --- a/app-crypt/easy-rsa/files/2.2.2-pkcs11.patch
115 +++ /dev/null
116 @@ -1,36 +0,0 @@
117 -diff --git a/easy-rsa/2.0/openssl-0.9.8.cnf b/easy-rsa/2.0/openssl-0.9.8.cnf
118 -index 340b8af..89602a2 100755
119 ---- a/openssl-0.9.8.cnf
120 -+++ b/openssl-0.9.8.cnf
121 -@@ -283,8 +283,8 @@ authorityKeyIdentifier=keyid:always,issuer:always
122 - #pkcs11 = pkcs11_section
123 -
124 - [ pkcs11_section ]
125 --engine_id = pkcs11
126 --dynamic_path = /usr/lib/engines/engine_pkcs11.so
127 --MODULE_PATH = $ENV::PKCS11_MODULE_PATH
128 --PIN = $ENV::PKCS11_PIN
129 --init = 0
130 -+#engine_id = pkcs11
131 -+#dynamic_path = /usr/lib/engines/engine_pkcs11.so
132 -+#MODULE_PATH = $ENV::PKCS11_MODULE_PATH
133 -+#PIN = $ENV::PKCS11_PIN
134 -+#init = 0
135 -diff --git a/easy-rsa/2.0/openssl-1.0.0.cnf b/easy-rsa/2.0/openssl-1.0.0.cnf
136 -index fa258a5..527919d 100755
137 ---- a/openssl-1.0.0.cnf
138 -+++ b/openssl-1.0.0.cnf
139 -@@ -278,8 +278,8 @@ authorityKeyIdentifier=keyid:always,issuer:always
140 - #pkcs11 = pkcs11_section
141 -
142 - [ pkcs11_section ]
143 --engine_id = pkcs11
144 --dynamic_path = /usr/lib/engines/engine_pkcs11.so
145 --MODULE_PATH = $ENV::PKCS11_MODULE_PATH
146 --PIN = $ENV::PKCS11_PIN
147 --init = 0
148 -+#engine_id = pkcs11
149 -+#dynamic_path = /usr/lib/engines/engine_pkcs11.so
150 -+#MODULE_PATH = $ENV::PKCS11_MODULE_PATH
151 -+#PIN = $ENV::PKCS11_PIN
152 -+#init = 0