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 /sys-boot/grub-static | |
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 'sys-boot/grub-static')
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r10.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r12.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r6.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r9.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub-static/metadata.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys-boot/grub-static/grub-static-0.97-r10.ebuild b/sys-boot/grub-static/grub-static-0.97-r10.ebuild index 407ca8c02c89..7a78778c5373 100644 --- a/sys-boot/grub-static/grub-static-0.97-r10.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r10.ebuild @@ -96,7 +96,7 @@ setup_boot_dir() { ewarn "cause problems such as an unbootable system." ewarn "This means you must use either grub-install or perform" ewarn "root/setup manually! For more help, see the handbook:" - ewarn "http://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" + ewarn "https://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" ebeep fi diff --git a/sys-boot/grub-static/grub-static-0.97-r12.ebuild b/sys-boot/grub-static/grub-static-0.97-r12.ebuild index f8dcfe748704..58c551ae40f9 100644 --- a/sys-boot/grub-static/grub-static-0.97-r12.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r12.ebuild @@ -99,7 +99,7 @@ setup_boot_dir() { ewarn "cause problems such as an unbootable system." ewarn "This means you must use either grub-install or perform" ewarn "root/setup manually! For more help, see the handbook:" - ewarn "http://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" + ewarn "https://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" ebeep fi diff --git a/sys-boot/grub-static/grub-static-0.97-r6.ebuild b/sys-boot/grub-static/grub-static-0.97-r6.ebuild index 72d86f0906f3..6f26442d0340 100644 --- a/sys-boot/grub-static/grub-static-0.97-r6.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r6.ebuild @@ -64,7 +64,7 @@ setup_boot_dir() { ewarn "cause problems such as an unbootable system." ewarn "This means you must use either grub-install or perform" ewarn "root/setup manually! For more help, see the handbook:" - ewarn "http://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" + ewarn "https://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" ebeep fi diff --git a/sys-boot/grub-static/grub-static-0.97-r9.ebuild b/sys-boot/grub-static/grub-static-0.97-r9.ebuild index 4212c0759685..345c93cf2dfb 100644 --- a/sys-boot/grub-static/grub-static-0.97-r9.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r9.ebuild @@ -92,7 +92,7 @@ setup_boot_dir() { ewarn "cause problems such as an unbootable system." ewarn "This means you must use either grub-install or perform" ewarn "root/setup manually! For more help, see the handbook:" - ewarn "http://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" + ewarn "https://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" ebeep fi diff --git a/sys-boot/grub-static/metadata.xml b/sys-boot/grub-static/metadata.xml index 96677fad3cfb..6ac8e0460efb 100644 --- a/sys-boot/grub-static/metadata.xml +++ b/sys-boot/grub-static/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>amd64</herd> </pkgmetadata> |