[Lunar-commits] <moonbase-core> coreutils: version bumped to 8.18.
Florin Braescu
florin at lunar-linux.org
Mon Aug 13 06:01:41 CEST 2012
commit 7555b12b97e5fb68f17844fe01070998dbcfc06d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 12 Aug 2012 21:01:41 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/7555b12b97e5fb68f17844fe01070998dbcfc06d
coreutils: version bumped to 8.18.
---
utils/coreutils/BUILD.orig +0/-50
utils/coreutils/BUILD.rej +0/-32
utils/coreutils/DETAILS +3/-3
3 files changed, 3 insertions (+), 85 deletions (-)
--- a/utils/coreutils/BUILD.orig
+++ /dev/null
@@ -1,50 +0,0 @@
-(
-
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
- bad_flags -malign-double &&
-
- # We really want this
- OPTS+=" --enable-largefile" &&
-
- if [ "$WITH_NLS" == "y" ]; then
- OPTS+=" --enable-nls"
- else
- OPTS+=" --disable-nls"
- fi &&
-
- # This option resolves conflicts with shadow/heimdal, net-tools and procps
- OPTS+=" --enable-no-install-program=arch,hostname,su,groups,kill,uptime" &&
-
- # tchan added this hack for coreutils > 6.x
- export CHGRPPROG=/bin/chgrp &&
- export CHMODPROG=/bin/chmod &&
- export CPPROG=/bin/cp &&
- export MKDIRPROG=/bin/mkdir &&
- export MVPROG=/bin/mv &&
- export RMPROG=/bin/rm &&
- DEFAULT_POSIX2_VERSION=199209 default_build &&
-
- (
- for FILE in basename cat cp chgrp chmod chown cut date dd df echo false \
- head id ln ls mkdir mknod nice pwd rm rmdir sleep sort \
- stty sync tail tr true uname ; do
- if [ -f /usr/bin/$FILE ] ; then
- /bin/mv -f /usr/bin/$FILE /bin
- fi
- done &&
- # mv cannot be mv'ed:
- if [ -f /usr/bin/mv ] ; then
- cp /usr/bin/mv /bin/mv &&
- rm /usr/bin/mv
- fi &&
- # also, bash will need to rehash, but doesn't:
- /bin/mv -f /usr/bin/chroot /usr/sbin
- ) &&
-
- # Some apps use fixed paths to /usr/bin so we add a symlink to make
- # them happy. For example see config.log of any compiled app to see that
- # autoconf looks for this coreutils app only inside /usr/bin
- ln -sf /bin/uname /usr/bin/uname
-
-) > $C_FIFO 2>&1
--- a/utils/coreutils/BUILD.rej
+++ /dev/null
@@ -1,32 +0,0 @@
---- utils/coreutils/BUILD 2012-01-29 16:20:32.213277041 -0800
-+++ utils/coreutils/BUILD 2012-04-22 18:55:11.000000000 -0700
-@@ -25,6 +27,28 @@
- export MKDIRPROG=/bin/mkdir &&
- export MVPROG=/bin/mv &&
- export RMPROG=/bin/rm &&
-- DEFAULT_POSIX2_VERSION=199209 default_build
-+ DEFAULT_POSIX2_VERSION=199209 default_build &&
-+
-+ (
-+ for FILE in basename cat cp chgrp chmod chown cut date dd df echo false \
-+ head id ln ls mkdir mknod nice pwd rm rmdir sleep sort \
-+ stty sync tail tr true uname ; do
-+ if [ -f /usr/bin/$FILE ] ; then
-+ /bin/mv -f /usr/bin/$FILE /bin
-+ fi
-+ done &&
-+ # mv cannot be mv'ed:
-+ if [ -f /usr/bin/mv ] ; then
-+ cp /usr/bin/mv /bin/mv &&
-+ rm /usr/bin/mv
-+ fi &&
-+ # also, bash will need to rehash, but doesn't:
-+ /bin/mv -f /usr/bin/chroot /usr/sbin
-+ ) &&
-+
-+ # Some apps use fixed paths to /usr/bin so we add a symlink to make
-+ # them happy. For example see config.log of any compiled app to see that
-+ # autoconf looks for this coreutils app only inside /usr/bin
-+ ln -sf /bin/uname /usr/bin/uname
-
- ) > $C_FIFO 2>&1
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,15 +1,15 @@
MODULE=coreutils
- VERSION=8.17
+ VERSION=8.18
SOURCE=$MODULE-$VERSION.tar.xz
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:34139edf28d72ff26626a221aba0d73d485a0ad9
+ SOURCE_VFY=sha1:cebbb475985cdf2cc2ce2bdab7930cde900acc14
SOURCE2_VFY=sha1:ca1deb067bc08fa19ce1808eed13b5f08de18378
WEB_SITE=http://www.gnu.org/software/coreutils
ENTERED=20030217
- UPDATED=20120511
+ UPDATED=20120813
SHORT="Contains latest sh-utils, textutils and fileutils"
cat << EOF
More information about the Lunar-commits
mailing list