commit: 43baf3f10ddd7de6b6bba8ee04d18ec59e03d67f Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Fri Oct 27 18:13:57 2017 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Oct 27 18:13:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43baf3f1
dev-lang/php: Use https for HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.12, Repoman-2.3.3 dev-lang/php/php-5.6.31.ebuild | 4 ++-- dev-lang/php/php-7.0.23.ebuild | 4 ++-- dev-lang/php/php-7.0.25.ebuild | 4 ++-- 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 99350669e42..48988cf51f2 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 547d2e86efc..556533105ba 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 8201c7b7d40..947d712ca81 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 8c808833186..1d273a12083 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
