Subject: CVS commit: pkgsrc/sysutils/coreutils
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 02/22/2004 21:32:18
Module Name: pkgsrc
Committed By: recht
Date: Sun Feb 22 21:32:18 UTC 2004
Modified Files:
pkgsrc/sysutils/coreutils: Makefile PLIST distinfo
pkgsrc/sysutils/coreutils/patches: patch-aa
Removed Files:
pkgsrc/sysutils/coreutils/patches: patch-ab patch-ac
Log Message:
update to 5.2.0
many fixes/new features, among them:
- nohup now always exits with status 127 when it finds an error,
as POSIX requires; formerly it sometimes exited with status 1.
- Several programs (including cut, date, dd, env, hostname, nl, pr,
stty, and tr) now always exit with status 1 when they find an error;
formerly they sometimes exited with status 2.
- chgrp and chown now accept POSIX-mandated -L, -H, and -P options
- du now accepts -P (--no-dereference), for compatibility with du
of NetBSD and for consistency with e.g., chown and chgrp
- date accepts a new option --rfc-2822, an alias for --rfc-822.
- `sha1sum --check' now accepts the BSD format for SHA1 message digests
in addition to the BSD format for MD5 ones.
- md5sum --check now accepts the output of the BSD md5sum program, e.g.,
MD5 (f) = d41d8cd98f00b204e9800998ecf8427e
- date -d DATE can now parse a DATE string like May-23-2003
- chown: `.' is no longer recognized as a separator in the OWNER:GROUP
specifier on POSIX 1003.1-2001 systems. If chown *was not* compiled
on such a system, then it still accepts `.', by default. If chown
was compiled on a POSIX 1003.1-2001 system, then you may enable the
old behavior by setting _POSIX2_VERSION=199209 in your environment.
(see NEWS for a complete list)
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/sysutils/coreutils/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/coreutils/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/coreutils/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/coreutils/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/sysutils/coreutils/patches/patch-ab
cvs rdiff -r1.2 -r0 pkgsrc/sysutils/coreutils/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.