Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2012-06-28 | Set the type for get_crc_table() based on zlib version. | sbd | 2 | -5/+8 | |
2012-06-27 | The correct type for get_crc_table with zlib 1.2.7 is z_crc_t* | sbd | 2 | -4/+16 | |
2012-06-14 | Fix wrong MAINTAINER. | dholland | 1 | -2/+2 | |
2012-05-23 | Apply const to fix build with recent gcc. | dholland | 2 | -6/+16 | |
2011-03-27 | Allow to build with gcc44. | obache | 2 | -1/+18 | |
2008-03-02 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -2/+3 | |
their files via a custom do-install target. | |||||
2007-10-14 | Update unalz to 0.61. | minskim | 3 | -28/+11 | |
Changes: - Check endian at run-time. - Avoid using functions that may cause buffer overflow. - Fix a build problem on Linux. | |||||
2006-06-10 | Update to 0.55 | adrianp | 2 | -6/+6 | |
* Traverse bug fixes (by vuln@secunia) | |||||
2006-02-12 | Removed CRLF line endings from *.c and *.h in the zlib/ and bzip2/ | rillig | 1 | -2/+7 | |
directories to allow building with gcc-2.95. | |||||
2005-12-03 | Security update to version 0.53. | salo | 3 | -32/+12 | |
Changes: - fix buffer overflow (CVE-2005-3862) | |||||
2005-11-07 | Use sys/endian.h on DragonFly as well. | joerg | 2 | -5/+5 | |
2005-10-31 | Get useful definitions of unalz_le*toh() on Interix. | tv | 2 | -6/+13 | |
2005-10-22 | Added a patch to make the package build on NetBSD/i386-1.6.2. | rillig | 2 | -1/+16 | |
2005-10-03 | Update unalz to 0.52. | minskim | 3 | -9/+9 | |
Changes since 0.50: - added -p (pipe mode) and -pwd (password) options - improve locale support - bug fixes | |||||
2005-10-01 | Update unalz to 0.50. | minskim | 4 | -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-27 | Sync with pkgsrc-wip-kr. | junyoung | 2 | -8/+8 | |
2005-07-19 | Make this package build on NetBSD-1.6.2 by correcting header file paths. | minskim | 3 | -8/+28 | |
2005-07-12 | Update ulalz to 0.40. | minskim | 3 | -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-17 | Use const char*, instead of char*, for the second parameter of iconv() | minskim | 2 | -4/+4 | |
on Darwin. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-11 | The patch-ab assumes that on NetBSD, every <iconv.h> has the non-const | rillig | 2 | -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-02 | Update unalz to 0.31. Patches provided by Kibum Han, and modified by me. | minskim | 5 | -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-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-12-03 | Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and | minskim | 5 | -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. |