From patchwork Mon Sep 27 15:34:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4748 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 4HJ6BS1nj4z3x1J for ; Mon, 27 Sep 2021 15:34:24 +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 4HJ6BR5N3XzZF; Mon, 27 Sep 2021 15:34:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HJ6BR4YJFz2yXQ; Mon, 27 Sep 2021 15:34:23 +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 4HJ6BQ58y5z2xpc for ; Mon, 27 Sep 2021 15:34:22 +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 4HJ6BQ0jLLzNh; Mon, 27 Sep 2021 15:34:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632756862; 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=HOjAIkklGUVNoQV8eRfWqH84kUPMfBcQFySQTUImIWE=; b=VC1db1xmyNno+6s7F4LwfBn645V+rCbmC9S+lzvLkPpkDNaVHhlSgz/vpeD9+rSuyMOW6T /78qUezCKOcuTgAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632756862; 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=HOjAIkklGUVNoQV8eRfWqH84kUPMfBcQFySQTUImIWE=; b=dCpnBPvjbFgIFKoLFcC8W3KYwYq1lUSm0fyLG83t7MOagceawcBhM/qvZjpEzwC9MmKIjJ /svt0TY8+jMGK6szq4IMCaFwTHJ0C4F0KxamKG2mrBqdaExZPjf0tKQ6YtsJJ8gEEmofbT br+xPs1eHh3dP3FWj3ELoujxsuSW3kIhp7w2CkeBbhvzCRI4bE2nB+d2GqnL5L6SJmhViO rpX8pytS3NwuZyxzYqEctArJ8HYtLrj9iDUuRHIxeXtK0E5Pc3fnMTfwlAjReUE74a+R6c 4Lxjq7Z7Gh91cMCw/+HdDFrCMaPG5ZfoSA2z4C1v1gYV0/Z9y1r93V0iVsds1Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] pam: Update to version 1.5.2 Date: Mon, 27 Sep 2021 17:34:18 +0200 Message-Id: <20210927153418.1500626-1-adolf.belka@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" - Update from 1.5.1 to 1.5.2 - Update rootfile - Changelog Release 1.5.2 * pam_exec: implemented quiet_log option. * pam_mkhomedir: added support of HOME_MODE and UMASK from /etc/login.defs. * pam_timestamp: changed hmac algorithm to call openssl instead of the bundled sha1 implementation if selected, added option to select the hash algorithm to use with HMAC. * Added pkgconfig files for provided libraries. * Added --with-systemdunitdir configure option to specify systemd unit directory. * Added --with-misc-conv-bufsize configure option to specify the buffer size in libpam_misc's misc_conv() function, raised the default value for this parameter from 512 to 4096. * Multiple minor bug fixes, portability fixes, documentation improvements, and translation updates. Signed-off-by: Adolf Belka --- config/rootfiles/common/pam | 3 +++ lfs/pam | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/pam b/config/rootfiles/common/pam index e487e3fe2..88e155f77 100644 --- a/config/rootfiles/common/pam +++ b/config/rootfiles/common/pam @@ -126,6 +126,9 @@ usr/lib/libpam_misc.so.0.82.1 #usr/lib/libpamc.so usr/lib/libpamc.so.0 usr/lib/libpamc.so.0.82.1 +#usr/lib/pkgconfig/pam.pc +#usr/lib/pkgconfig/pam_misc.pc +#usr/lib/pkgconfig/pamc.pc #usr/lib/systemd #usr/lib/systemd/system #usr/lib/systemd/system/pam_namespace.service diff --git a/lfs/pam b/lfs/pam index 463ee71da..d90cfb928 100644 --- a/lfs/pam +++ b/lfs/pam @@ -24,7 +24,7 @@ include Config -VER = 1.5.1 +VER = 1.5.2 THISAPP = Linux-PAM-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 155f2a31d07077b2c63a1f135876c31b +$(DL_FILE)_MD5 = 895e8adfa14af334f679bbeb28503f66 install : $(TARGET)