diff options
| author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
|---|---|---|
| committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
| commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
| tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /dev-lang/php/php-5.5.25-r1.ebuild | |
| parent | f49e098397feee21f6efdc364f7d00bbc86b8518 (diff) | |
| download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip | |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-5.5.25-r1.ebuild')
| -rw-r--r-- | dev-lang/php/php-5.5.25-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-5.5.25-r1.ebuild b/dev-lang/php/php-5.5.25-r1.ebuild index 4832b79246ae..d5740a52dbff 100644 --- a/dev-lang/php/php-5.5.25-r1.ebuild +++ b/dev-lang/php/php-5.5.25-r1.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}" @@ -778,7 +778,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 } |
