summaryrefslogtreecommitdiff
path: root/archivers/unalz
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.minskim3-28/+11
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.55adrianp2-6/+6
* 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.salo3-32/+12
Changes: - fix buffer overflow (CVE-2005-3862)
2005-11-07Use sys/endian.h on DragonFly as well.joerg2-5/+5
2005-10-31Get useful definitions of unalz_le*toh() on Interix.tv2-6/+13
2005-10-22Added a patch to make the package build on NetBSD/i386-1.6.2.rillig2-1/+16
2005-10-03Update unalz to 0.52.minskim3-9/+9
Changes since 0.50: - added -p (pipe mode) and -pwd (password) options - improve locale support - bug fixes
2005-10-01Update unalz to 0.50.minskim4-33/+32
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.junyoung2-8/+8
2005-07-19Make this package build on NetBSD-1.6.2 by correcting header file paths.minskim3-8/+28
2005-07-12Update ulalz to 0.40.minskim3-11/+12
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-05-17Use const char*, instead of char*, for the second parameter of iconv()minskim2-4/+4
on Darwin.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-11The patch-ab assumes that on NetBSD, every <iconv.h> has the non-constrillig2-8/+12
prototype argument for the second parameter of iconv(). This is true for all but some release candidates of NetBSD-2.0, because either the package converters/libiconv is used or there's a current <iconv.h>. Needed for NetBSD-1.6.2. Approved by wiz.
2005-03-02Update unalz to 0.31. Patches provided by Kibum Han, and modified by me.minskim5-50/+82
Changes: - Handle the case where encrypted and plain files are mixed. - Even when an archive is corrupted, extract files not affected.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-03Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) andminskim5-0/+83
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.