diff options
author | Brian Evans <grknight@gentoo.org> | 2017-10-27 14:13:57 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-10-27 14:13:57 -0400 |
commit | 43baf3f10ddd7de6b6bba8ee04d18ec59e03d67f (patch) | |
tree | ac1f3dc85a971e948545eb55d588db2736ee7f81 /dev-lang | |
parent | dev-lang/php: Drop old and potentially security vulnerable versions (diff) | |
download | gentoo-43baf3f10ddd7de6b6bba8ee04d18ec59e03d67f.tar.gz gentoo-43baf3f10ddd7de6b6bba8ee04d18ec59e03d67f.tar.bz2 gentoo-43baf3f10ddd7de6b6bba8ee04d18ec59e03d67f.zip |
dev-lang/php: Use https for HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-5.6.31.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-7.0.23.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-7.0.25.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-7.2.0_rc5.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-lang/php/php-5.6.31.ebuild b/dev-lang/php/php-5.6.31.ebuild index 99350669e42b..48988cf51f24 100644 --- a/dev-lang/php/php-5.6.31.ebuild +++ b/dev-lang/php/php-5.6.31.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic versionator systemd DESCRIPTION="The PHP language runtime engine" -HOMEPAGE="http://php.net/" -SRC_URI="http://php.net/distributions/${P}.tar.xz" +HOMEPAGE="https://secure.php.net/" +SRC_URI="https://secure.php.net/distributions/${P}.tar.xz" LICENSE="PHP-3.01 BSD diff --git a/dev-lang/php/php-7.0.23.ebuild b/dev-lang/php/php-7.0.23.ebuild index 547d2e86efc6..556533105ba9 100644 --- a/dev-lang/php/php-7.0.23.ebuild +++ b/dev-lang/php/php-7.0.23.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic versionator systemd DESCRIPTION="The PHP language runtime engine" -HOMEPAGE="http://php.net/" -SRC_URI="http://php.net/distributions/${P}.tar.xz" +HOMEPAGE="https://secure.php.net/" +SRC_URI="https://secure.php.net/distributions/${P}.tar.xz" LICENSE="PHP-3.01 BSD diff --git a/dev-lang/php/php-7.0.25.ebuild b/dev-lang/php/php-7.0.25.ebuild index 8201c7b7d40c..947d712ca812 100644 --- a/dev-lang/php/php-7.0.25.ebuild +++ b/dev-lang/php/php-7.0.25.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic versionator systemd DESCRIPTION="The PHP language runtime engine" -HOMEPAGE="http://php.net/" -SRC_URI="http://php.net/distributions/${P}.tar.xz" +HOMEPAGE="https://secure.php.net/" +SRC_URI="https://secure.php.net/distributions/${P}.tar.xz" LICENSE="PHP-3.01 BSD diff --git a/dev-lang/php/php-7.2.0_rc5.ebuild b/dev-lang/php/php-7.2.0_rc5.ebuild index 8c8088331860..1d273a120834 100644 --- a/dev-lang/php/php-7.2.0_rc5.ebuild +++ b/dev-lang/php/php-7.2.0_rc5.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic versionator systemd MY_PV="${PV/_rc/RC}" DESCRIPTION="The PHP language runtime engine" -HOMEPAGE="http://php.net/" +HOMEPAGE="https://secure.php.net/" SRC_URI="https://downloads.php.net/~pollita/${PN}-${MY_PV}.tar.xz" LICENSE="PHP-3.01 |