From patchwork Wed Feb 9 21:27:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5129 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 4JvCfF4WNJz3wsl for ; Wed, 9 Feb 2022 21:28:05 +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 4JvCfD1s5QzP5; Wed, 9 Feb 2022 21:28:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JvCfD1Qmdz2yDs; Wed, 9 Feb 2022 21:28:04 +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 4JvCfC5cFSz2x9p for ; Wed, 9 Feb 2022 21:28:03 +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 4JvCfC1MbszP5; Wed, 9 Feb 2022 21:28:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644442083; 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=ota7Z0p3UnsEKCQS/EUa4Yb72chANoIWitopFLpMKI4=; b=iqixYOl/LXiLwUhqYgkEH6eJDKUNqAcPUIejn9z18nOIYstZjQWCeOTwDUhPHi1qR55EwZ kGjzOVtaMloel+AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644442083; 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=ota7Z0p3UnsEKCQS/EUa4Yb72chANoIWitopFLpMKI4=; b=vDOBLHik8/McZhthqLUeRK+RSWri3nYM4u9DzXAxo6ioS1elzeS+OsSpcYknoDvwZb1vx3 f6wEunzv9JM1yfkVB0o0k0+Y6zXN/Fmiok26hs86GYBestab8VwBFcNCUnUIaPFcTH8akD MRhOVjyuGQRnaEet8EUhJbuXKaqdRZyvJFvuWH5KEK/M6Ah+7Jd2cpkj/ffMawBmrLLJAE kHpmArqm1yOHuy4DBbJu4fY6TKnKr9Xy9p2tpaE0jzCLkWCSA1h1mQwWzJeQjFn/G2DC61 lN6XZsficWkNLaTxDgOiGv81ZlVm+BoD29lYmQDQlNOQk7K1tsOzHqyS6qajUg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] findutils: Update to version 4.9.0 Date: Wed, 9 Feb 2022 22:27:50 +0100 Message-Id: <20220209212750.2754039-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 4.8.0 to 4.9.0 - Update of rootfile not required - Changelog GNU findutils NEWS - User visible changes. * Noteworthy changes in release 4.9.0 (2022-02-22) [stable] ** New features in find find now supports the -files0-from option to be able to safely pass an arbitrary number of starting points to the tool. The option requires a file name as argument, or "-" to read from standard input. The entries in that file have to be separated by NUL characters. [#60383] ** Changes in locate / updatedb updatedb now skips (fuse-mounted) s3fs filesystems by default, i.e., unless PRUNEFS is set. ** Bug Fixes 'find -D stat -L ...' no longer determines SELinux security information as if the -L option was not given. [Bug present since the SELinux implementation in 4.5.6] 'find -inum' and 'find -printf %i' now also work on platforms which allow the inode number Zero; e.g. the GNU/Hurd uses inode number 0 for /dev/console. Previously, find(1) would abort when visiting such a file. [Bug present since FINDUTILS_4_5_4-1.] findutils-4.8.0 failed to build on some MacOS versions. Fixed by a gnulib update. [#59972, #59991] ** Documentation Changes The find.1 man page and the Texinfo manual now show environment variables in a consistent style. [#59963] Furthermore, both add the description of the -printf format directive '%B', for a file's birth time, and its limitations. [#61327] The description of the -delete action has been improved and aligned among the manual page and the Texinfo documentation. [#61774] Various other documentation fixes - syntax issues and typos. [#61303, #60823, #61341] The output of 'find --help' now reads better. The HTML online manual is using the official GNU stylesheet again. ** Changes to the build process The find version without FTS, oldfind, has been completely removed. It has not been installed since 4.5.18 (2015), and was only still used in tests. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/findutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/findutils b/lfs/findutils index 0b2753dc1..6c754f8d6 100644 --- a/lfs/findutils +++ b/lfs/findutils @@ -24,7 +24,7 @@ include Config -VER = 4.8.0 +VER = 4.9.0 THISAPP = findutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = eeefe2e6380931a77dfa6d9350b43186 +$(DL_FILE)_MD5 = 4a4a547e888a944b2f3af31d789a1137 install : $(TARGET)