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 /mail-mta/netqmail/netqmail-1.06-r1.ebuild | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (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 'mail-mta/netqmail/netqmail-1.06-r1.ebuild')
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/netqmail/netqmail-1.06-r1.ebuild b/mail-mta/netqmail/netqmail-1.06-r1.ebuild index ad69abadb772..4b21e49fabab 100644 --- a/mail-mta/netqmail/netqmail-1.06-r1.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r1.ebuild @@ -24,7 +24,7 @@ HOMEPAGE=" http://qmail.org " SRC_URI="mirror://qmail/${P}.tar.gz - http://dev.gentoo.org/~hollow/distfiles/${GENQMAIL_F} + https://dev.gentoo.org/~hollow/distfiles/${GENQMAIL_F} http://www.ckdhr.com/ckd/${QMAIL_LARGE_DNS} !vanilla? ( highvolume? ( mirror://qmail/${QMAIL_BIGTODO_F} ) @@ -139,7 +139,7 @@ pkg_postinst() { qmail_supervise_config_notice elog elog "If you are looking for documentation, check those links:" - elog "http://www.gentoo.org/doc/en/qmail-howto.xml" + elog "https://www.gentoo.org/doc/en/qmail-howto.xml" elog " -- qmail/vpopmail Virtual Mail Hosting System Guide" elog "http://www.lifewithqmail.com/" elog " -- Life with qmail" |