Subject: CVS commit: pkgsrc/sysutils/findutils
From: Tobias Nygren
Date: 2008-03-08 12:15:03
Message id: 20080308111503.CE7E9175C1@cvs.netbsd.org

Log Message:
* 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.

Files:
RevisionActionfile
1.27modifypkgsrc/sysutils/findutils/Makefile
1.9modifypkgsrc/sysutils/findutils/PLIST
1.14modifypkgsrc/sysutils/findutils/distinfo
1.7modifypkgsrc/sysutils/findutils/patches/patch-aa