[Lunar-commits] <moonbase> coreutils: version bumped to 7.6.
Florin Braescu
florin at lunar-linux.org
Sat Sep 12 11:02:02 CEST 2009
commit f53501cd03bedee17c80b6ca1e5e5e29a7064166
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Sep 12 12:02:02 2009 +0300
coreutils: version bumped to 7.6.
** Bug fixes
** New features
cp --reflink accepts a new "auto" parameter which falls back to
a standard copy if creating a copy-on-write clone is not possible.
** Changes in behavior
tail -f now ignores "-" when stdin is a pipe or FIFO.
tail-with-no-args now ignores -f unconditionally when stdin is a pipe or FIFO.
Before, it would ignore -f only when no file argument was specified,
and then only when POSIXLY_CORRECT was set. Now, :|tail -f - terminates
immediately. Before, it would block indefinitely.
---
utils/coreutils/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 8e3d0b3..d92ca97 100644
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,15 +1,15 @@
MODULE=coreutils
- VERSION=7.5
+ VERSION=7.6
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:97e1486a33bf42eb7686d8f131c80ab533f1f683
+ SOURCE_VFY=sha1:98880651bee000b1b31e1ee55ff8fabdad8eeecd
SOURCE2_VFY=sha1:3368b75d5756e036d4e95094871808f241c86892
WEB_SITE=http://www.gnu.org/software/$MODULE
ENTERED=20030217
- UPDATED=20090821
+ UPDATED=20090912
SHORT="Contains latest sh-utils, textutils and fileutils"
cat << EOF
More information about the Lunar-commits
mailing list