diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-31 21:15:35 +0200 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2018-05-31 18:00:18 -0500 |
commit | bad0e8c980e33d59de219f36cd4b83816654c147 (patch) | |
tree | 8ddc2aa4a29c7444024874a785289cd2164837d0 /net-vpn | |
parent | dev-vcs/git: security cleanup (diff) | |
download | gentoo-bad0e8c980e33d59de219f36cd4b83816654c147.tar.gz gentoo-bad0e8c980e33d59de219f36cd4b83816654c147.tar.bz2 gentoo-bad0e8c980e33d59de219f36cd4b83816654c147.zip |
net-vpn/openvpn: use HTTPs
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/openvpn/openvpn-2.4.4.ebuild | 4 | ||||
-rw-r--r-- | net-vpn/openvpn/openvpn-2.4.5.ebuild | 4 | ||||
-rw-r--r-- | net-vpn/openvpn/openvpn-2.4.6.ebuild | 4 | ||||
-rw-r--r-- | net-vpn/openvpn/openvpn-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-vpn/openvpn/openvpn-2.4.4.ebuild b/net-vpn/openvpn/openvpn-2.4.4.ebuild index 886ed244e119..16fa5b91ead4 100644 --- a/net-vpn/openvpn/openvpn-2.4.4.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.4.ebuild @@ -6,9 +6,9 @@ EAPI=6 inherit autotools flag-o-matic user systemd linux-info DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )" -HOMEPAGE="http://openvpn.net/" +HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0" diff --git a/net-vpn/openvpn/openvpn-2.4.5.ebuild b/net-vpn/openvpn/openvpn-2.4.5.ebuild index d93cd5da7e51..ce60c5a55f98 100644 --- a/net-vpn/openvpn/openvpn-2.4.5.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.5.ebuild @@ -6,9 +6,9 @@ EAPI=6 inherit autotools flag-o-matic user systemd linux-info DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )" -HOMEPAGE="http://openvpn.net/" +HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0" diff --git a/net-vpn/openvpn/openvpn-2.4.6.ebuild b/net-vpn/openvpn/openvpn-2.4.6.ebuild index 40d83109d70e..36c8bc9602d9 100644 --- a/net-vpn/openvpn/openvpn-2.4.6.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.6.ebuild @@ -6,9 +6,9 @@ EAPI=6 inherit autotools flag-o-matic user systemd linux-info DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )" -HOMEPAGE="http://openvpn.net/" +HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0" diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild index 8a34713832c5..4f6a5737ccd7 100644 --- a/net-vpn/openvpn/openvpn-9999.ebuild +++ b/net-vpn/openvpn/openvpn-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit autotools flag-o-matic user systemd linux-info git-r3 DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" EGIT_REPO_URI="https://github.com/OpenVPN/${PN}.git" EGIT_SUBMODULES=(-cmocka) -HOMEPAGE="http://openvpn.net/" +HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0" |