Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/
Date: Thu, 31 May 2018 23:03:08
Message-Id: 1527807618.bad0e8c980e33d59de219f36cd4b83816654c147.williamh@gentoo
1 commit: bad0e8c980e33d59de219f36cd4b83816654c147
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 31 19:15:35 2018 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 23:00:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad0e8c9
7
8 net-vpn/openvpn: use HTTPs
9
10 net-vpn/openvpn/openvpn-2.4.4.ebuild | 4 ++--
11 net-vpn/openvpn/openvpn-2.4.5.ebuild | 4 ++--
12 net-vpn/openvpn/openvpn-2.4.6.ebuild | 4 ++--
13 net-vpn/openvpn/openvpn-9999.ebuild | 4 ++--
14 4 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/net-vpn/openvpn/openvpn-2.4.4.ebuild b/net-vpn/openvpn/openvpn-2.4.4.ebuild
17 index 886ed244e11..16fa5b91ead 100644
18 --- a/net-vpn/openvpn/openvpn-2.4.4.ebuild
19 +++ b/net-vpn/openvpn/openvpn-2.4.4.ebuild
20 @@ -6,9 +6,9 @@ EAPI=6
21 inherit autotools flag-o-matic user systemd linux-info
22
23 DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes"
24 -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz
25 +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz
26 test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )"
27 -HOMEPAGE="http://openvpn.net/"
28 +HOMEPAGE="https://openvpn.net/"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32
33 diff --git a/net-vpn/openvpn/openvpn-2.4.5.ebuild b/net-vpn/openvpn/openvpn-2.4.5.ebuild
34 index d93cd5da7e5..ce60c5a55f9 100644
35 --- a/net-vpn/openvpn/openvpn-2.4.5.ebuild
36 +++ b/net-vpn/openvpn/openvpn-2.4.5.ebuild
37 @@ -6,9 +6,9 @@ EAPI=6
38 inherit autotools flag-o-matic user systemd linux-info
39
40 DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes"
41 -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz
42 +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz
43 test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )"
44 -HOMEPAGE="http://openvpn.net/"
45 +HOMEPAGE="https://openvpn.net/"
46
47 LICENSE="GPL-2"
48 SLOT="0"
49
50 diff --git a/net-vpn/openvpn/openvpn-2.4.6.ebuild b/net-vpn/openvpn/openvpn-2.4.6.ebuild
51 index 40d83109d70..36c8bc9602d 100644
52 --- a/net-vpn/openvpn/openvpn-2.4.6.ebuild
53 +++ b/net-vpn/openvpn/openvpn-2.4.6.ebuild
54 @@ -6,9 +6,9 @@ EAPI=6
55 inherit autotools flag-o-matic user systemd linux-info
56
57 DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes"
58 -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz
59 +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz
60 test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )"
61 -HOMEPAGE="http://openvpn.net/"
62 +HOMEPAGE="https://openvpn.net/"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66
67 diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild
68 index 8a34713832c..4f6a5737ccd 100644
69 --- a/net-vpn/openvpn/openvpn-9999.ebuild
70 +++ b/net-vpn/openvpn/openvpn-9999.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2017 Gentoo Foundation
73 +# Copyright 1999-2018 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=6
77 @@ -8,7 +8,7 @@ inherit autotools flag-o-matic user systemd linux-info git-r3
78 DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes"
79 EGIT_REPO_URI="https://github.com/OpenVPN/${PN}.git"
80 EGIT_SUBMODULES=(-cmocka)
81 -HOMEPAGE="http://openvpn.net/"
82 +HOMEPAGE="https://openvpn.net/"
83
84 LICENSE="GPL-2"
85 SLOT="0"