diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-08 11:15:03 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-08 11:15:03 +0000 |
commit | 2d369b18de5dc2f13f2508e2feb6a44d4651e281 (patch) | |
tree | 51ea9dc7a6ac65f3339f2adf51a8b21ae332214b /sysutils | |
parent | 8726fbedb8dea087d3f53b680ae0d1d93395e58a (diff) | |
download | pkgsrc-2d369b18de5dc2f13f2508e2feb6a44d4651e281.tar.gz |
* Major changes in release 4.2.33, 2008-02-13
New and updated translations
* Major changes in release 4.2.32, 2008-01-25
Moved to GPLv3.
Bugfixes:
#19596: -printf %b should be compared with %s/512, not %s/1024.
#20970: Trailing slash on directory arguments breaks -name. "find
foo/ -name foo" now correctly matches foo and printf foo/. See POSIX
interp http://www.opengroup.org/austin/interps/uploads/40/14959/AI-186.txt
#20751: Avoid memory corruption in find -ls that has been present
since 4.2.28.
#20662: Avoid memory leak in find -name and other places affected by
gnulib dirname module. The leak had been present since 4.2.28.
#20273: When xargs is successful without consuming all of stdin (for
example, with the -E option), and stdin is seekable, xargs now
correctly restores the file position, even on platforms where exit()
does not follow the POSIX rules of doing likewise. Likewise for find
(for example, with the -ok action).
#15384: Find misbehaves when parent directory is not readable.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/findutils/Makefile | 4 | ||||
-rw-r--r-- | sysutils/findutils/PLIST | 3 | ||||
-rw-r--r-- | sysutils/findutils/distinfo | 10 | ||||
-rw-r--r-- | sysutils/findutils/patches/patch-aa | 14 |
4 files changed, 16 insertions, 15 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile index 273f7cb997f..b4ba99053da 100644 --- a/sysutils/findutils/Makefile +++ b/sysutils/findutils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2007/10/16 00:45:52 tnn Exp $ +# $NetBSD: Makefile,v 1.27 2008/03/08 11:15:03 tnn Exp $ -DISTNAME= findutils-4.2.31 +DISTNAME= findutils-4.2.33 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU:=findutils/} diff --git a/sysutils/findutils/PLIST b/sysutils/findutils/PLIST index fe897c7e8ae..782bb666c27 100644 --- a/sysutils/findutils/PLIST +++ b/sysutils/findutils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2007/10/16 00:45:52 tnn Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/03/08 11:15:03 tnn Exp $ bin/${GNU_PROGRAM_PREFIX}find bin/${GNU_PROGRAM_PREFIX}locate bin/${GNU_PROGRAM_PREFIX}updatedb @@ -45,6 +45,7 @@ share/locale/sl/LC_MESSAGES/findutils.mo share/locale/sr/LC_MESSAGES/findutils.mo share/locale/sv/LC_MESSAGES/findutils.mo share/locale/tr/LC_MESSAGES/findutils.mo +share/locale/uk/LC_MESSAGES/findutils.mo share/locale/vi/LC_MESSAGES/findutils.mo share/locale/zh_CN/LC_MESSAGES/findutils.mo share/locale/zh_TW/LC_MESSAGES/findutils.mo diff --git a/sysutils/findutils/distinfo b/sysutils/findutils/distinfo index f73c9a513fc..8031c557de4 100644 --- a/sysutils/findutils/distinfo +++ b/sysutils/findutils/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2007/10/16 00:45:52 tnn Exp $ +$NetBSD: distinfo,v 1.14 2008/03/08 11:15:03 tnn Exp $ -SHA1 (findutils-4.2.31.tar.gz) = e031ddb4f50c8a053d3f216d10f92621c1fa21ba -RMD160 (findutils-4.2.31.tar.gz) = 0b6775ebf5455e99bf594dd02432d8eeee508ace -Size (findutils-4.2.31.tar.gz) = 1326294 bytes -SHA1 (patch-aa) = 30ef7780f4082523ed68aeaff7d4db19c3b68570 +SHA1 (findutils-4.2.33.tar.gz) = 930a77cd0cbf4ee05888947cc10809f0761c84b8 +RMD160 (findutils-4.2.33.tar.gz) = 51c750025487434dd785a332050fff925633c8f9 +Size (findutils-4.2.33.tar.gz) = 1455067 bytes +SHA1 (patch-aa) = 162de59955ded4cf6d53d012511402a672a39b7c SHA1 (patch-ab) = 782c5c642e8e6883686c36ddc470edc3d063f0f0 SHA1 (patch-ag) = def96d47ad09cf98b0caf9f44e94df1c0fd611a2 diff --git a/sysutils/findutils/patches/patch-aa b/sysutils/findutils/patches/patch-aa index 285d1602790..6bc1f44faca 100644 --- a/sysutils/findutils/patches/patch-aa +++ b/sysutils/findutils/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2007/10/16 00:45:53 tnn Exp $ +$NetBSD: patch-aa,v 1.7 2008/03/08 11:15:03 tnn Exp $ ---- locate/Makefile.in.orig 2007-05-30 22:06:20.000000000 +0200 +--- locate/Makefile.in.orig 2008-02-13 23:37:41.000000000 +0100 +++ locate/Makefile.in -@@ -434,7 +434,7 @@ install_sh = @install_sh@ +@@ -532,7 +532,7 @@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = $(datadir)/locale @@ -11,12 +11,12 @@ $NetBSD: patch-aa,v 1.6 2007/10/16 00:45:53 tnn Exp $ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ -@@ -452,7 +452,7 @@ top_srcdir = @top_srcdir@ +@@ -550,7 +550,7 @@ top_srcdir = @top_srcdir@ # The default database to build and search. AUTOMAKE_OPTIONS = std-options -LOCATE_DB = $(localstatedir)/locatedb +LOCATE_DB = /var/db/locate.database - AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = frcode code bigram - bin_SCRIPTS = updatedb - man_MANS = locate.1 updatedb.1 locatedb.5 + AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \ + frcode$(EXEEXT) \ + code$(EXEEXT) \ |