summaryrefslogtreecommitdiff
path: root/archivers/unalz
AgeCommit message (Collapse)AuthorFilesLines
2016-01-24update HOMEPAGE and MASTER_SITESzafer2-10/+10
2016-01-23update MASTER_SITES urlzafer2-9/+9
2015-11-07Remove unused #include of <sys/timeb.h>, which is an old legacy headerdholland2-1/+16
that doesn't exist on many platforms.
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-01-09Update 0.61 to 0.65mef5-121/+6
- ChangeLog doesn't seem to be available, but three patches are now included in upstream and removing them.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-01-09Avoid existing ERR macros. Fixes SunOS.jperkin2-3/+12
2013-05-28Casting NULL to iterators is not portable, use end().joerg2-3/+39
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-06-28Set the type for get_crc_table() based on zlib version.sbd2-5/+8
2012-06-27The correct type for get_crc_table with zlib 1.2.7 is z_crc_t*sbd2-4/+16
2012-06-14Fix wrong MAINTAINER.dholland1-2/+2
2012-05-23Apply const to fix build with recent gcc.dholland2-6/+16
2011-03-27Allow to build with gcc44.obache2-1/+18
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.