Bug#579407: nsis: zlib compression does not work

2010-05-02 Thread Thomas Gaugler
I plan to apply the following patch to fix the issue. Description: Make NSIS embedded inflate function compatible with zlib The NSIS implementation of deflate deviates from the original one that it omits 2 bytes (NLEN - the one's complement of the number of data bytes in the block) in the

Bug#579407: nsis: zlib compression does not work

2010-04-28 Thread Thomas Gaugler
Thank you very much for your detailed bug report. The same effects could also be observed on Debian squeeze/sid i386. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#579407: nsis: zlib compression does not work

2010-04-27 Thread Eugen Dedu
Package: nsis Version: 2.46-1 Severity: important zlib compression does not work, i.e. it either truncates the compressed file, or generate an error during installation. Let be the following program, e.nsi: OutFile toto.exe Section f File gtk2-runtime-2.16.0-2009-03-22-ash.exe SectionEnd