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

Florin Braescu florin at lunar-linux.org
Fri Aug 21 17:17:30 CEST 2009


commit 5078e6aeebc0b8d20f2ea507321dc23493679b6c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Aug 21 18:17:30 2009 +0300

    coreutils: version bumped to 7.5.
    
    Changes:
    ** Bug fixes
    ** New programs
      stdbuf: A new program to run a command with modified stdio buffering
      for its standard streams.
    
    ** Changes in behavior
      ls --color: files with multiple hard links are no longer colored differently
      by default. That can be enabled by changing the LS_COLORS environment
      variable. You can control that using the MULTIHARDLINK dircolors input
      variable which corresponds to the 'mh' LS_COLORS item. Note these variables
      were renamed from 'HARDLINK' and 'hl' which were available since
      coreutils-7.1 when this feature was introduced.
    
    ** New features
      chroot now accepts the options --userspec and --groups.
    
      cp accepts a new option, --reflink: create a lightweight copy
      using copy-on-write (COW).  This is currently only supported within
      a btrfs file system.
    
      cp now preserves time stamps on symbolic links, when possible
    
      sort accepts a new option, --human-numeric-sort (-h): sort numbers
      while honoring human readable suffixes like KiB and MB etc.
    
      tail --follow now uses inotify when possible, to be more responsive
      to file changes and more efficient when monitoring many files.
---
 utils/coreutils/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 6d90e96..8e3d0b3 100644
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,15 +1,15 @@
           MODULE=coreutils
-         VERSION=7.4
+         VERSION=7.5
           SOURCE=$MODULE-$VERSION.tar.gz
          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:cfb399b1d121abde8c1b68b2651a645b7170547f
+      SOURCE_VFY=sha1:97e1486a33bf42eb7686d8f131c80ab533f1f683
      SOURCE2_VFY=sha1:3368b75d5756e036d4e95094871808f241c86892
         WEB_SITE=http://www.gnu.org/software/$MODULE
          ENTERED=20030217
-         UPDATED=20090508
+         UPDATED=20090821
            SHORT="Contains latest sh-utils, textutils and fileutils"
 
 cat << EOF


More information about the Lunar-commits mailing list