pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/archivers/unzip Pullup ticket 320 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7873e1b5f9f8
branches:  pkgsrc-2004Q4
changeset: 485941:7873e1b5f9f8
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Feb 28 21:22:01 2005 +0000

description:
Pullup ticket 320 - requested by Lubomir Sedlacik
security fix for unzip

Revisions pulled up:
- pkgsrc/archivers/unzip/Makefile       1.52
- pkgsrc/archivers/unzip/distinfo       1.12


   Module Name:    pkgsrc
   Committed By:   salo
   Date:           Mon Feb 28 16:50:24 UTC 2005

   Modified Files:
           pkgsrc/archivers/unzip: Makefile distinfo

   Log Message:
   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:

 archivers/unzip/Makefile |  7 +++----
 archivers/unzip/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 5fdc5b178ee1 -r 7873e1b5f9f8 archivers/unzip/Makefile
--- a/archivers/unzip/Makefile  Mon Feb 28 21:12:22 2005 +0000
+++ b/archivers/unzip/Makefile  Mon Feb 28 21:22:01 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2004/12/03 15:14:51 wiz Exp $
+# $NetBSD: Makefile,v 1.51.2.1 2005/02/28 21:22:01 snj 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/
 
diff -r 5fdc5b178ee1 -r 7873e1b5f9f8 archivers/unzip/distinfo
--- a/archivers/unzip/distinfo  Mon Feb 28 21:12:22 2005 +0000
+++ b/archivers/unzip/distinfo  Mon Feb 28 21:22:01 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2004/06/01 04:31:42 minskim Exp $
+$NetBSD: distinfo,v 1.10.6.1 2005/02/28 21:22:01 snj Exp $
 
-SHA1 (unzip551.tar.gz) = 4643ca31419cfb34c9de8a182aabebd79662ba04
-Size (unzip551.tar.gz) = 1112594 bytes
+SHA1 (unzip552.tar.gz) = e24b538a27d89963b90ab0b890d2dfcb372bc12d
+Size (unzip552.tar.gz) = 1139806 bytes
 SHA1 (patch-aa) = de66b7b5c45904167e8596ce5235d957c2df4d2a
 SHA1 (patch-ab) = dd426fdf4b774bd73f4ee46da470ffa3c2cf6513



Home | Main Index | Thread Index | Old Index