From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74D431382C5 for ; Sun, 13 May 2018 19:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A020CE0C21; Sun, 13 May 2018 19:20:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81033E0C24 for ; Sun, 13 May 2018 19:20:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40F3B335CB1 for ; Sun, 13 May 2018 19:20:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 691962AF for ; Sun, 13 May 2018 19:20:17 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526239138.7a6752d176bbe0ea7f9354dcc65a0f5fe29378da.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_krb5/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_krb5/pam_krb5-4.6.ebuild sys-auth/pam_krb5/pam_krb5-4.7.ebuild X-VCS-Directories: sys-auth/pam_krb5/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7a6752d176bbe0ea7f9354dcc65a0f5fe29378da X-VCS-Branch: master Date: Sun, 13 May 2018 19:20:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d9e39a1-1213-4f33-8578-af7a0818899d X-Archives-Hash: 1ba76677b298ba419ba1506d6b3c13f5 commit: 7a6752d176bbe0ea7f9354dcc65a0f5fe29378da Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 3 09:11:26 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6752d1 sys-auth/pam_krb5: use HTTPS, fix SRC_URI sys-auth/pam_krb5/pam_krb5-4.6.ebuild | 6 +++--- sys-auth/pam_krb5/pam_krb5-4.7.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-auth/pam_krb5/pam_krb5-4.6.ebuild b/sys-auth/pam_krb5/pam_krb5-4.6.ebuild index baf3eece846..c8763f5dfa6 100644 --- a/sys-auth/pam_krb5/pam_krb5-4.6.ebuild +++ b/sys-auth/pam_krb5/pam_krb5-4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit multilib DESCRIPTION="Kerberos V PAM Authentication Module" -HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-krb5" -SRC_URI="http://archives.eyrie.org/software/kerberos/pam-krb5-${PV}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/pam-krb5/" +SRC_URI="https://archives.eyrie.org/software/ARCHIVE/pam-krb5/pam-krb5-${PV}.tar.gz" LICENSE="|| ( BSD-2 GPL-2 )" SLOT="0" diff --git a/sys-auth/pam_krb5/pam_krb5-4.7.ebuild b/sys-auth/pam_krb5/pam_krb5-4.7.ebuild index 709f956ff39..9d809b07791 100644 --- a/sys-auth/pam_krb5/pam_krb5-4.7.ebuild +++ b/sys-auth/pam_krb5/pam_krb5-4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit multilib DESCRIPTION="Kerberos V PAM Authentication Module" -HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-krb5" -SRC_URI="http://archives.eyrie.org/software/kerberos/pam-krb5-${PV}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/pam-krb5/" +SRC_URI="https://archives.eyrie.org/software/ARCHIVE/pam-krb5/pam-krb5-${PV}.tar.gz" LICENSE="|| ( BSD-2 GPL-2 )" SLOT="0"