From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZLNWt3PMgz333S for ; Sun, 23 Mar 2025 17:31:22 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZLNWp66tcz331L for ; Sun, 23 Mar 2025 17:31:18 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZLNWp0BPgzDh; Sun, 23 Mar 2025 17:31:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742751078; 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=tzDD70VLViBtiacyMAa+x7qXtKSwGrrJupIXORctfHE=; b=t/t2+xWPM5cvV5gQcYVkU/SX9XOXF47h7JmJIlJOb+jel6KbWB+STx12sDwYijO5rcbyax WdlDSPJ4ziNRVqDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742751078; 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=tzDD70VLViBtiacyMAa+x7qXtKSwGrrJupIXORctfHE=; b=Zw/KgE9Oj7ZfLVMsnFwWbzaE2hvgMcd6sISF5K2Jjxweh9Y+rRth1ggdspGnVyrSu4316z E5pQ+subt2XRvUmVNfz5Sa+y9mwTeORRLP8wc7YrUA9xxxutzOIrDHeXWeOV3/YBha0dRj brIVIbggq797bC3BBBvgtEnGltFGfGqtG6j5ugS96cMZLBY2wceDLtwrT7FN89cE2iOSxC ER+w9B0hRua6Af/FfGZZU7xmGsCCerGu+otbJk2ZHhP4oOcaA+9PL/crQOtIjBZcaUMW7Y xfi9Hn9FByeD/rDcWmQLy1YIZuDeTAsxXWkht5xsb+SHMnMmLaAiPJhkSnh2AQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] shadow: Update to version 4.17.4 Date: Sun, 23 Mar 2025 18:31:14 +0100 Message-ID: <20250323173114.3290051-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 4.17.3 to 4.17.4 - Update of rootfile not required - Changelog 4.17.4 Revert "lib/, src/: Use local time for human-readable dates" lib/getdate.y: Ignore time-zone information and use UTC src/chfn.c: Partially revert "lib/, src/: Use strsep(3) instead of its pattern" src/chfn.c: Use stpsep() instead of its pattern src/chfn.c: Add local variable to refer to the separated field src/chfn.c: copy_field(): Rename local variable lib/commonio.c: Rely on the POSIX.1-2008 behavior of realpath(3) lib/fs/readlink/: readlinknul(): Use ssize_t to simplify autogen.sh: Promote -Wsign-compare to an error lib/sizeof.h: ssizeof(): Add signed variant of sizeof src/lastlog.c: Use ssizeof() to avoid a -Wsign-compare diagnostic tests/unit/test_xasprintf.c: Fix sign-mismatch diagnostic configure.ac: stop checking for utmp location configure.ac: be deterministic about passwd location lib/, src/: update audit messages lib/: audit function for groups src/: update group audit messages doc/: Remove list of distributions Signed-off-by: Adolf Belka --- lfs/shadow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/shadow b/lfs/shadow index f4a499555..950777294 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -24,7 +24,7 @@ include Config -VER = 4.17.3 +VER = 4.17.4 THISAPP = shadow-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 12ccf50e071672639efa4460ab8ac6c3e4d2391a2ae0b2b5b2cfd663de1f6a4aebb291ac743140f395ad36422601167753deabbd3819fb6d90129ef09a7b27f6 +$(DL_FILE)_BLAKE2 = 591e16e50cbba4e8b065f62d548bd8515192b479d1b73f464be315a2cbbab3ebdae132b9e087c98c11d125ac478dada5c3bc6f2637cc1ba91c6f7fe49c74d80e install : $(TARGET) -- 2.49.0