Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 15CF163B970 for ; Sat, 8 Mar 2008 11:15:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id AE91463B32A; Sat, 8 Mar 2008 11:15:10 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 55A3063B328 for ; Sat, 8 Mar 2008 11:15:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CE7E9175C1; Sat, 8 Mar 2008 11:15:03 +0000 (UTC) From: Tobias Nygren Subject: CVS commit: pkgsrc/sysutils/findutils To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org Message-Id: <20080308111503.CE7E9175C1@cvs.netbsd.org> Date: Sat, 8 Mar 2008 11:15:03 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tnn Date: Sat Mar 8 11:15:03 UTC 2008 Modified Files: pkgsrc/sysutils/findutils: Makefile PLIST distinfo pkgsrc/sysutils/findutils/patches: patch-aa 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. To generate a diff of this commit: cvs rdiff -r1.26 -r1.27 pkgsrc/sysutils/findutils/Makefile cvs rdiff -r1.8 -r1.9 pkgsrc/sysutils/findutils/PLIST cvs rdiff -r1.13 -r1.14 pkgsrc/sysutils/findutils/distinfo cvs rdiff -r1.6 -r1.7 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.