2005-07-12 15:55:26 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update ulalz to 0.40.
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 18:11:42 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Use const char*, instead of char*, for the second parameter of iconv()
on Darwin.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-11 23:18:27 by Roland Illig | Files touched by this commit (2) |
Log message:
The patch-ab assumes that on NetBSD, every <iconv.h> has the non-const
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 17:18:47 by Min Sik Kim | Files touched by this commit (5) |
Log message:
Update unalz to 0.31. Patches provided by Kibum Han, and modified by me.
Changes:
- Handle the case where encrypted and plain files are mixed.
- Even when an archive is corrupted, extract files not affected.
|
2005-02-23 15:45:28 by Alistair G. Crooks | Files touched by this commit (69) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2004-12-03 18:17:10 by Min Sik Kim | Files touched by this commit (5) | |
Log message:
Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and
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.
|