diff options
author | David Hicks <david@hicks.id.au> | 2018-03-27 15:16:29 +1100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:53:22 -0400 |
commit | 5704932eef28aebd4a293dc6054aa0a965b6a107 (patch) | |
tree | f09222df43b6c7ad119a69151b706ebdae6fda77 /net-proxy/3proxy | |
parent | net-misc/taylor-uucp: stable 1.07-r3 for ia64, bug #651734 (diff) | |
download | gentoo-5704932eef28aebd4a293dc6054aa0a965b6a107.tar.gz gentoo-5704932eef28aebd4a293dc6054aa0a965b6a107.tar.bz2 gentoo-5704932eef28aebd4a293dc6054aa0a965b6a107.zip |
net-proxy/3proxy: use HTTPS
Bug: https://bugs.gentoo.org/651666
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7638
Diffstat (limited to 'net-proxy/3proxy')
-rw-r--r-- | net-proxy/3proxy/3proxy-0.7.1.2.ebuild | 6 | ||||
-rw-r--r-- | net-proxy/3proxy/3proxy-0.7.1.4.ebuild | 6 | ||||
-rw-r--r-- | net-proxy/3proxy/3proxy-0.8.6.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-proxy/3proxy/3proxy-0.7.1.2.ebuild b/net-proxy/3proxy/3proxy-0.7.1.2.ebuild index 45cac577e571..092c5f001ef5 100644 --- a/net-proxy/3proxy/3proxy-0.7.1.2.ebuild +++ b/net-proxy/3proxy/3proxy-0.7.1.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="A really tiny cross-platform proxy servers set" -HOMEPAGE="http://www.3proxy.ru/" -SRC_URI="http://3proxy.ru/${PV}/${P}.tgz" +HOMEPAGE="https://www.3proxy.ru/" +SRC_URI="https://3proxy.ru/${PV}/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" diff --git a/net-proxy/3proxy/3proxy-0.7.1.4.ebuild b/net-proxy/3proxy/3proxy-0.7.1.4.ebuild index 272bfbcb2fcf..2773257c6419 100644 --- a/net-proxy/3proxy/3proxy-0.7.1.4.ebuild +++ b/net-proxy/3proxy/3proxy-0.7.1.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="A really tiny cross-platform proxy servers set" -HOMEPAGE="http://www.3proxy.ru/" -SRC_URI="http://3proxy.ru/${PV}/${P}.tgz" +HOMEPAGE="https://www.3proxy.ru/" +SRC_URI="https://3proxy.ru/${PV}/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" diff --git a/net-proxy/3proxy/3proxy-0.8.6.ebuild b/net-proxy/3proxy/3proxy-0.8.6.ebuild index a21555cfb8e5..bb8b7196c0ad 100644 --- a/net-proxy/3proxy/3proxy-0.8.6.ebuild +++ b/net-proxy/3proxy/3proxy-0.8.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="A really tiny cross-platform proxy servers set" -HOMEPAGE="http://www.3proxy.ru/" -SRC_URI="http://3proxy.ru/${PV}/${P}.tgz" +HOMEPAGE="https://www.3proxy.ru/" +SRC_URI="https://3proxy.ru/${PV}/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" |