commit:     dcf42e101f42d262e1d05aea1acde773db9221fc
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sat Sep  9 15:32:50 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 22:03:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf42e10

net-dialup/ppp: use HTTPS for links to samba.org (bug #636916)

 net-dialup/ppp/ppp-2.4.7-r3.ebuild | 4 ++--
 net-dialup/ppp/ppp-2.4.7-r4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-dialup/ppp/ppp-2.4.7-r3.ebuild 
b/net-dialup/ppp/ppp-2.4.7-r3.ebuild
index 7a00f327671..5567a009906 100644
--- a/net-dialup/ppp/ppp-2.4.7-r3.ebuild
+++ b/net-dialup/ppp/ppp-2.4.7-r3.ebuild
@@ -7,8 +7,8 @@ inherit eutils linux-info multilib pam toolchain-funcs
 
 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
+HOMEPAGE="https://ppp.samba.org/";
+SRC_URI="https://www.samba.org/ftp/pub/ppp/${P}.tar.gz
        https://dev.gentoo.org/~polynomial-c/${P}-patches-${PATCH_VER}.tar.xz
        http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz";
 

diff --git a/net-dialup/ppp/ppp-2.4.7-r4.ebuild 
b/net-dialup/ppp/ppp-2.4.7-r4.ebuild
index 2a577cba7e7..06151c54833 100644
--- a/net-dialup/ppp/ppp-2.4.7-r4.ebuild
+++ b/net-dialup/ppp/ppp-2.4.7-r4.ebuild
@@ -7,8 +7,8 @@ inherit eutils linux-info multilib pam toolchain-funcs
 
 PATCH_VER="5"
 DESCRIPTION="Point-to-Point Protocol (PPP)"
-HOMEPAGE="http://www.samba.org/ppp";
-SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz
+HOMEPAGE="https://ppp.samba.org/";
+SRC_URI="https://download.samba.org/pub/ppp/${P}.tar.gz
        https://dev.gentoo.org/~polynomial-c/${P}-patches-${PATCH_VER}.tar.xz
        http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz";
 

Reply via email to