Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
libz-linkage.diff | Use system zlib Use system zlib instead of the internal old version of zlib. | Changwoo Ryu <cwryu@debian.org> | not-needed | 2013-02-02 | ||
libbz2-linkage.diff | Use system libbz2 Use system libbz2 instead of the internal old version of libbz2. | Changwoo Ryu <cwryu@debian.org> | not-needed | 2013-02-02 | ||
zlib-1.2.7-build.diff | Fix FTBFS with zlib 1.2.7 and gcc 4.7 Introduction of z_crc_t type on zlib 1.2.7 causes a type error on gcc 4.7. . The upstream uses the internal version of old zlib. |
Changwoo Ryu <cwryu@debian.org> | not-needed | debian | 2013-02-02 | |
pipe-mode-fixes.diff | Correct pipe mode Don't do close() or utime() in pipe mode. The file stream is stdout. diff --git a/UnAlz.cpp b/UnAlz.cpp index ab675dd..c12c037 100755 |
Changwoo Ryu <cwryu@debian.org> | not-needed | debian | 2015-02-03 | |
filename-length-check.diff | Check filename length Check if a filename length field is invalid diff --git a/UnAlz.cpp b/UnAlz.cpp index ab675dd..42b7506 100755 |
Changwoo Ryu <cwryu@debian.org> | not-needed | debian | 2015-02-03 | |
fix-offset-overflow.patch | Fix file offset overflow on incomplete files | Changwoo Ryu <cwryu@debian.org> | not-needed | debian |