diff options
author | 2018-06-04 22:13:07 +0200 | |
---|---|---|
committer | 2018-06-07 15:20:12 -0400 | |
commit | 47f7642ac4daab876532c9b72059f8c4a26de3f7 (patch) | |
tree | 2b86e1666c721136e9bc16523a087c041780e451 /dev-php | |
parent | dev-php/phing: use HTTPs (diff) | |
download | gentoo-47f7642ac4daab876532c9b72059f8c4a26de3f7.tar.gz gentoo-47f7642ac4daab876532c9b72059f8c4a26de3f7.tar.bz2 gentoo-47f7642ac4daab876532c9b72059f8c4a26de3f7.zip |
dev-php/suhosin: use HTTPs
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/suhosin/suhosin-0.9.38-r1.ebuild | 6 |
1 files 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 226549ab6ffe..3372f3abe755 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="" |