From: Rolf Eike Beer Date: Fri, 18 Oct 2019 06:58:35 +0000 (+0200) Subject: net-mail/checkpassword: use https X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=428dff8bfb361a98bd44aad14a81611828861e05;p=gentoo.git net-mail/checkpassword: use https Signed-off-by: Rolf Eike Beer (cherry picked from commit 0b092033838b1e705e05604aff1b9cc2c7766e2b) Signed-off-by: Robin H. Johnson Closes: https://github.com/gentoo/gentoo/pull/13332 --- diff --git a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild index 8efb8a03c5c4..7c7a9b94f127 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils toolchain-funcs flag-o-matic DESCRIPTION="A uniform password checking interface for root applications" -HOMEPAGE="http://cr.yp.to/checkpwd.html" -SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" +HOMEPAGE="https://cr.yp.to/checkpwd.html" +SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" diff --git a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild index 7ed02b16fe94..75a2f74c558f 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils fixheadtails flag-o-matic qmail DESCRIPTION="A uniform password checking interface for root applications" -HOMEPAGE="http://cr.yp.to/checkpwd.html" -SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" +HOMEPAGE="https://cr.yp.to/checkpwd.html" +SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0"