diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:26:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:27:19 +0200 |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /mail-filter | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.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-filter')
-rw-r--r-- | mail-filter/spamassassin/spamassassin-3.4.0.ebuild | 2 | ||||
-rw-r--r-- | mail-filter/spamassassin/spamassassin-3.4.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spamassassin/spamassassin-3.4.0.ebuild b/mail-filter/spamassassin/spamassassin-3.4.0.ebuild index 13a5bd8ef54b..4753ea246765 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.0.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.0.ebuild @@ -81,7 +81,7 @@ src_configure() { # Set the path to the Perl executable explictly. This will be used to # create the initial sharpbang line in the scripts and might cause # a versioned app name end in there, see - # <http://bugs.gentoo.org/show_bug.cgi?id=62276> + # <https://bugs.gentoo.org/show_bug.cgi?id=62276> myconf+=" PERL_BIN=${EPREFIX}/usr/bin/perl" # Add Gentoo tag to make it easy for the upstream devs to spot diff --git a/mail-filter/spamassassin/spamassassin-3.4.1.ebuild b/mail-filter/spamassassin/spamassassin-3.4.1.ebuild index 2e818ed2a9e0..4af09fd8d081 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.1.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.1.ebuild @@ -89,7 +89,7 @@ src_configure() { # Set the path to the Perl executable explictly. This will be used to # create the initial sharpbang line in the scripts and might cause # a versioned app name end in there, see - # <http://bugs.gentoo.org/show_bug.cgi?id=62276> + # <https://bugs.gentoo.org/show_bug.cgi?id=62276> myconf+=" PERL_BIN=${EPREFIX}/usr/bin/perl" # Setting the following env var ensures that no questions are asked. |