diff options
author | tron <tron@pkgsrc.org> | 2008-10-29 22:34:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-10-29 22:34:18 +0000 |
commit | 3b78baf1a52782af0d34ff8337d75856a6d0ee61 (patch) | |
tree | 6403f5d236a0ad837e8054aec781cb02edbbeb00 /sysutils/coreutils/distinfo | |
parent | 570f86683ead6b895e00ba3e5363ffb57b0e72b3 (diff) | |
download | pkgsrc-3b78baf1a52782af0d34ff8337d75856a6d0ee61.tar.gz |
Update "coreutils" package to version 6.12. Changes since version 6.11:
- chcon, runcon: --help output now includes the bug-reporting address
- cp -p copies permissions more portably. For example, on MacOS X 10.5,
"cp -p some-fifo some-file" no longer fails while trying to copy the
permissions from the some-fifo argument.
- id with no options now prints the SELinux context only when invoked
with no USERNAME argument.
- id and groups once again print the AFS-specific nameless group-ID (PAG).
Printing of such large-numbered, kernel-only (not in /etc/group) group-IDs
was suppressed in 6.11 due to ignorance that they are useful.
- uniq: avoid subtle field-skipping malfunction due to isblank misuse.
In some locales on some systems, isblank(240) (aka  ) is nonzero.
On such systems, uniq --skip-fields=N would fail to skip the proper
number of fields for some inputs.
- tac: avoid segfault with --regex (-r) and multiple files, e.g.,
"echo > x; tac -r x x".
- install once again sets SELinux context, when possible
Diffstat (limited to 'sysutils/coreutils/distinfo')
-rw-r--r-- | sysutils/coreutils/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/coreutils/distinfo b/sysutils/coreutils/distinfo index 343aa035c7e..33e13dad164 100644 --- a/sysutils/coreutils/distinfo +++ b/sysutils/coreutils/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.15 2008/05/13 09:22:46 tron Exp $ +$NetBSD: distinfo,v 1.16 2008/10/29 22:34:18 tron Exp $ -SHA1 (coreutils-6.11.tar.gz) = 238dc7cb815659abe69ba52a1cbb7fb7f481dc0e -RMD160 (coreutils-6.11.tar.gz) = 6a109d0fbab686d7258f933cfcbfde49f6faa68a -Size (coreutils-6.11.tar.gz) = 9095150 bytes +SHA1 (coreutils-6.12.tar.gz) = 1bb297fdf8b38ca19ab5252c6179b1b2aecd020e +RMD160 (coreutils-6.12.tar.gz) = 95b941657242cfc3f67d721e582a60a4090802ec +Size (coreutils-6.12.tar.gz) = 9001890 bytes SHA1 (patch-ab) = bc1e79814a6ebc177862eae1816a24e3a4a5c577 -SHA1 (patch-ac) = 83e271d8da9d8d70e1f9eb34129d2cbf1cd352fc SHA1 (patch-ad) = 145a88a6731fbec315037a140677f2fc763e5026 SHA1 (patch-ag) = 3e24b8e025a151eb7bed4c778a326da5eed09ded SHA1 (patch-ah) = 33fe73aac79731f980fcbe1afda4c64537aff742 |