diff options
author | 2015-08-24 12:47:45 +0200 | |
---|---|---|
committer | 2015-08-24 12:49:19 +0200 | |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /mail-mta/netqmail | |
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')
-rw-r--r-- | mail-mta/netqmail/metadata.xml | 2 | ||||
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06-r2.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/mail-mta/netqmail/metadata.xml b/mail-mta/netqmail/metadata.xml index 55bfa8244d3c..65b253a2e745 100644 --- a/mail-mta/netqmail/metadata.xml +++ b/mail-mta/netqmail/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>qmail</herd> <use> 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" diff --git a/mail-mta/netqmail/netqmail-1.06-r2.ebuild b/mail-mta/netqmail/netqmail-1.06-r2.ebuild index eb638cf227ea..edbf368b8823 100644 --- a/mail-mta/netqmail/netqmail-1.06-r2.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r2.ebuild @@ -25,7 +25,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} http://inoa.net/qmail-tls/${QMAIL_TLS_CVE} !vanilla? ( @@ -147,7 +147,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" diff --git a/mail-mta/netqmail/netqmail-1.06.ebuild b/mail-mta/netqmail/netqmail-1.06.ebuild index aad54033e4d1..5c642e610fed 100644 --- a/mail-mta/netqmail/netqmail-1.06.ebuild +++ b/mail-mta/netqmail/netqmail-1.06.ebuild @@ -20,7 +20,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} !vanilla? ( highvolume? ( mirror://qmail/${QMAIL_BIGTODO_F} ) qmail-spp? ( mirror://sourceforge/qmail-spp/${QMAIL_SPP_F} ) @@ -126,7 +126,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" |