From patchwork Tue May 21 14:56:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7820 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4VkHZg06zlz3wwq for ; Tue, 21 May 2024 14:56:43 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4VkHZd4rkVz5fl; Tue, 21 May 2024 14:56:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4VkHZd4Lh9z336y; Tue, 21 May 2024 14:56:41 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4VkHZV5FRNz32hB for ; Tue, 21 May 2024 14:56:34 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4VkHZV3qZRz2PV; Tue, 21 May 2024 14:56:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1716303394; 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: in-reply-to:in-reply-to:references:references; bh=KmZVXtA+RI+RhrejiKGtCdS9h5dfAp2pSSZ84n5HMmU=; b=+5JsL2W3zlY7WeEqVinY5dQmhdCoXkcWTg+M7aH0D7ojf9lFEiZGUJCQCJFhsMxtr0AQe3 zDpJTTrb6s2/qjCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1716303394; 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: in-reply-to:in-reply-to:references:references; bh=KmZVXtA+RI+RhrejiKGtCdS9h5dfAp2pSSZ84n5HMmU=; b=o/annU8YGkl105b8/j7GPcIonPn/hsSi701yn7kf+lEec7fnsVQBVmiJ/gaiWlhEdcB5RE 3UXpd4/0p2/myBGuKkAzK+ECaQkO7DNP09UU9iZ61G321QO/lRRerI3tCeUyc9qDKhAFeg VxjaSvzuczDTTaPW9tXzW2KNeN0hvQnjFIk1fiv5y9XOjr5ajiEyv5/3xObE3Nca6cXWrR /mO8pjjjSX4cY46oIvdor3N8YbSEVV8qnM5F/qA7zY8owXCZA5knRjqnRMJKfti8vD3BY9 bA3qykWiq8kI6cEtiyK3/tLG5wRTmIlJPQm8PZUIzta3Huz1YRWah+wHuGZT7g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] shadow: Update to version 4.15.1 Date: Tue, 21 May 2024 16:56:24 +0200 Message-ID: <20240521145627.291028-6-adolf.belka@ipfire.org> In-Reply-To: <20240521145627.291028-1-adolf.belka@ipfire.org> References: <20240521145627.291028-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: BK42DLAZPWXKEF4DMEJIY6KPRZUPXI7F X-Message-ID-Hash: BK42DLAZPWXKEF4DMEJIY6KPRZUPXI7F X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 4.15.0 to 4.15.1 - Update of rootfile not required - Changelog 4.15.1 The main point of this release is to fix a bug that caused spurious error messages about unknown login.defs configuration options Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/shadow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/shadow b/lfs/shadow index 46b716c27..27820ca3f 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -24,7 +24,7 @@ include Config -VER = 4.15.0 +VER = 4.15.1 THISAPP = shadow-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1a7594c6f93d1c8cad8caa574cdcda60a48d7c001c9ad48e540b26763d9a1cd7fba9501a0a451a5a64889dd6c0cbcf4d026fc72a7ee5a3ee682931bfe7e1b391 +$(DL_FILE)_BLAKE2 = a24f492cb2a7721b165c70237b1a9290acc0063bdf493f061752ca41d23a1154b26e16ee00dd96a19e825eff7f711391892eeb08a314d9277514d4d32a4adafe install : $(TARGET)