[Lunar-commits] <moonbase> libelf: version bumped to 0.8.12.

Florin Braescu florin at lunar-linux.org
Wed Jul 8 08:15:19 CEST 2009


commit f56f80d044110c79040cf5f7a4577a5b9f211abb
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Jul 8 09:15:19 2009 +0300

    libelf: version bumped to 0.8.12.
    
    Due to some unfortunate confusion, the elf_getphnum(), elf_getshnum(),
    and elf_getshstrndx() are not compatible between libelf implementations.
    Therefore, the developers jointly decided to replace them with new
    functions: elf_getphdrnum(), elf_getshdrnum(), and elf_getshdrstrndx(),
    which will always return -1 on failure and 0 on success.
    Code using the old interface should be upgraded to increase portability.
---
 libs/libelf/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libs/libelf/DETAILS b/libs/libelf/DETAILS
index 0486016..775875d 100644
--- a/libs/libelf/DETAILS
+++ b/libs/libelf/DETAILS
@@ -1,12 +1,12 @@
           MODULE=libelf
-         VERSION=0.8.11
+         VERSION=0.8.12
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=http://www.mr511.de/software
-      SOURCE_VFY=sha1:60bb725c16d3af325a69941b8e8ea41ee35d4ced
+      SOURCE_VFY=sha1:b6ff5c0262418fbca8ce281f9f927e25181f4237
         WEB_SITE=http://www.mr511.de/software
          ENTERED=20041205
-         UPDATED=20090523
+         UPDATED=20090708
            SHORT="ELF object file access library"
 
 cat <<EOF


More information about the Lunar-commits mailing list