pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/findutils
Module Name: pkgsrc
Committed By: wiz
Date: Thu Feb 17 15:42:00 UTC 2022
Modified Files:
pkgsrc/sysutils/findutils: Makefile distinfo
pkgsrc/sysutils/findutils/patches: patch-aa
Log Message:
findutils: update to 4.9.0.
* 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.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/sysutils/findutils/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/findutils/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/findutils/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/findutils/Makefile
diff -u pkgsrc/sysutils/findutils/Makefile:1.40 pkgsrc/sysutils/findutils/Makefile:1.41
--- pkgsrc/sysutils/findutils/Makefile:1.40 Sat Oct 16 00:51:18 2021
+++ pkgsrc/sysutils/findutils/Makefile Thu Feb 17 15:42:00 2022
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.40 2021/10/16 00:51:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.41 2022/02/17 15:42:00 wiz Exp $
-DISTNAME= findutils-4.8.0
+DISTNAME= findutils-4.9.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= bouyer%NetBSD.org@localhost
HOMEPAGE= https://www.gnu.org/software/findutils/findutils.html
-COMMENT= The GNU find, locate, updatedb, and xargs utilities
+COMMENT= find, locate, updatedb, and xargs utilities
LICENSE= gnu-gpl-v3 # or later
GNU_CONFIGURE= yes
@@ -18,11 +18,10 @@ USE_TOOLS+= gmake
LDFLAGS.IRIX+= -lgen
CONFIGURE_ARGS+= --program-prefix=g
+CONFIGURE_ARGS+= --localstatedir=/var/run
AUTO_MKDIRS= yes
-.include "../../mk/bsd.prefs.mk"
-
post-install:
.for f in find locate updatedb xargs
${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f}
Index: pkgsrc/sysutils/findutils/distinfo
diff -u pkgsrc/sysutils/findutils/distinfo:1.22 pkgsrc/sysutils/findutils/distinfo:1.23
--- pkgsrc/sysutils/findutils/distinfo:1.22 Tue Oct 26 11:19:36 2021
+++ pkgsrc/sysutils/findutils/distinfo Thu Feb 17 15:42:00 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 11:19:36 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/02/17 15:42:00 wiz Exp $
-BLAKE2s (findutils-4.8.0.tar.xz) = 5f87f55441c378189112167747dd9deff5896d18930dc7b7fbb6c3b0d01fd07b
-SHA512 (findutils-4.8.0.tar.xz) = eaa2da304dbeb2cd659b9210ac37da1bde4cd665c12a818eca98541c5ed5cba1050641fc0c39c0a446a5a7a87a8d654df0e0e6b0cee21752ea485188c9f1071e
-Size (findutils-4.8.0.tar.xz) = 1983096 bytes
-SHA1 (patch-aa) = c0cfed59ccff3a56d6621ac0669e14f8e3f7b9fb
+BLAKE2s (findutils-4.9.0.tar.xz) = 25fda192a6405e79fd213de5fce7d67ab1e98d7e42c9db1f89ef0dcd5e89e132
+SHA512 (findutils-4.9.0.tar.xz) = ba4844f4403de0148ad14b46a3dbefd5a721f6257c864bf41a6789b11705408524751c627420b15a52af95564d8e5b52f0978474f640a62ab86a41d20cf14be9
+Size (findutils-4.9.0.tar.xz) = 2046252 bytes
+SHA1 (patch-aa) = 7dbe72494e1b52b317541db320f19f78c6c2c48a
Index: pkgsrc/sysutils/findutils/patches/patch-aa
diff -u pkgsrc/sysutils/findutils/patches/patch-aa:1.9 pkgsrc/sysutils/findutils/patches/patch-aa:1.10
--- pkgsrc/sysutils/findutils/patches/patch-aa:1.9 Sat Oct 16 00:51:18 2021
+++ pkgsrc/sysutils/findutils/patches/patch-aa Thu Feb 17 15:42:00 2022
@@ -1,16 +1,7 @@
-$NetBSD: patch-aa,v 1.9 2021/10/16 00:51:18 ryoon Exp $
+$NetBSD: patch-aa,v 1.10 2022/02/17 15:42:00 wiz Exp $
--- locate/Makefile.in.orig 2021-01-09 16:35:33.000000000 +0000
+++ locate/Makefile.in
-@@ -1999,7 +1999,7 @@ install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
- localedir = $(datadir)/locale
--localstatedir = @localstatedir@
-+localstatedir = /var/run
- mandir = @mandir@
- mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
@@ -2021,7 +2021,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = std-options
Home |
Main Index |
Thread Index |
Old Index