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 /net-dialup/ppp | |
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 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/metadata.xml | 2 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.5-r3.ebuild | 2 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.6-r3.ebuild | 2 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.7-r1.ebuild | 2 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.7.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-dialup/ppp/metadata.xml b/net-dialup/ppp/metadata.xml index a80d7e96c23f..3da10daa3f27 100644 --- a/net-dialup/ppp/metadata.xml +++ b/net-dialup/ppp/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>net-dialup</herd> <longdescription>ppp (Paul's PPP Package) is an open source package which diff --git a/net-dialup/ppp/ppp-2.4.5-r3.ebuild b/net-dialup/ppp/ppp-2.4.5-r3.ebuild index 1cf091c42577..cacb5a376bca 100644 --- a/net-dialup/ppp/ppp-2.4.5-r3.ebuild +++ b/net-dialup/ppp/ppp-2.4.5-r3.ebuild @@ -10,7 +10,7 @@ PATCH_VER="3" DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="http://www.samba.org/ppp" SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz - http://dev.gentoo.org/~floppym/dist/${P}-patches-${PATCH_VER}.tar.xz + https://dev.gentoo.org/~floppym/dist/${P}-patches-${PATCH_VER}.tar.xz http://www.netservers.co.uk/gpl/ppp-dhcpc.tgz" LICENSE="BSD GPL-2" diff --git a/net-dialup/ppp/ppp-2.4.6-r3.ebuild b/net-dialup/ppp/ppp-2.4.6-r3.ebuild index d50963d485a4..d1175b5d7435 100644 --- a/net-dialup/ppp/ppp-2.4.6-r3.ebuild +++ b/net-dialup/ppp/ppp-2.4.6-r3.ebuild @@ -10,7 +10,7 @@ PATCH_VER="4" DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="http://www.samba.org/ppp" SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz - http://dev.gentoo.org/~pinkbyte/distfiles/patches/${P}-patches-${PATCH_VER}.tar.xz + https://dev.gentoo.org/~pinkbyte/distfiles/patches/${P}-patches-${PATCH_VER}.tar.xz http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz" LICENSE="BSD GPL-2" diff --git a/net-dialup/ppp/ppp-2.4.7-r1.ebuild b/net-dialup/ppp/ppp-2.4.7-r1.ebuild index 3c6acf66f02a..c77ecd6912dc 100644 --- a/net-dialup/ppp/ppp-2.4.7-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.7-r1.ebuild @@ -10,7 +10,7 @@ PATCH_VER="2" DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="http://www.samba.org/ppp" SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz - http://dev.gentoo.org/~pinkbyte/distfiles/patches/${P}-patches-${PATCH_VER}.tar.xz + https://dev.gentoo.org/~pinkbyte/distfiles/patches/${P}-patches-${PATCH_VER}.tar.xz http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz" LICENSE="BSD GPL-2" diff --git a/net-dialup/ppp/ppp-2.4.7.ebuild b/net-dialup/ppp/ppp-2.4.7.ebuild index ebb3b85358e6..984348653b87 100644 --- a/net-dialup/ppp/ppp-2.4.7.ebuild +++ b/net-dialup/ppp/ppp-2.4.7.ebuild @@ -10,7 +10,7 @@ PATCH_VER="1" DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="http://www.samba.org/ppp" SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz - http://dev.gentoo.org/~polynomial-c/${P}-patches-${PATCH_VER}.tar.xz + https://dev.gentoo.org/~polynomial-c/${P}-patches-${PATCH_VER}.tar.xz http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz" LICENSE="BSD GPL-2" |