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

This commit is contained in:
Francesco Turco
2017-09-09 17:32:50 +02:00
committed by Mike Gilbert
parent 38578d8b5c
commit dcf42e101f
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"