[Lunar-commits] <moonbase> coreutils: version bumped to 8.10.
Florin Braescu
florin at lunar-linux.org
Sat Feb 5 14:46:34 CET 2011
commit 8b755a256261860a39d56043aa8c2882bf284a7f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Feb 5 15:46:34 2011 +0200
coreutils: version bumped to 8.10.
There are some minor bug fixes, along with two new features. The join
feature is enabled via a new option, "-o auto". The cp feature makes
copying sparse files much more efficient on several common file systems.
It takes advantage of a feature that was introduced in linux-2.6.27.
The improvement affects the default code path, so if you're looking
for risk potential, this is it. It uses the feature if available,
and otherwise resorts to using the old, less-efficient copying code.
---
utils/coreutils/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index e86dac8..51c1238 100644
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,15 +1,15 @@
MODULE=coreutils
- VERSION=8.9
+ VERSION=8.10
SOURCE=$MODULE-$VERSION.tar.gz
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:1e7a4d012abf840684d3b769297721377ffc4743
+ SOURCE_VFY=sha1:997f7a6f0b6a78d416812fa7f394265a07c42b43
SOURCE2_VFY=sha1:ca1deb067bc08fa19ce1808eed13b5f08de18378
WEB_SITE=http://www.gnu.org/software/$MODULE
ENTERED=20030217
- UPDATED=20110105
+ UPDATED=20110205
SHORT="Contains latest sh-utils, textutils and fileutils"
cat << EOF
More information about the Lunar-commits
mailing list