summaryrefslogtreecommitdiff
path: root/archivers/unzip/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-02-28 16:50:24 +0000
committersalo <salo@pkgsrc.org>2005-02-28 16:50:24 +0000
commitc919a33505a7396f343d817bf805c10c11af8b78 (patch)
tree9f210f7d4117fed68568d28e9b5e82bd671cd750 /archivers/unzip/Makefile
parent8c89663d00e4d89122930255d52a822407dd872b (diff)
downloadpkgsrc-c919a33505a7396f343d817bf805c10c11af8b78.tar.gz
Update to version 5.52
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
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r--archivers/unzip/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index e9454fc1891..4e65a3b8bcd 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2004/12/03 15:14:51 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2005/02/28 16:50:24 salo Exp $
-DISTNAME= unzip551
-PKGNAME= unzip-5.51
-PKGREVISION= 1
+DISTNAME= unzip552
+PKGNAME= unzip-5.52
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/