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 DD5311382C5 for ; Sun, 13 May 2018 19:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4627E0C15; Sun, 13 May 2018 19:20:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 645F2E0C15 for ; Sun, 13 May 2018 19:20:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7D780335CA9 for ; Sun, 13 May 2018 19:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5391B2AE 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: <1526239137.c5852c8e5f39fed48aa75020ebd57fdae421eb67.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-afs-session/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam-afs-session/pam-afs-session-1.3.ebuild sys-auth/pam-afs-session/pam-afs-session-1.5.ebuild sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild X-VCS-Directories: sys-auth/pam-afs-session/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c5852c8e5f39fed48aa75020ebd57fdae421eb67 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: 2020067d-6f66-422b-8cdd-c1abde545f73 X-Archives-Hash: f63832afa8e103efb5072c309b07b5f9 commit: c5852c8e5f39fed48aa75020ebd57fdae421eb67 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 3 09:08:38 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5852c8e sys-auth/pam-afs-session: use HTTPS, fix SRC_URI Closes: https://github.com/gentoo/gentoo/pull/8248 sys-auth/pam-afs-session/pam-afs-session-1.3.ebuild | 4 ++-- sys-auth/pam-afs-session/pam-afs-session-1.5.ebuild | 4 ++-- sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-auth/pam-afs-session/pam-afs-session-1.3.ebuild b/sys-auth/pam-afs-session/pam-afs-session-1.3.ebuild index 3be47bef7cc..2d895f991d1 100644 --- a/sys-auth/pam-afs-session/pam-afs-session-1.3.ebuild +++ b/sys-auth/pam-afs-session/pam-afs-session-1.3.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit pam DESCRIPTION="OpenAFS PAM Module" -HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-afs-session/" -SRC_URI="http://archives.eyrie.org/software/afs/${P}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/pam-afs-session/" +SRC_URI="https://archives.eyrie.org/software/ARCHIVE/${PN}/${P}.tar.gz" LICENSE="HPND openafs-krb5-a" SLOT="0" diff --git a/sys-auth/pam-afs-session/pam-afs-session-1.5.ebuild b/sys-auth/pam-afs-session/pam-afs-session-1.5.ebuild index 3be47bef7cc..2d895f991d1 100644 --- a/sys-auth/pam-afs-session/pam-afs-session-1.5.ebuild +++ b/sys-auth/pam-afs-session/pam-afs-session-1.5.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit pam DESCRIPTION="OpenAFS PAM Module" -HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-afs-session/" -SRC_URI="http://archives.eyrie.org/software/afs/${P}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/pam-afs-session/" +SRC_URI="https://archives.eyrie.org/software/ARCHIVE/${PN}/${P}.tar.gz" LICENSE="HPND openafs-krb5-a" SLOT="0" diff --git a/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild b/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild index 3be47bef7cc..2d895f991d1 100644 --- a/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild +++ b/sys-auth/pam-afs-session/pam-afs-session-1.6.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit pam DESCRIPTION="OpenAFS PAM Module" -HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-afs-session/" -SRC_URI="http://archives.eyrie.org/software/afs/${P}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/pam-afs-session/" +SRC_URI="https://archives.eyrie.org/software/ARCHIVE/${PN}/${P}.tar.gz" LICENSE="HPND openafs-krb5-a" SLOT="0"