From patchwork Wed Feb 28 19:31:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7575 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 4TlPcW5pQmz3ww6 for ; Wed, 28 Feb 2024 19:31:55 +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 4TlPcS2Grxz7qt; Wed, 28 Feb 2024 19:31:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TlPcS1bG6z32j9; Wed, 28 Feb 2024 19:31:52 +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 4TlPcK1DyQz32pY for ; Wed, 28 Feb 2024 19:31:45 +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 4TlPcJ6vNZz1Lq; Wed, 28 Feb 2024 19:31:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1709148705; 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=IOeI7szfo93QZeIRHlpkb24Re73dfPleDLA+1p6N/v8=; b=lL1oFYGN2FzHNwBiCp8yVOp1J+mRj3zAkBBcnAfMMlhDZoPtL/WCNyEZGBshQjNi7LehRU 7rd+06e4J53kXrBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1709148705; 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=IOeI7szfo93QZeIRHlpkb24Re73dfPleDLA+1p6N/v8=; b=mIsfgYQOzRQydOy6fZ2U6b9dQdcEjdfJQSQI3EGv/vhfdTcKOShSGtPZMczlOVRimtZ44n lSpUYNa8u/HC+r2GAyBYoNdhU3ncSViiKeKyHYvM4pmLeLHBvOAC0rlaGz2G15KDTEPGTX 9wvuXgzF2LxK3iVkOD8i3i41Ly74WO0B0TR+m5/kWJtyAkHlIol0LrJuQAfi2REZqgBUun /y/CfsmZVefDF04TOn9NYoZEBURf8KIcTHSW1uOsCTaWZ3AzE2v7upD2jnFXntLPXXlRbt YGOdgxtXSssG1MuZfeF/RRfzvu8TIcFAGy6om+ZQ4thEBI2M/r/vazxIDcWe/A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] shadow: Update to version 4.14.5 Date: Wed, 28 Feb 2024 20:31:37 +0100 Message-ID: <20240228193137.2586482-8-adolf.belka@ipfire.org> In-Reply-To: <20240228193137.2586482-1-adolf.belka@ipfire.org> References: <20240228193137.2586482-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: G35TGMJOLMR7QSIUPJFD4YBWETMFRVMY X-Message-ID-Hash: G35TGMJOLMR7QSIUPJFD4YBWETMFRVMY 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.14.3 to 4.14.5 - Update of rootfile not required - Changelog 4.14.5 Build system: Fix regression introduced in 4.14.4, due to a typo. chgpasswd had been deleted from a Makefile variable, but it should have been chpasswd. 4.14.4 Build system: Link correctly with libdl. Install pam configs for chpasswd(8) and newusers(8) when using ./configure --with-libpam --disable-account-tools-setuid. libshadow: Fix build error (parameter name omitted). Fix off-by-one bug. Remove warning. Signed-off-by: Adolf Belka --- lfs/shadow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/shadow b/lfs/shadow index a3495474a..f88c6c283 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -24,7 +24,7 @@ include Config -VER = 4.14.3 +VER = 4.14.5 THISAPP = shadow-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6707cae41a0f8478cadd94ea5eaba95cdc6b1b23896b8dd903c62c931839a82b0538f04f8c12433f148da5b23c12a033963380be81f6fc97fa0e3f9399e51b21 +$(DL_FILE)_BLAKE2 = 885d2b23ed670cf26452eb208d561478b7410ffbb04a054feb65efb7da6f1d51eb992da61b72409f8991ee35efd7e7cf7a9bc770edec5f855ace32f82aaa7b55 install : $(TARGET)