Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.13 grimoire by Eric Sandall (b27b4764a1486ce5d7e4cb2a2eeae1ec2db14410)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.13 grimoire by Eric Sandall (b27b4764a1486ce5d7e4cb2a2eeae1ec2db14410)
  • Date: Wed, 1 Aug 2007 17:10:29 -0500

GIT changes to stable-rc-0.13 grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

libs/elfutils/BUILD | 1 +
libs/elfutils/DETAILS | 7 +++----
libs/elfutils/HISTORY | 5 +++++
libs/elfutils/PRE_BUILD | 3 ++-
libs/elfutils/elfutils-0.128.tar.gz.sig |binary
libs/elfutils/elfutils-portability.patch.sig |binary
6 files changed, 11 insertions(+), 5 deletions(-)

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

diff --git a/libs/elfutils/PRE_BUILD b/libs/elfutils/PRE_BUILD
index 4274a85..17e0c35 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 0000000..02b139f
Binary files /dev/null and b/libs/elfutils/elfutils-0.128.tar.gz.sig differ
diff --git a/libs/elfutils/elfutils-portability.patch.sig
b/libs/elfutils/elfutils-portability.patch.sig
index 380202e..f85e2f2 100644
Binary files a/libs/elfutils/elfutils-portability.patch.sig and
b/libs/elfutils/elfutils-portability.patch.sig differ



  • [SM-Commit] GIT changes to stable-rc-0.13 grimoire by Eric Sandall (b27b4764a1486ce5d7e4cb2a2eeae1ec2db14410), Eric Sandall, 08/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page