[Lunar-commits] <moonbase> upx: version bumped to 3.05.

Florin Braescu florin at lunar-linux.org
Mon May 3 07:59:53 CEST 2010


commit 70dd16e9a6c82b2d77a7c66e802ec854ce823026
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon May 3 08:59:53 2010 +0300

    upx: version bumped to 3.05.
    
    Changes:
      * i386-linux and amd64-linux support shared libraries (DT_INIT must
        exist, all info needed by runtime loader must be first in .text, etc.)
      * Linux /proc/self/exe now is preserved by default, by leaving behind
        one page.  New compress-time option --unmap-all-pages is available.
      * Withdraw support for shared libraries on Darwin (Apple Mac OS X)
        because upx does not understand enough about .dylib.
      * bug fixes
---
 archive/upx/BUILD   |    4 ++--
 archive/upx/DETAILS |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/archive/upx/BUILD b/archive/upx/BUILD
index abfd008..e7714ff 100644
--- a/archive/upx/BUILD
+++ b/archive/upx/BUILD
@@ -6,11 +6,11 @@
   cd ../doc           &&
   make                &&
   prepare_install     &&
-  gzip -9 upx.1       && 
+  gzip -9 upx.1       &&
   cp upx.1.gz /usr/share/man/man1              &&
   mkdir -p $DOCUMENT_DIRECTORY/upx             &&
   cp upx.html upx.doc $DOCUMENT_DIRECTORY/upx  &&
   cp ../src/upx.out  /usr/bin/upx
-  
+
 ) > $C_FIFO 2>&1
 
diff --git a/archive/upx/DETAILS b/archive/upx/DETAILS
index 3853e49..dee5dc4 100644
--- a/archive/upx/DETAILS
+++ b/archive/upx/DETAILS
@@ -1,11 +1,11 @@
           MODULE=upx
-         VERSION=3.04-src
+         VERSION=3.05-src
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://upx.sourceforge.net/download
-      SOURCE_VFY=sha1:76e509efb52e1b891e929601f7cb8acbe349445e
+      SOURCE_VFY=sha1:f2233e2020253c9182dab4eadefc18cc4574be27
         WEB_SITE=http://upx.sourceforge.net
          ENTERED=20021220
-         UPDATED=20090928
+         UPDATED=20100503
            SHORT="Ultimate Packer for eXecutables"
 
 cat << EOF


More information about the Lunar-commits mailing list