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

Florin Braescu florin at lunar-linux.org
Sun Mar 1 13:14:02 CET 2009


commit 337484afabad6278dd3bd3ccbb8b32d70743da24
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Mar 1 14:14:02 2009 +0200

    coreutils: version bumped to 7.1.
    
    New programs:
    -  timeout: Run a command with bounded time.
    -  truncate: Set the size of a file to a specified size.
    
    Changes in behavior:
    -  cp and mv: the --reply={yes,no,query} option has been removed.
       Using it has elicited a warning for the last three years.
    -  dd: user specified offsets that are too big are handled better.
       Previously, erroneous parameters to skip and seek could result
       in redundant reading of the file with no warnings or errors.
    -  du: -H (initially equivalent to --si) is now equivalent to
       --dereference-args, and thus works as POSIX requires
    -  shred: now does 3 overwrite passes by default rather than 25.
    -  ls -l now marks SELinux-only files with the less obtrusive '.',
       rather than '+'.  A file with any other combination of MAC and ACL
       is still marked with a '+'.
    -  stat's --context (-Z) option has always been a no-op.
       Now it evokes a warning that it is obsolete and will be removed.
    
    Some new features added, bug fixes and improvements.
---
 utils/coreutils/BUILD   |    3 ---
 utils/coreutils/DETAILS |   18 ++++++------------
 2 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/utils/coreutils/BUILD b/utils/coreutils/BUILD
index 458ef36..d275f60 100644
--- a/utils/coreutils/BUILD
+++ b/utils/coreutils/BUILD
@@ -1,8 +1,5 @@
 (
 
-  patch_it $SOURCE2 1 &&
-  patch_it $SOURCE3 1 &&
-
   bad_flags -malign-double
 
   # We really want this
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index cecd116..1941155 100644
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,18 +1,12 @@
           MODULE=coreutils
-         VERSION=6.12
+         VERSION=7.1
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-6.10-uname_PIC-1.patch
-         SOURCE3=$MODULE-$VERSION-utimens.patch
-   SOURCE_URL[0]=$GNU_URL/$MODULE/
-   SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
-     SOURCE2_URL=$PATCH_URL/
-     SOURCE3_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:1bb297fdf8b38ca19ab5252c6179b1b2aecd020e
-     SOURCE2_VFY=sha1:fdecc911341aa15a54be5aab85194fca16722ced
-     SOURCE3_VFY=sha1:b1fd74a7066338269791d788453786e2824c8d4e
-        WEB_SITE=http://www.gnu.org/software/coreutils/
+   SOURCE_URL[0]=$GNU_URL/$MODULE
+   SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE
+      SOURCE_VFY=sha1:e5f57aed49da5d2e1c7833f7b7cc31aa96fe8a4e
+        WEB_SITE=http://www.gnu.org/software/$MODULE
          ENTERED=20030217
-         UPDATED=20080609
+         UPDATED=20090301
            SHORT="Contains latest sh-utils, textutils and fileutils"
 
 cat << EOF


More information about the Lunar-commits mailing list