diff options
author | 2015-08-24 13:26:27 +0200 | |
---|---|---|
committer | 2015-08-24 13:27:19 +0200 | |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /sys-libs/gdbm | |
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 'sys-libs/gdbm')
-rw-r--r-- | sys-libs/gdbm/gdbm-1.8.3-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild b/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild index df85982a4198..0632adbabdbd 100644 --- a/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild +++ b/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild @@ -51,14 +51,14 @@ pkg_postinst() { ewarn "32bit systems might have to rebuild all gdbm databases due to" ewarn "LFS changes in the gdbm format. You can either delete the db" ewarn "and regenerate it from scratch, or use the converter:" - ewarn "http://bugs.gentoo.org/attachment.cgi?id=215326" + ewarn "https://bugs.gentoo.org/attachment.cgi?id=215326" ewarn ewarn "See this comment for information on how to use it:" - ewarn "http://bugs.gentoo.org/299390#c15" + ewarn "https://bugs.gentoo.org/299390#c15" ewarn ewarn "You should be able to locate most gdbm db's on your system with:" ewarn "find /etc /var -type f -exec file {} + | grep 'GNU dbm 1.x or ndbm database'" ewarn ewarn "You could also try using this helper script:" - ewarn "http://bugs.gentoo.org/attachment.cgi?id=222581" + ewarn "https://bugs.gentoo.org/attachment.cgi?id=222581" } |