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

Florin Braescu florin at lunar-linux.org
Sat May 2 16:27:40 CEST 2009


commit 17df4588b5ab28afee48814e31b23b8c6d0b19db
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat May 2 17:27:40 2009 +0300

    coreutils: version bumped to 7.3.
    
    ** Bug fixes
    
    - cp now diagnoses failure to preserve selinux/xattr attributes when
      --preserve=context,xattr is specified in combination with -a.
    - ls now aligns output correctly in the presence of abbreviated month
      names from the locale database that have differing widths.
    - ls -v and sort -V now order names like "#.b#" properly
    - mv: do not print diagnostics when failing to preserve xattr's on file
      systems without xattr support.
    - sort -m no longer segfaults when its output file is also an input file.
    
    ** Changes in behavior
    
    - shred, sort, shuf: now use an internal pseudorandom generator by default.
    
    ** Improved robustness
    
    - cp would exit successfully after copying less than the full contents
      of a file larger than ~4000 bytes from a linux-/proc file system to a
      destination file system with a fundamental block size of 4KiB or greater.
    
    ** Portability
    
    - df now pre-mounts automountable directories even with automounters for
      which stat-like syscalls no longer provoke mounting.
    - `id -G $USER` now works correctly even on Darwin and NetBSD.
---
 utils/coreutils/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 1425b20..86691f8 100644
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,15 +1,15 @@
           MODULE=coreutils
-         VERSION=7.2
+         VERSION=7.3
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-$VERSION-uname.patch.bz2
+         SOURCE2=$MODULE-7.2-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:76b10f5b8cfab62d549c3dd9647425887e5ea238
+      SOURCE_VFY=sha1:c8a64977c34555bcffd0fc236678f43b69a7adfb
      SOURCE2_VFY=sha1:3368b75d5756e036d4e95094871808f241c86892
         WEB_SITE=http://www.gnu.org/software/$MODULE
          ENTERED=20030217
-         UPDATED=20090415
+         UPDATED=20090502
            SHORT="Contains latest sh-utils, textutils and fileutils"
 
 cat << EOF


More information about the Lunar-commits mailing list