summaryrefslogtreecommitdiff
path: root/archivers/unzip
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15unzip: Apply a patch from CVE-2018-18384nia3-6/+21
from infozip's sourceforge / debian.
2017-02-04Add patches for CVE-2014-9913 and CVE-2016-9844.wiz4-5/+56
Bump PKGREVISION.
2016-09-13Limit largefile hack to just SunOS-*-sparc, there's no reason why x86jperkin1-3/+3
shouldn't support >2G files as it works perfectly fine. Bump PKGREVISION.
2015-11-13Bump PKGREVISION for NO_LCHMOD change on Linux.wiz1-2/+2
2015-11-13Add -DNO_LCHMOD for Linux as well.wiz1-1/+2
Matthias Ferdinand reported on pkgsrc-users: building archivers/unzip on Linux (Ubuntu 14.04 64bit) succeeds, but produces the following warning: ... gcc -o unzip -Lbzip2 unzip.o crc32.o crypt.o envargs.o explode.o extract.o fileio.o globals.o inflate.o list.o match.o process.o ttyio.o ubz2err.o u +nreduce.o unshrink.o zipinfo.o unix.o -s -L/opt/pkgsrc/lib -Wl,--enable-new-dtags,-R/opt/pkgsrc/lib -lz unix.o: In function `set_symlnk_attribs': => unix.c:(.text+0x1840): warning: lchmod is not implemented and will always fail ...
2015-11-11Add patches to fix CVE-2015-7696, CVE-2015-7697, and an integer underflow.wiz4-9/+72
From Debian. Bump PKGREVISION.
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-06-05Add support for Bitrigsevan1-2/+3
2015-02-11Newer version of a security fix patch reducing false positives.wiz3-24/+25
http://www.openwall.com/lists/oss-security/2015/02/11/7 Bump PKGREVISION.
2015-01-06Increase buffer size to avoid overflow found inwiz3-3/+20
http://seclists.org/oss-sec/2014/q4/497 Bump PKGREVISION.
2014-12-25Add patches fixing four vulnerabilities.wiz5-3/+233
Bump PKGREVISION. Nudged by tez, thanks!
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-07-18Fix SCO OpenServer 5.0.7/3.2 build.ryoon1-2/+3
2014-05-03Fix OpenBSD 5.5 buildryoon2-3/+17
2013-07-26Fix build under GNU/kFreeBSD.ryoon2-1/+16
2013-03-25Fix package for Cygwin. From Makoto Fujiwara in PR 47691wiz1-1/+2
2012-09-15Remove a patch that might or might not fix build problems.wiz2-25/+1
The CVS history doesn't explain why or on what platforms it is needed. If it is needed, please contact me with details.
2012-09-14Add comment to patch.wiz2-3/+5
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-04-27Do not enable largefile support on SunOS.wiz1-2/+5
PR 46383 by Uwe Klaus.
2012-04-25Reduce pkglint warnings by commenting patches.wiz3-5/+9
2012-04-25Enable large-file support. Bump PKGREVISION.wiz1-3/+4
2012-02-15REPLACE_SH on installed shell script.hans1-1/+3
2011-12-28HOMEPAGE updateadam1-2/+2
2011-02-05OpenBSD does not have lchmod.hiramatsu1-1/+2
2011-01-16Fix build on AIX, from J Raynor on pkgsrc-users.wiz1-1/+2
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