From: Michael Mair-Keimberger Date: Sun, 17 Jun 2018 09:11:08 +0000 (+0200) Subject: app-crypt/kstart: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d5af08a232ed080b28048afd53b0faad54387464;p=gentoo.git app-crypt/kstart: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8868 --- diff --git a/app-crypt/kstart/kstart-4.1.ebuild b/app-crypt/kstart/kstart-4.1.ebuild index e3ad1f1dc019..c80974b18abb 100644 --- a/app-crypt/kstart/kstart-4.1.ebuild +++ b/app-crypt/kstart/kstart-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,8 +7,8 @@ inherit eutils DESCRIPTION="Modified versions of kinit for refreshing kerberos tickets automatically" -HOMEPAGE="http://www.eyrie.org/~eagle/software/kstart" -SRC_URI="http://archives.eyrie.org/software/kerberos/${P}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/kstart/" +SRC_URI="https://archives.eyrie.org/software/kerberos/${P}.tar.gz" LICENSE="|| ( MIT Stanford ISC )" SLOT="0" diff --git a/app-crypt/kstart/kstart-4.2.ebuild b/app-crypt/kstart/kstart-4.2.ebuild index 076efc616f77..0f9b5ae1131c 100644 --- a/app-crypt/kstart/kstart-4.2.ebuild +++ b/app-crypt/kstart/kstart-4.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Modified versions of kinit for refreshing kerberos tickets automatically" -HOMEPAGE="http://www.eyrie.org/~eagle/software/kstart" -SRC_URI="http://archives.eyrie.org/software/kerberos/${P}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/kstart/" +SRC_URI="https://archives.eyrie.org/software/kerberos/${P}.tar.gz" LICENSE="|| ( MIT Stanford ISC )" SLOT="0"