summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElisamuel Resto2007-08-01 17:42:24 -0400
committerEric Sandall2007-08-01 15:10:26 -0700
commitb27b4764a1486ce5d7e4cb2a2eeae1ec2db14410 (patch)
tree02ae9036ed5da3d84f294cf8a460905f04581af5
parente8b2ce9f0b69e325b2c7fbd2177e0f52092594bd (diff)
libs/elfutils: update to 0.128, fix bug #13767, fix upgrade error, update sigs
(cherry picked from commit a2f86b5c2a44d421f04dd67303636d3189d435fd)
-rwxr-xr-xlibs/elfutils/BUILD1
-rwxr-xr-xlibs/elfutils/DETAILS7
-rw-r--r--libs/elfutils/HISTORY5
-rwxr-xr-xlibs/elfutils/PRE_BUILD3
-rw-r--r--libs/elfutils/elfutils-0.128.tar.gz.sigbin0 -> 72 bytes
-rw-r--r--libs/elfutils/elfutils-portability.patch.sigbin152 -> 72 bytes
6 files changed, 11 insertions, 5 deletions
diff --git a/libs/elfutils/BUILD b/libs/elfutils/BUILD
index a91aff49b0..27320d8ed6 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 2a35404fbe..42e0928946 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 07db18fbe7..e277ad0f18 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,8 @@
+2007-07-30 Elisamuel Resto <ryuji@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@sourcemage.org>
* DETAILS: updated spell to 0.127 #13763
diff --git a/libs/elfutils/PRE_BUILD b/libs/elfutils/PRE_BUILD
index 4274a85872..17e0c35b7a 100755
--- a/libs/elfutils/PRE_BUILD
+++ b/libs/elfutils/PRE_BUILD
@@ -5,5 +5,6 @@ patch -p1 < $SOURCE_CACHE/$SOURCE2 &&
sed -i "s/-Werror//" */Makefile.in &&
sedit "/^addr/s/)/) \$(libelf)/" src/Makefile.am &&
sedit "/^line2addr_LDADD/s/)/) \$(libelf)/" tests/Makefile.am &&
-sedit "/^addrscopes/s/)/) \$(libelf)/" tests/Makefile.am
+sedit "/^addrscopes/s/)/) \$(libelf)/" tests/Makefile.am &&
+sedit "/ifndef/s/PACKAGE/PACKAGE_NAME/" libdwfl/libdwflP.h
diff --git a/libs/elfutils/elfutils-0.128.tar.gz.sig b/libs/elfutils/elfutils-0.128.tar.gz.sig
new file mode 100644
index 0000000000..02b139f383
--- /dev/null
+++ b/libs/elfutils/elfutils-0.128.tar.gz.sig
Binary files differ
diff --git a/libs/elfutils/elfutils-portability.patch.sig b/libs/elfutils/elfutils-portability.patch.sig
index 380202e9a6..f85e2f2f3b 100644
--- a/libs/elfutils/elfutils-portability.patch.sig
+++ b/libs/elfutils/elfutils-portability.patch.sig
Binary files differ