From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- dev-lang/php/php-5.6.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lang/php/php-5.6.10.ebuild') diff --git a/dev-lang/php/php-5.6.10.ebuild b/dev-lang/php/php-5.6.10.ebuild index c9bace4764ec..aeedfb4d9ba5 100644 --- a/dev-lang/php/php-5.6.10.ebuild +++ b/dev-lang/php/php-5.6.10.ebuild @@ -18,7 +18,7 @@ function php_get_uri () echo "http://www.php.net/distributions/${2}" ;; "olemarkus") - echo "http://dev.gentoo.org/~olemarkus/php/${2}" + echo "https://dev.gentoo.org/~olemarkus/php/${2}" ;; "gentoo") echo "mirror://gentoo/${2}" @@ -775,7 +775,7 @@ pkg_postinst() { elog elog "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:" - elog "http://www.gentoo.org/proj/en/php/php-upgrading.xml" + elog "https://www.gentoo.org/proj/en/php/php-upgrading.xml" elog } -- cgit v1.2.3