commit: 47f7642ac4daab876532c9b72059f8c4a26de3f7 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Jun 4 20:13:07 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Jun 7 19:20:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f7642a
dev-php/suhosin: use HTTPs dev-php/suhosin/suhosin-0.9.38-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-php/suhosin/suhosin-0.9.38-r1.ebuild b/dev-php/suhosin/suhosin-0.9.38-r1.ebuild index 226549ab6ff..3372f3abe75 100644 --- a/dev-php/suhosin/suhosin-0.9.38-r1.ebuild +++ b/dev-php/suhosin/suhosin-0.9.38-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,8 +13,8 @@ inherit php-ext-source-r3 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" DESCRIPTION="Suhosin is an advanced protection system for PHP installations" -HOMEPAGE="http://www.suhosin.org/" -SRC_URI="http://download.suhosin.org/${P}.tar.gz" +HOMEPAGE="https://www.suhosin.org/" +SRC_URI="https://download.suhosin.org/${P}.tar.gz" LICENSE="PHP-3.01" SLOT="0" IUSE=""
