From patchwork Mon Feb 20 16:41:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6565 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PL7VY3n4sz3x1t for ; Mon, 20 Feb 2023 16:41:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PL7VW4pNSznv; Mon, 20 Feb 2023 16:41:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PL7VW3YLgz2yxp; Mon, 20 Feb 2023 16:41:55 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PL7VV4Z45z2xfN for ; Mon, 20 Feb 2023 16:41:54 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PL7VT65dRzT0; Mon, 20 Feb 2023 16:41:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676911314; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=foD/99+evkm3JXQ7iuI1eEgHZhG6uuV5HHGRxY5fd/w=; b=dgQSH8TnXfFoR7cBtvlgXvtVYodNngwa8iOn2EXjIhMALtuhGJkjwGWgaNW88Bw9ixhhCm KJ/CMqYmeh7LqMDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676911314; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=foD/99+evkm3JXQ7iuI1eEgHZhG6uuV5HHGRxY5fd/w=; b=TZDLrdN7u+eQaGQOVc79idH8Ywzumbz3Z7io5jVqeL9xm53JUtOtG1PzqB9+bgLoRaaLxd v7REyYeZWzfJsxjYeOt/9E6JY0HU4V1fHaC/kv4RXbz6q7/5YsYl0CNobYdqqwOL440tTB W1N6xqH+VfRbx4lRdM0Ih7h8wqFZvFE4lX/JNY1DIJv+iO/C+Wm+NiJDzy5azDrjbYcZWN 19FZ+FSDcy0vyghx4ys1ueDDX50MS/scVPgtUSLdw2Towb8RELO1P7Oh52e2ipm2uMon5M qXmWx7+Cj4DyAw40J1/mbycPC95xh2oCgf9zsgSHemVa22XQlRdYL8c0xV761Q== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] pam: Update to 1.5.2 Date: Mon, 20 Feb 2023 17:41:46 +0100 Message-Id: <20230220164146.101323-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- pam/pam.nm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pam/pam.nm b/pam/pam.nm index facedb378..de24a97fb 100644 --- a/pam/pam.nm +++ b/pam/pam.nm @@ -4,8 +4,8 @@ ############################################################################### name = pam -version = 1.3.0 -release = 2 +version = 1.5.2 +release = 1 thisapp = Linux-PAM-%{version} groups = System/Base @@ -19,10 +19,8 @@ description having to recompile programs that handle authentication. end -# This is the old location that might be revived in future -# source_dl = http://ftp.us.kernel.org/pub/linux/libs/pam/library/ - -source_dl = http://www.linux-pam.org/library/ +source_dl = https://github.com/linux-pam/linux-pam/releases/download/v%{version}/ +sources = %{thisapp}.tar.xz build requires