Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Fri, 30 Mar 2018 16:18:51
Message-Id: 1522426721.32374b71fa9066ee29b17fe29edb8b24d888dd5a.blueness@gentoo
1 commit: 32374b71fa9066ee29b17fe29edb8b24d888dd5a
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Fri Mar 30 16:06:26 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 16:18:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32374b71
7
8 dev-libs/libressl: HOMEPAGE to use https
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-libs/libressl/libressl-2.3.10.ebuild | 6 +++---
13 dev-libs/libressl/libressl-2.4.5.ebuild | 6 +++---
14 dev-libs/libressl/libressl-2.5.0.ebuild | 6 +++---
15 dev-libs/libressl/libressl-2.5.4.ebuild | 6 +++---
16 dev-libs/libressl/libressl-2.5.5.ebuild | 6 +++---
17 dev-libs/libressl/libressl-2.6.0.ebuild | 6 +++---
18 dev-libs/libressl/libressl-2.6.1.ebuild | 6 +++---
19 dev-libs/libressl/libressl-2.6.2.ebuild | 6 +++---
20 dev-libs/libressl/libressl-2.6.3-r2.ebuild | 6 +++---
21 dev-libs/libressl/libressl-2.6.4.ebuild | 4 ++--
22 dev-libs/libressl/libressl-2.7.0.ebuild | 4 ++--
23 dev-libs/libressl/libressl-2.7.1.ebuild | 4 ++--
24 12 files changed, 33 insertions(+), 33 deletions(-)
25
26 diff --git a/dev-libs/libressl/libressl-2.3.10.ebuild b/dev-libs/libressl/libressl-2.3.10.ebuild
27 index c77caae8874..e1b75b6f0b7 100644
28 --- a/dev-libs/libressl/libressl-2.3.10.ebuild
29 +++ b/dev-libs/libressl/libressl-2.3.10.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 +# Copyright 1999-2018 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=6
36 @@ -6,8 +6,8 @@ EAPI=6
37 inherit eutils multilib-minimal
38
39 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
40 -HOMEPAGE="http://www.libressl.org/"
41 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
42 +HOMEPAGE="https://www.libressl.org/"
43 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
44
45 LICENSE="ISC openssl"
46 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
47
48 diff --git a/dev-libs/libressl/libressl-2.4.5.ebuild b/dev-libs/libressl/libressl-2.4.5.ebuild
49 index ecaa889d4c1..b6baa377294 100644
50 --- a/dev-libs/libressl/libressl-2.4.5.ebuild
51 +++ b/dev-libs/libressl/libressl-2.4.5.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 +# Copyright 1999-2018 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=6
58 @@ -6,8 +6,8 @@ EAPI=6
59 inherit eutils multilib-minimal
60
61 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
62 -HOMEPAGE="http://www.libressl.org/"
63 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
64 +HOMEPAGE="https://www.libressl.org/"
65 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
66
67 LICENSE="ISC openssl"
68 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
69
70 diff --git a/dev-libs/libressl/libressl-2.5.0.ebuild b/dev-libs/libressl/libressl-2.5.0.ebuild
71 index 8505fd8044f..d6f2accacfa 100644
72 --- a/dev-libs/libressl/libressl-2.5.0.ebuild
73 +++ b/dev-libs/libressl/libressl-2.5.0.ebuild
74 @@ -1,4 +1,4 @@
75 -# Copyright 1999-2017 Gentoo Foundation
76 +# Copyright 1999-2018 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78
79 EAPI=6
80 @@ -6,8 +6,8 @@ EAPI=6
81 inherit eutils multilib-minimal
82
83 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
84 -HOMEPAGE="http://www.libressl.org/"
85 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
86 +HOMEPAGE="https://www.libressl.org/"
87 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
88
89 LICENSE="ISC openssl"
90 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
91
92 diff --git a/dev-libs/libressl/libressl-2.5.4.ebuild b/dev-libs/libressl/libressl-2.5.4.ebuild
93 index c3786d800a1..af8b0f52c25 100644
94 --- a/dev-libs/libressl/libressl-2.5.4.ebuild
95 +++ b/dev-libs/libressl/libressl-2.5.4.ebuild
96 @@ -1,4 +1,4 @@
97 -# Copyright 1999-2017 Gentoo Foundation
98 +# Copyright 1999-2018 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100
101 EAPI=6
102 @@ -6,8 +6,8 @@ EAPI=6
103 inherit eutils multilib-minimal
104
105 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
106 -HOMEPAGE="http://www.libressl.org/"
107 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
108 +HOMEPAGE="https://www.libressl.org/"
109 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
110
111 LICENSE="ISC openssl"
112 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
113
114 diff --git a/dev-libs/libressl/libressl-2.5.5.ebuild b/dev-libs/libressl/libressl-2.5.5.ebuild
115 index d87e79cad65..a258ec87324 100644
116 --- a/dev-libs/libressl/libressl-2.5.5.ebuild
117 +++ b/dev-libs/libressl/libressl-2.5.5.ebuild
118 @@ -1,4 +1,4 @@
119 -# Copyright 1999-2017 Gentoo Foundation
120 +# Copyright 1999-2018 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122
123 EAPI=6
124 @@ -6,8 +6,8 @@ EAPI=6
125 inherit eutils multilib-minimal
126
127 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
128 -HOMEPAGE="http://www.libressl.org/"
129 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
130 +HOMEPAGE="https://www.libressl.org/"
131 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
132
133 LICENSE="ISC openssl"
134 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
135
136 diff --git a/dev-libs/libressl/libressl-2.6.0.ebuild b/dev-libs/libressl/libressl-2.6.0.ebuild
137 index 1d08a6f71c9..44ecf27ddcb 100644
138 --- a/dev-libs/libressl/libressl-2.6.0.ebuild
139 +++ b/dev-libs/libressl/libressl-2.6.0.ebuild
140 @@ -1,4 +1,4 @@
141 -# Copyright 1999-2017 Gentoo Foundation
142 +# Copyright 1999-2018 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144
145 EAPI=6
146 @@ -6,8 +6,8 @@ EAPI=6
147 inherit eutils multilib-minimal
148
149 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
150 -HOMEPAGE="http://www.libressl.org/"
151 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
152 +HOMEPAGE="https://www.libressl.org/"
153 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
154
155 LICENSE="ISC openssl"
156 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
157
158 diff --git a/dev-libs/libressl/libressl-2.6.1.ebuild b/dev-libs/libressl/libressl-2.6.1.ebuild
159 index ae81279ce6f..bd357721d5c 100644
160 --- a/dev-libs/libressl/libressl-2.6.1.ebuild
161 +++ b/dev-libs/libressl/libressl-2.6.1.ebuild
162 @@ -1,4 +1,4 @@
163 -# Copyright 1999-2017 Gentoo Foundation
164 +# Copyright 1999-2018 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166
167 EAPI=6
168 @@ -6,8 +6,8 @@ EAPI=6
169 inherit eutils multilib-minimal
170
171 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
172 -HOMEPAGE="http://www.libressl.org/"
173 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
174 +HOMEPAGE="https://www.libressl.org/"
175 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
176
177 LICENSE="ISC openssl"
178 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
179
180 diff --git a/dev-libs/libressl/libressl-2.6.2.ebuild b/dev-libs/libressl/libressl-2.6.2.ebuild
181 index ae81279ce6f..bd357721d5c 100644
182 --- a/dev-libs/libressl/libressl-2.6.2.ebuild
183 +++ b/dev-libs/libressl/libressl-2.6.2.ebuild
184 @@ -1,4 +1,4 @@
185 -# Copyright 1999-2017 Gentoo Foundation
186 +# Copyright 1999-2018 Gentoo Foundation
187 # Distributed under the terms of the GNU General Public License v2
188
189 EAPI=6
190 @@ -6,8 +6,8 @@ EAPI=6
191 inherit eutils multilib-minimal
192
193 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
194 -HOMEPAGE="http://www.libressl.org/"
195 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
196 +HOMEPAGE="https://www.libressl.org/"
197 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
198
199 LICENSE="ISC openssl"
200 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
201
202 diff --git a/dev-libs/libressl/libressl-2.6.3-r2.ebuild b/dev-libs/libressl/libressl-2.6.3-r2.ebuild
203 index 22abf48a53e..f3531ab3351 100644
204 --- a/dev-libs/libressl/libressl-2.6.3-r2.ebuild
205 +++ b/dev-libs/libressl/libressl-2.6.3-r2.ebuild
206 @@ -1,4 +1,4 @@
207 -# Copyright 1999-2017 Gentoo Foundation
208 +# Copyright 1999-2018 Gentoo Foundation
209 # Distributed under the terms of the GNU General Public License v2
210
211 EAPI=6
212 @@ -6,8 +6,8 @@ EAPI=6
213 inherit eutils multilib-minimal
214
215 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
216 -HOMEPAGE="http://www.libressl.org/"
217 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
218 +HOMEPAGE="https://www.libressl.org/"
219 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
220
221 LICENSE="ISC openssl"
222 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
223
224 diff --git a/dev-libs/libressl/libressl-2.6.4.ebuild b/dev-libs/libressl/libressl-2.6.4.ebuild
225 index d58d71cae12..40bc42a9c26 100644
226 --- a/dev-libs/libressl/libressl-2.6.4.ebuild
227 +++ b/dev-libs/libressl/libressl-2.6.4.ebuild
228 @@ -6,8 +6,8 @@ EAPI=6
229 inherit eutils multilib-minimal
230
231 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
232 -HOMEPAGE="http://www.libressl.org/"
233 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
234 +HOMEPAGE="https://www.libressl.org/"
235 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
236
237 LICENSE="ISC openssl"
238 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
239
240 diff --git a/dev-libs/libressl/libressl-2.7.0.ebuild b/dev-libs/libressl/libressl-2.7.0.ebuild
241 index e57761f47fe..af207c40014 100644
242 --- a/dev-libs/libressl/libressl-2.7.0.ebuild
243 +++ b/dev-libs/libressl/libressl-2.7.0.ebuild
244 @@ -6,8 +6,8 @@ EAPI=6
245 inherit eutils multilib-minimal
246
247 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
248 -HOMEPAGE="http://www.libressl.org/"
249 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
250 +HOMEPAGE="https://www.libressl.org/"
251 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
252
253 LICENSE="ISC openssl"
254 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
255
256 diff --git a/dev-libs/libressl/libressl-2.7.1.ebuild b/dev-libs/libressl/libressl-2.7.1.ebuild
257 index e57761f47fe..af207c40014 100644
258 --- a/dev-libs/libressl/libressl-2.7.1.ebuild
259 +++ b/dev-libs/libressl/libressl-2.7.1.ebuild
260 @@ -6,8 +6,8 @@ EAPI=6
261 inherit eutils multilib-minimal
262
263 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
264 -HOMEPAGE="http://www.libressl.org/"
265 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
266 +HOMEPAGE="https://www.libressl.org/"
267 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
268
269 LICENSE="ISC openssl"
270 # Reflects ABI of libcrypto.so and libssl.so. Since these can differ,