Changelog for
upx-3.95-1.25.i586.rpm :
* Tue Oct 30 2018 Jan Engelhardt
- Trim bias from description.
* Sun Oct 28 2018 Luigi Baldoni - Update to version 3.95
* Flag --force-pie when ET_DYN main program is not marked as DF_1_PIE
* Better compatibility with varying layout of address space on Linux
* Support for 4 PT_LOAD layout in ELF generated by binutils-2.31
* bug fixes, particularly better diagnosis of malformed input
* bug fixes - see https://github.com/upx/upx/milestone/4- Dropped 0001-Protect-against-bad-crafted-input.patch, 0002-Protect-against-bad-crafted-input.patch and 0001-Mach-o-defend-against-bad-crafted-input.patch (merged upstream)- Drop lzma922.tar.bz2 (which wasn\'t being used in the first place) and lzma-x-endian.patch which no longer applies to the integrated lzma-sdk. The in-tree lzma-sdk is actually a fork from an older version but recommended by the author, see src/stub/src/c/Makevars.lzma- Spec cleanup
* Sat Nov 18 2017 jengelhAATTinai.de- Add 0001-Mach-o-defend-against-bad-crafted-input.patch [CVE-2017-16869] [boo#1068681]
* Fri Oct 06 2017 jengelhAATTinai.de- Update to new upstream release 3.94
* Add support for arm64-linux (aka aarch64).
* Add support for --lzma compression on 64-bit PowerPC.
* From 3.92:
* Explicitly diagnose Go-language bad PT_LOAD.- Resolve apply/merge conflict of upx-endiantests.patch- Add 0001-Protect-against-bad-crafted-input.patch, 0002-Protect-against-bad-crafted-input.patch [boo#1062059]
* Sun Nov 16 2014 crrodriguezAATTopensuse.org- upx-endiantests.patch and lzma-x-endian.patch Correct endianness tests by only considering what the compiler says about target system and not a hardcoded architecture list. (drop upx-3.03_ia64-endianity.patch)- build with hidden visibility.
* Mon Jan 20 2014 pgajdosAATTsuse.com- fix build for factory
* Fri Nov 22 2013 jengelhAATTinai.de- Update to new upstream release 3.91
* Initial support for amd64-win64.pe- Refresh upx-3.03_ia64-endianity.patch after fuzz
* Sun Mar 31 2013 schwabAATTsuse.de- upx-aarch64.patch: Support for AArch64
* Wed Mar 27 2013 idonmezAATTsuse.com- Actually enable LZMA support, this needs LZMA SDK
* Mon Mar 25 2013 idonmezAATTsuse.com- Update to version 3.09
* New option --preserve-build-id for GNU ELF.
* Allow zero-filled final page in PackUnix::canUnpack().
* Bug fixes.