summaryrefslogtreecommitdiff
path: root/archivers/unzip
AgeCommit message (Collapse)AuthorFilesLines
2010-11-29Generally use CPPFLAGS for preprocessor flags, after a hinthauke1-6/+10
of Georg Schwarz.
2010-11-26Commit the one-liner os specific CFLAGS addition from pkg/43723hauke1-1/+3
and add same for Darwin.
2010-03-05"Solaris" has no LCHMOD, says Jörn Clausen in PR 42924.wiz1-1/+2
2010-03-03Update to 6.0:wiz7-165/+44
New features in UnZip 6.0, released 20 April 2009: * Support PKWARE ZIP64 extensions, allowing Zip archives and Zip archive entries larger than 4 GiBytes and more than 65536 entries within a single Zip archive. This support is currently only available for Unix, OpenVMS and Win32/Win64. * Support for bzip2 compression method. * Support for UTF-8 encoded entry names, both through PKWARE's "General Purpose Flags Bit 11" indicator and Info-ZIP's new "up" unicode path extra field. (Currently, on Windows the UTF-8 handling is limited to the character subset contained in the configured non-unicode "system code page".) * Added "wrong implementation used" warning to error messages of the MSDOS port when used under Win32, in an attempt to reduce false bug reports. * Fixed "Time of Creation/Time of Use" vulnerability when setting attributes of extracted files, for Unix and Unix-like ports. * Fixed memory leak when processing invalid deflated data. * Fixed long-standing bug in unshrink (partial_clear), added boundary checks against invalid compressed data. * On Unix, keep inherited SGID attribute bit for extracted directories unless restoration of owner/group id or SUID/SGID/Tacky attributes was requested. * On Unix, allow extracted filenames to contain embedded control characters when explicitly requested by specifying the new command line option "-^". * On Unix, support restoration of symbolic link attributes. * On Unix, support restoration of 32-bit UID/GID data using the new "ux" IZUNIX3 extra field introduced with Zip 3.0. * Support for ODS5 extended filename syntax on new OpenVMS systems. * Support symbolic links zipped up on VMS. * On VMS (only 8.x or better), support symbolic link creation. * On VMS, support option to create converted text files in Stream_LF format. * New -D option to suppress restoration of timestamps for extracted directory entries (on those ports that support setting of directory timestamps). By specifying "-DD", this new option also allows to suppress timestamp restoration for ALL extracted files on all UnZip ports which support restoration of timestamps. On VMS, the default behaviour is now to skip restoration of directory timestamps; here, "--D" restores ALL timestamps, "-D" restores none. * On OS/2, Win32, and Unix, the (previously optional) feature UNIXBACKUP to allow saving backup copies of overwritten files on extraction is now enabled by default. For the UnZip 6.0 release, we want to give special credit to Myles Bennet, who started the job of supporting ZIP64 extensions and Large-File (> 2GiB) and provided a first (alpha-state) port.
2010-01-21Added LICENSE information for zip/unzip. The license is not approved byheinz1-1/+2
OSI but it is derived from BSD so I added it to the acceptable set of licenses.
2009-08-08fcrackzip was changed and does not conflict any longer. Adapt pattern.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-08-24Mark unzip and fcrackzip as mutually conflicting: both install bin/zipinfo.wiz1-1/+3
2008-03-23Really bump the package revision.tron1-2/+2
2008-03-23Add fix for the security vulnerability reported in CVE-2008-0888 takentron2-1/+54
from Debian. Bump package revision.
2007-06-05File on MASTER_SITE has changed EXTRACT_SUFX; checksum still the same.wiz2-5/+6
Adapt. Noted by Zafer Aydogan.
2006-11-03DESTDIR support.joerg1-8/+9
2006-11-03unzipsfx does not need libz. Patch provided by Hrvoje Habjanic inrillig3-4/+32
http://mail-index.netbsd.org/pkgsrc-users/2006/11/02/0003.html
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-06-18Fixed pkglint warnings.rillig1-3/+3
2006-06-15Take maintainership.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-27Honor PKGMANDIR.reed1-3/+3
2005-10-23Use "+=" for MAKE_FLAGS instead of "=". Properly quote CF and LF2.rillig1-4/+5
2005-10-15Added appropriate TEST_TARGET.heinz1-1/+3
2005-10-10Adjusted the filenames in the distinfo file to the new DIST_SUBDIR.rillig1-4/+4
2005-10-09Don't create a new DIST_SUBDIR for every PKGREVISION.rillig1-2/+2
2005-08-04Add patch to fix the security problem described in SA16309.tron3-6/+71
2005-05-23Removed trailing whitespace.rillig1-1/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-01Distfile changed after one day.. grrrrrrr.salo2-5/+7
Relevant change, +5.52 (28 Feb 05): + - win32/win32.c - defer_dir_attribs(): fixed critical "mem-access to + nirwana" bug when processing directory entries without any local + extra field; added some explaining comments
2005-02-28Update to version 5.52salo2-8/+7
Changes: The 5.52 maintenance release fixes a few minor problems found in the 5.51 release, closes some more security holes, adds a new AtheOS port, and contains a Win32 extra-field code cleanup that was not finished earlier. The most important changes are: - (re)enabled unshrinking support by default, the LZW patents have expired - fixed an extraction size bug for encrypted stored entries (12 excess bytes were written with 5.51) - fixed false "uncompressed size mismatch" messages when extracting encrypted archive entries - do not restore SUID/SGID/Tacky attribute bits on Unix (BeOS, AtheOS) unless explicitely requested by new "-K" command line qualifier - optional support for "-W" qualifier to modify the pattern matching syntax (with -W: "*" stops at directory delimiter, "**" matches unlimited) - prevent buffer overflow caused by bogus extra-long Zipfile specification - performance enhancements for VMS port - fixed windll interface handling of its extraction mode qualifiers nfflag, ExtractOnlyNewer, noflag, PromptToOverwrite; added detailed explanation of their meanings and interactions to the windll documentation
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-01Update unzip to 5.51, based on patch provided by Bruce J.A. Nourish inminskim3-23/+14
PR pkg/25768. New features: 5.51a (09 Mar 02): - no new features 5.51b (11 Jan 03): - TANDEM: new -r option to suppress extension merging [Dave Smith] - WinCE, new port in addition to pUnZip (GUI): command line tool usable for "batch" processes (not quite finished, needs "makefile" cleanup, tests, and refinements) [Simon Roberts, SPC] - SET_DIR_ATTRIB feature code revised and reorganized to allow seamless adaption to different OS environments; added support for restoring directory timestamps to the WIN32 port [Kai-Uwe-Rommel, SPC] 5.51c (13 May 03): - WinCE command line tool integration is (almost) finished: project file is cleaned up and works with VC-embedded 3.0; port needs testing... [SPC] 5.51d (27 Feb 04): - Cygwin is recognized as a target in the Unix port [Charles Wilson, Cosmin Truta, SPC] - remove support for quoting characters from all ports; this feature was a security hole [SPC] 5.51e (01 Mar 04): - Win32 port (list.c, unzpriv.h, win32.c, w32cfg.h): the date in (non-ZipInfo) listings is displayed using the separator given by the system's locale, when available [Cosmin Truta] See History.551 in distfile for complete bug fix history.
2004-04-22Obey CPPFLAGS.tv1-3/+3
2004-04-05This needs gmake to build under OpenBSD; pointed out by pancake.xtraeme1-1/+2
2004-01-22move linker arguments around so that always ${LDFLAGS} comesgrant3-9/+18
before -lz, ensuring we only link against pkgsrc libz. fixes a problem on Solaris where the linker would find and use /usr/lib/libz.so *and* ${LOCALBASE}/lib/libz.so which fails at runtime because the versions differ.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05bl3ifyjlam2-6/+12
2003-09-05Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directorytron1-2/+2
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-08-26Use Debian's revised patch for the directory traversal vulnerabilitytron2-6/+6
described in CAN-2003-0282. Bump package revision.
2003-08-20Apply Debian's patch for the directory traversal vulnerability described intron2-5/+10
CAN-2003-0282. Bump package revision.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-17whitespacegrant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-3/+3
2002-12-25also pass '-DBSD' on Darwin.grant1-4/+4
2002-11-25Don't always pass pass '-DBSD' to MAKE_ENV.jschauma1-1/+7
Pointed out by Jeremy C. Reed (reed at reedmedia dot net) in PR pkg/19170. Modification: assume that anything that calls itself *BSD can deal with this flag instead of just dealing with Linux. (Please check on Darwin and adjust.)
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-5/+5
have been converted to USE_BUILDLINK2.
2002-07-16add ${LDFLAGS} so that libz is found when it is not in a systemgrant1-2/+2
library path. fixes build problem on zoularis.