New commits:
commit b27b4764a1486ce5d7e4cb2a2eeae1ec2db14410
Author: Elisamuel Resto <ryuji AT mages.ath.cx>
Commit: Eric Sandall <sandalle AT sourcemage.org>
libs/elfutils: update to 0.128, fix bug #13767, fix upgrade error, update
sigs
(cherry picked from commit a2f86b5c2a44d421f04dd67303636d3189d435fd)
diff --git a/libs/elfutils/BUILD b/libs/elfutils/BUILD
index a91aff4..27320d8 100755
--- a/libs/elfutils/BUILD
+++ b/libs/elfutils/BUILD
@@ -2,4 +2,5 @@
# We could write wrappers for all of the possible binaries
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST} --build=${BUILD}"
OPTS="$OPTS --program-suffix=.elfutils" &&
+disable_pic &&
default_build
diff --git a/libs/elfutils/DETAILS b/libs/elfutils/DETAILS
index 2a35404..42e0928 100755
--- a/libs/elfutils/DETAILS
+++ b/libs/elfutils/DETAILS
@@ -1,13 +1,12 @@
SPELL=elfutils
- VERSION=0.127
+ VERSION=0.128
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-portability.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://sources.redhat.com/pub/systemtap/elfutils/$SOURCE
-
SOURCE_URL[1]=http://www.mirror.ac.uk/mirror/sources.redhat.com/ftp/systemtap/elfutils/$SOURCE
+
SOURCE_URL[1]=http://mirrors.kernel.org/sources.redhat.com/systemtap/elfutils/$SOURCE
SOURCE2_URL[0]=ftp://sources.redhat.com/pub/systemtap/elfutils/$SOURCE2
-
SOURCE2_URL[1]=http://www.mirror.ac.uk/mirror/sources.redhat.com/ftp/systemtap/elfutils/$SOURCE2
-
#SOURCE_HASH=sha512:d2321458d45afee20174b14b0cb82bd41b0882b0b9c0496ce6a7ef93f2c1f216e62fb9622b0e101b96f840bc3b1b308bbf825e99e7b07ccd4123fa8230e67ab5
+
SOURCE2_URL[1]=http://mirrors,kernel.org/sources.redhat.com/systemtap/elfutils/$SOURCE2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE2_GPG="gurus.gpg:${SOURCE2}.sig"
FORCE_DOWNLOAD[2]="ON"
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index 07db18f..e277ad0 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,8 @@
+2007-07-30 Elisamuel Resto <ryuji AT mages.ath.cx>
+ * DETAILS: updated spell to 0.128, replaced mirror
+ * BUILD: Added disable_pic (Bug #13767)
+ * PRE_BUILD: Fix for -D_FILE_OFFSET_BITS==64 error
+
2007-05-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 0.127 #13763