diff options
author | adam <adam@pkgsrc.org> | 2012-05-02 06:45:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-05-02 06:45:14 +0000 |
commit | bf2bcf95df80274cc7ba0068488359ed2a580086 (patch) | |
tree | 78e764b9bda33a03365e056591d46c27c3efb19b /archivers/upx/PLIST | |
parent | b126eb97501c3f9d18c5f18f33b9dfcab17bde0e (diff) | |
download | pkgsrc-bf2bcf95df80274cc7ba0068488359ed2a580086.tar.gz |
Changes 3.08:
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
* Compress shared library on ELF i386 only [ld.so threatens even this case].
* Attempt to suport ELF on QNX 6.3.0 for armel (experimental).
* Better diangostic when ELF -fPIC is needed.
* PT_NOTE improvements for *BSD.
* Preserve more ELF .e_flags on ARM.
* Minor code improvements for ELF stubs
* Defend against another flavor of corrupt PE header.
* bug fixes
Diffstat (limited to 'archivers/upx/PLIST')
-rw-r--r-- | archivers/upx/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/upx/PLIST b/archivers/upx/PLIST index b53a0f4590a..e20d7a23f0c 100644 --- a/archivers/upx/PLIST +++ b/archivers/upx/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/07 15:12:59 ben Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/05/02 06:45:14 adam Exp $ bin/upx +man/man1/upx.1 share/doc/upx/upx.doc share/doc/upx/upx.html |