commit: 5704932eef28aebd4a293dc6054aa0a965b6a107 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Tue Mar 27 04:16:29 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Mar 27 22:53:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5704932e
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 net-proxy/3proxy/3proxy-0.7.1.2.ebuild | 6 +++--- net-proxy/3proxy/3proxy-0.7.1.4.ebuild | 6 +++--- 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 45cac577e57..092c5f001ef 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 272bfbcb2fc..2773257c641 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 a21555cfb8e..bb8b7196c0a 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"
