sys-apps/ucspi-tcp: use https
authorRolf Eike Beer <eike@sf-mail.de>
Sun, 11 Nov 2018 12:14:14 +0000 (13:14 +0100)
committerRobin H. Johnson <robbat2@gentoo.org>
Tue, 13 Nov 2018 21:09:53 +0000 (13:09 -0800)
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
(cherry picked from commit f6470239630b92f461a6094a34cfa5e9e0c09a6f)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/10391

sys-apps/ucspi-tcp/ucspi-tcp-0.88-r18.ebuild

index 4264e46075caada60d858be1c5db8d8625dba2fb..71c188383ead8407b5a201eeded1b45bbab8be59 100644 (file)
@@ -6,13 +6,13 @@ EAPI="4"
 inherit eutils qmail
 
 DESCRIPTION="Collection of tools for managing UNIX services"
-HOMEPAGE="http://cr.yp.to/ucspi-tcp.html"
+HOMEPAGE="https://cr.yp.to/ucspi-tcp.html"
 SRC_URI="
-       http://cr.yp.to/${PN}/${P}.tar.gz
+       https://cr.yp.to/${PN}/${P}.tar.gz
        mirror://qmail/ucspi-rss.diff
        http://smarden.org/pape/djb/manpages/${P}-man.tar.gz
        http://xs3.b92.net/tomislavr/${P}-rblspp.patch
-       ipv6? ( http://www.fefe.de/ucspi/${P}-ipv6.diff19.bz2 )
+       ipv6? ( https://www.fefe.de/ucspi/${P}-ipv6.diff19.bz2 )
 "
 
 LICENSE="public-domain"