pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/zip Update to 2.32:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c96ea49374d6
branches:  trunk
changeset: 516224:c96ea49374d6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 17 17:00:33 2006 +0000

description:
Update to 2.32:

New things in Zip 2.32

- Fixed -R operation to match the supplied file patterns in all recursed
  subdirectories, like PKZIP 2.04 "-p -r" (or PKZIPC 4+ "-recurse")
- Handle cases where -x, -R, and -i patterns are mixed
- Fixes to ZipSplit, ZipNotes, and ZipCloak
- Example C-Sharp code added for using zip32.dll (thanks to Adrian Maull)
- Implemented some directory search speedups
- Windows NTFS time fix
- Fix VMS logical name parse problem
- Handle VMS [...]
- Add VMS DEBUG option
- Fixed bug when encrypting large uncompressable files
- Updated VMS help
- Fixed selecting files to delete by date bug
- Add new option, -MM, that will force Zip to exit with an OPEN error
  (usually error code 18) as soon as it finds an input pattern that
  is not matched during the directory scan or an input file that is
  unreadable or locked when Zip tries to open it, and without creating
  an archive (Note that, without -MM, Zip will do the usual thing of
  warning when a pattern is not matched and skipping files it can't
  read, creating the archive with what it can read, then exiting with
  an OPEN error if files were skipped)
- Add check for when zip tries to exceed the limit for seeking in
  the output file and exit with error, instead of creating a
  possibly bad archive
- Can now handle Unix FIFO (named pipes)
- Minor changes to allow Zip to compile with Visual C++ 2005

diffstat:

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

diffs (28 lines):

diff -r eac7ea37a728 -r c96ea49374d6 archivers/zip/Makefile
--- a/archivers/zip/Makefile    Mon Jul 17 16:59:42 2006 +0000
+++ b/archivers/zip/Makefile    Mon Jul 17 17:00:33 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2005/12/27 20:41:33 reed Exp $
+# $NetBSD: Makefile,v 1.50 2006/07/17 17:00:33 wiz Exp $
 
-DISTNAME=      zip231
-PKGNAME=       zip-2.31
+DISTNAME=      zip232
+PKGNAME=       zip-2.32
 CATEGORIES=    archivers
 MASTER_SITES=  ftp://ftp.info-zip.org/pub/infozip/src/ \
                http://ftp.info-zip.org/pub/infozip/src/ \
diff -r eac7ea37a728 -r c96ea49374d6 archivers/zip/distinfo
--- a/archivers/zip/distinfo    Mon Jul 17 16:59:42 2006 +0000
+++ b/archivers/zip/distinfo    Mon Jul 17 17:00:33 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/08/03 18:54:31 wiz Exp $
+$NetBSD: distinfo,v 1.8 2006/07/17 17:00:33 wiz Exp $
 
-SHA1 (zip231.tar.gz) = 34ba126eb3344b0a35ee1a00fff9639994c7aba4
-RMD160 (zip231.tar.gz) = 4b58e5b4b00ce03ff47b967f4f4c32b205b67751
-Size (zip231.tar.gz) = 781641 bytes
+SHA1 (zip232.tar.gz) = 5bc562bf95d9aee0cb6625e6038898e1f191a4aa
+RMD160 (zip232.tar.gz) = 6b9326c8a60bc6bf08825e416140fd0ca8a6a7f1
+Size (zip232.tar.gz) = 807180 bytes
 SHA1 (patch-ah) = 1591f12b9b8593b7a51e0dde865c05f92fed61b0



Home | Main Index | Thread Index | Old Index