Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/
Date: Tue, 29 May 2018 15:02:00
Message-Id: 1527606111.535d29d4e4346e2f15469283124298094496824a.zlogene@gentoo
1 commit: 535d29d4e4346e2f15469283124298094496824a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 15:01:35 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 15:01:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535d29d4
7
8 app-crypt/easy-rsa: use HTTPS
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild | 4 ++--
13 app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild
17 index 393d4f04843..949a6813ce0 100644
18 --- a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild
19 +++ b/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -8,7 +8,7 @@ inherit eutils
27 MY_P="EasyRSA-${PV}"
28
29 DESCRIPTION="Small RSA key management package, based on OpenSSL"
30 -HOMEPAGE="http://openvpn.net/"
31 +HOMEPAGE="https://openvpn.net/"
32 SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz"
33
34 LICENSE="GPL-2"
35
36 diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild
37 index cf48b3864ee..5604cb713a6 100644
38 --- a/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild
39 +++ b/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -8,7 +8,7 @@ inherit eutils
47 MY_P="EasyRSA-${PV}"
48
49 DESCRIPTION="Small RSA key management package, based on OpenSSL"
50 -HOMEPAGE="http://openvpn.net/"
51 +HOMEPAGE="https://openvpn.net/"
52 SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/v${PV}/${MY_P}.tgz"
53
54 LICENSE="GPL-2"