Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id D715E63BA4F for ; Wed, 2 May 2012 06:44:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9E51B14A373; Wed, 2 May 2012 06:44:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A201214A383 for ; Wed, 2 May 2012 06:44:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id F70fyEVdFA8X for ; Wed, 2 May 2012 06:44:47 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A80D314A373 for ; Wed, 2 May 2012 06:44:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 532CD175DD; Wed, 2 May 2012 06:45:15 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 2 May 2012 06:45:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/upx To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20120502064515.532CD175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Wed May 2 06:45:14 UTC 2012 Modified Files: pkgsrc/archivers/upx: Makefile PLIST distinfo pkgsrc/archivers/upx/patches: patch-ab patch-src_p__exe.cpp patch-src_p__exe.h Removed Files: pkgsrc/archivers/upx/patches: patch-aa Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/upx/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/archivers/upx/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/upx/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/archivers/upx/patches/patch-aa cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/upx/patches/patch-ab cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/upx/patches/patch-src_p__exe.cpp \ pkgsrc/archivers/upx/patches/patch-src_p__exe.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.