pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/coreutils



Module Name:    pkgsrc
Committed By:   tron
Date:           Wed Oct 29 22:34:18 UTC 2008

Modified Files:
        pkgsrc/sysutils/coreutils: Makefile.common PLIST distinfo
Removed Files:
        pkgsrc/sysutils/coreutils/patches: patch-ac

Log Message:
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 &nbsp) 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


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/coreutils/Makefile.common
cvs rdiff -r1.11 -r1.12 pkgsrc/sysutils/coreutils/PLIST
cvs rdiff -r1.15 -r1.16 pkgsrc/sysutils/coreutils/distinfo
cvs rdiff -r1.8 -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.



Home | Main Index | Thread Index | Old Index