[Lunar-commits] <moonbase> tar, tar-static: version bumped to 1.24.
Florin Braescu
florin at lunar-linux.org
Mon Oct 25 07:41:21 CEST 2010
commit 81945b7b1fcc254109fc037e04414f974ccbf604
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Oct 25 08:41:21 2010 +0300
tar, tar-static: version bumped to 1.24.
---
archive/tar-static/BUILD | 5 +++--
archive/tar-static/DETAILS | 8 ++++----
archive/tar/BUILD | 3 ++-
archive/tar/DETAILS | 10 +++++-----
4 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/archive/tar-static/BUILD b/archive/tar-static/BUILD
index 65ef542..e217bde 100644
--- a/archive/tar-static/BUILD
+++ b/archive/tar-static/BUILD
@@ -2,6 +2,7 @@
bad_flags -malign-double -s
+ export FORCE_UNSAFE_CONFIGURE=1 &&
export CFLAGS="$CFLAGS -static" &&
export LDFLAGS="$LDFLAGS -static" &&
@@ -15,7 +16,7 @@
--bindir=/bin &&
make &&
prepare_install &&
- cp src/tar /bin/tar-static &&
- cp rmt/rmt /bin/rmt-static
+ cp src/tar /bin/tar-static &&
+ cp rmt/rmt /bin/rmt-static
) > $C_FIFO 2>&1
diff --git a/archive/tar-static/DETAILS b/archive/tar-static/DETAILS
index 05c572f..5d78ade 100644
--- a/archive/tar-static/DETAILS
+++ b/archive/tar-static/DETAILS
@@ -1,13 +1,13 @@
MODULE=tar-static
BASENAME=tar
- VERSION=1.23
+ VERSION=1.24
SOURCE=$BASENAME-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION
- SOURCE_URL=ftp://ftp.gnu.org/gnu/$BASENAME/
- SOURCE_VFY=sha1:6f3b1443a019da02e4ec20a1446d4aa54b488071
+ SOURCE_URL=ftp://ftp.gnu.org/gnu/$BASENAME
+ SOURCE_VFY=sha1:d9ce3b4a4d18b010294ed8609473b0e6ae276a5d
WEB_SITE=http://www.gnu.org/software/tar/tar.html
ENTERED=20010922
- UPDATED=20100310
+ UPDATED=20101025
SHORT="Creates GNU tar archives (static linked version)"
cat << EOF
diff --git a/archive/tar/BUILD b/archive/tar/BUILD
index 6442082..1bd4874 100644
--- a/archive/tar/BUILD
+++ b/archive/tar/BUILD
@@ -1,6 +1,7 @@
(
- cp $SOURCE_CACHE/$SOURCE2 tar.1.gz &&
+ export FORCE_UNSAFE_CONFIGURE=1 &&
+ cp $SOURCE_CACHE/$SOURCE2 tar.1.gz &&
# this sedit restores the tar --list to its older 1.15.1 format
sedit "s/tartime (st->mtime, false)/tartime (st->mtime, true)/" src/list.c &&
./configure --build=$BUILD \
diff --git a/archive/tar/DETAILS b/archive/tar/DETAILS
index 387a965..6ec3114 100644
--- a/archive/tar/DETAILS
+++ b/archive/tar/DETAILS
@@ -1,15 +1,15 @@
MODULE=tar
- VERSION=1.23
+ VERSION=1.24
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE.1-1.23.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:6f3b1443a019da02e4ec20a1446d4aa54b488071
+ SOURCE_VFY=sha1:d9ce3b4a4d18b010294ed8609473b0e6ae276a5d
SOURCE2_VFY=sha1:4faa0e4965485aa23aaf1e6313a011d230e37e5f
WEB_SITE=http://www.gnu.org/software/tar/tar.html
ENTERED=20010922
- UPDATED=20100310
+ UPDATED=20101025
SHORT="Creates GNU tar archives"
cat << EOF
More information about the Lunar-commits
mailing list