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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DDF3158099 for ; Thu, 23 Nov 2023 00:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 997E82BC04E; Thu, 23 Nov 2023 00:45:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2ECF12BC03E for ; Thu, 23 Nov 2023 00:45:08 +0000 (UTC) From: Michael Orlitzky To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 2/3] sys-auth/pam_smb: inline mirror://samba/ into SRC_URI Date: Wed, 22 Nov 2023 19:44:55 -0500 Message-ID: <20231123004456.2144-3-mjo@gentoo.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231123004456.2144-1-mjo@gentoo.org> References: <20231123004456.2144-1-mjo@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: abc46587-ca54-497c-9326-b090f259ceae X-Archives-Hash: ce139d652f1ec09e57d66487d17a21a7 Bug: https://bugs.gentoo.org/916556 Signed-off-by: Michael Orlitzky --- sys-auth/pam_smb/pam_smb-2.0.0_rc6-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r3.ebuild b/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r3.ebuild index e62a1829a687..2b61b73610f9 100644 --- a/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r3.ebuild +++ b/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ MY_P=${P/_rc/-rc} DESCRIPTION="PAM module for authenticating against an SMB (such as the Win_x families) server" HOMEPAGE="http://www.csn.ul.ie/~airlied/pam_smb/" SRC_URI=" - mirror://samba/pam_smb/v2/${MY_P}.tar.gz + https://download.samba.org/pub/samba/pam_smb/v2/${MY_P}.tar.gz http://www.csn.ul.ie/~airlied/pam_smb/v2/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} -- 2.41.0