[Lunar-commits] <moonbase> coreutils: version bumped to 8.1.

Florin Braescu florin at lunar-linux.org
Fri Nov 20 03:59:48 CET 2009


commit d33516d02d6c1c0bb052097b12da7dc024fc4fdc
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Nov 20 04:59:48 2009 +0200

    coreutils: version bumped to 8.1.
    
    ** Bug fixes
    ** Changes in behavior
    
      chroot, env, nice, and su fail with status 125, rather than 1, on
      internal error such as failure to parse command line arguments; this
      is for consistency with stdbuf and timeout, and avoids ambiguity
      with the invoked command failing with status 1. Likewise, nohup
      fails with status 125 instead of 127.
    
      du (due to a change in gnulib's fts) can now traverse NFSv4 automounted
      directories in which the stat'd device number of the mount point differs
      during a traversal.  Before, it would fail, because such a mismatch would
      usually represent a serious error or a subversion attempt.
    
      echo and printf now interpret \e as the Escape character (0x1B).
    
      rm -f /read-only-fs/nonexistent now succeeds and prints no diagnostic
      on systems with an unlinkat syscall that sets errno to EROFS in that case.
      Before, it would fail with a "Read-only file system" diagnostic.
      Also, "rm /read-only-fs/nonexistent" now reports "file not found" rather
      than the less precise "Read-only file system" error.
    
    ** New programs
    
      nproc: Print the number of processing units available to a process.
    
    ** New features
    
      env and printenv now accept the option --null (-0), as a means to
      avoid ambiguity with newlines embedded in the environment.
    
      md5sum --check now also accepts openssl-style checksums.
      So do sha1sum, sha224sum, sha384sum and sha512sum.
    
      mktemp now accepts the option --suffix to provide a known suffix
      after the substitution in the template.  Additionally, uses such as
      "mktemp fileXXXXXX.txt" are able to infer an appropriate --suffix.
    
      touch now accepts the option --no-dereference (-h), as a means to
      change symlink timestamps on platforms with enough support.
---
 utils/coreutils/DETAILS |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index d92ca97..2da8eac 100644
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,15 +1,15 @@
           MODULE=coreutils
-         VERSION=7.6
+         VERSION=8.1
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-7.2-uname.patch.bz2
+         SOURCE2=$MODULE-8.1-uname.patch.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE
      SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:98880651bee000b1b31e1ee55ff8fabdad8eeecd
-     SOURCE2_VFY=sha1:3368b75d5756e036d4e95094871808f241c86892
+      SOURCE_VFY=sha1:4a8bdbffa1201e51ca256292f43d0fc35e04adcc
+     SOURCE2_VFY=sha1:ca1deb067bc08fa19ce1808eed13b5f08de18378
         WEB_SITE=http://www.gnu.org/software/$MODULE
          ENTERED=20030217
-         UPDATED=20090912
+         UPDATED=20091120
            SHORT="Contains latest sh-utils, textutils and fileutils"
 
 cat << EOF


More information about the Lunar-commits mailing list