summaryrefslogtreecommitdiff
path: root/archivers/unalz/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam1-2/+3
their files via a custom do-install target.
2007-10-14Update unalz to 0.61.minskim1-2/+2
Changes: - Check endian at run-time. - Avoid using functions that may cause buffer overflow. - Fix a build problem on Linux.
2006-06-10Update to 0.55adrianp1-2/+2
* Traverse bug fixes (by vuln@secunia)
2006-02-12Removed CRLF line endings from *.c and *.h in the zlib/ and bzip2/rillig1-2/+7
directories to allow building with gcc-2.95.
2005-12-03Security update to version 0.53.salo1-2/+2
Changes: - fix buffer overflow (CVE-2005-3862)
2005-10-03Update unalz to 0.52.minskim1-2/+2
Changes since 0.50: - added -p (pipe mode) and -pwd (password) options - improve locale support - bug fixes
2005-10-01Update unalz to 0.50.minskim1-3/+3
New features: - "-l" option to show the list of files. - "-d" option to specify output folder. - decompressing individual files. - setting time attribute of decompressed files.
2005-07-27Sync with pkgsrc-wip-kr.junyoung1-3/+3
2005-07-12Update ulalz to 0.40.minskim1-2/+3
Changes: - Verify CRC after decompressions. - Fix a bug in crypto code. - Error handling for non-ALZ files. - Fix a buffer overflow in UTF-8 filesystem. - Fix a bug in GetFileList().
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Update unalz to 0.31. Patches provided by Kibum Han, and modified by me.minskim1-12/+10
Changes: - Handle the case where encrypted and plain files are mixed. - Even when an archive is corrupted, extract files not affected.
2004-12-03Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) andminskim1-0/+31
modified by me. unalz is a multi platform open-source ALZ extractor. It is a console version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz files. Unalz supports alz, bzip2, and raw formats, multiple volume archives (alz, a00, a01, ...), large files (over 2GB). Currently, it does not support password-protected archives and CRC checking.