Commit graph

25 commits

Author SHA1 Message Date
asau
3ccd61af4d "user-destdir" is default these days 2012-09-11 19:46:58 +00:00
sbd
fc77f38120 Set the type for get_crc_table() based on zlib version. 2012-06-28 05:21:19 +00:00
sbd
6f9757a306 The correct type for get_crc_table with zlib 1.2.7 is z_crc_t* 2012-06-27 08:04:18 +00:00
dholland
d6b7a8c72e Fix wrong MAINTAINER. 2012-06-14 08:25:17 +00:00
dholland
71ce85eb42 Apply const to fix build with recent gcc. 2012-05-23 04:11:38 +00:00
obache
a4a6f00b8d Allow to build with gcc44. 2011-03-27 08:00:56 +00:00
jlam
6a0bbfc676 Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-02 03:48:36 +00:00
minskim
feca87997b Update unalz to 0.61.
Changes:
- Check endian at run-time.
- Avoid using functions that may cause buffer overflow.
- Fix a build problem on Linux.
2007-10-14 17:50:04 +00:00
adrianp
338f335222 Update to 0.55
* Traverse bug fixes (by vuln@secunia)
2006-06-10 16:46:19 +00:00
rillig
5d13d8ea15 Removed CRLF line endings from *.c and *.h in the zlib/ and bzip2/
directories to allow building with gcc-2.95.
2006-02-12 05:10:36 +00:00
salo
a9d32819e2 Security update to version 0.53.
Changes:
- fix buffer overflow (CVE-2005-3862)
2005-12-03 15:06:42 +00:00
joerg
9fc639f747 Use sys/endian.h on DragonFly as well. 2005-11-07 13:43:41 +00:00
tv
75aaf50cb7 Get useful definitions of unalz_le*toh() on Interix. 2005-10-31 15:04:17 +00:00
rillig
461b9ad055 Added a patch to make the package build on NetBSD/i386-1.6.2. 2005-10-22 18:12:09 +00:00
minskim
1edc894351 Update unalz to 0.52.
Changes since 0.50:
  - added -p (pipe mode) and -pwd (password) options
  - improve locale support
  - bug fixes
2005-10-03 04:12:20 +00:00
minskim
9e78029c85 Update unalz to 0.50.
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-10-01 10:55:35 +00:00
junyoung
9542020f3a Sync with pkgsrc-wip-kr. 2005-07-27 03:13:27 +00:00
minskim
b27819145f Make this package build on NetBSD-1.6.2 by correcting header file paths. 2005-07-19 13:51:52 +00:00
minskim
de95a0c3e2 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-07-12 13:55:26 +00:00
minskim
b85370e6dc Use const char*, instead of char*, for the second parameter of iconv()
on Darwin.
2005-05-17 16:11:42 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rillig
cdda780459 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-11 22:18:27 +00:00
minskim
de22ff464d 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-03-02 16:18:47 +00:00
agc
f1a84844c6 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 14:45:22 +00:00
minskim
9004d39a55 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.
2004-12-03 17:17:10 +00:00