From 94c41474ddeae6e872f5ab09204cfa0619e9515f Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 21 Feb 2002 12:12:49 +0000 Subject: Update to 5.50. Extract from History.550: - generic (inflate.c, globals.h, fileio.c, unzpriv.h): integrated support of Deflate64 - added Deflate64 support to fUnZip - SFX: made SFX_EXDIR default, added NO_SFXEXDIR option to allow switching off the "-d exdir" support - SFX: added simple "execute command after extraction" feature that uses a command specification supplied with the Zip archive comment, controlled by the CHEAP_SFX_AUTORUN compile time option - SFX: slightly refined the CHEAP_SFX_AUTORUN code, switched off SFX_EXDIR when CHEAP_SFX_AUTORUN is enabled, documented the new autorun feature - extract.c, TestExtraField(): added crc32 check for PKVMS e.f. type - extract.c, extract_or_test_entrylist(): added code for "stripping off absolute path spec" when extracting - unzip.h, unzip.c; mapname() in all ports except CMS/MVS, Tandem, TOPS20: added code to strip "../" path components from extracted names and new option "-:" to allow deactivating this security feature; changed mapname() calling interface to allow reporting warning error levels to caller - unzpriv.h, zipinfo.c: rudimentary support for recognizing PKWARE's new "64-bit size specs" extra field As well as bug fixes, including the USE_ZLIB problem. --- archivers/unzip/Makefile | 12 ++++++------ archivers/unzip/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'archivers/unzip') diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 05501b20081..2210c5905b8 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2001/06/21 21:08:49 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2002/02/21 12:12:49 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # -DISTNAME= unzip542 -PKGNAME= unzip-5.42 +DISTNAME= unzip550 +PKGNAME= unzip-5.50 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ @@ -18,9 +18,8 @@ COMMENT= List, test and extract compressed files in a ZIP archive USE_BUILDLINK_ONLY= # defined MAKEFILE= unix/Makefile -ALL_TARGET= unzips -# we do not use USE_ZLIB because of unknown bugs in 5.40's use of libz -MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK" +ALL_TARGET= generic_zlib unzipsfx +MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK" LF2="-lz -s" do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} unzip funzip unzipsfx ${PREFIX}/bin @@ -32,4 +31,5 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} BUGS COPYING.OLD LICENSE README WHERE \ ${PREFIX}/share/doc/unzip +.include "../../devel/zlib/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo index aa183675e2b..230b78665b3 100644 --- a/archivers/unzip/distinfo +++ b/archivers/unzip/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 09:32:44 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/02/21 12:12:49 wiz Exp $ -SHA1 (unzip542.tar.gz) = 713d498975ff03dec702cbb2a07d3d46fa4267f5 -Size (unzip542.tar.gz) = 1070770 bytes +SHA1 (unzip550.tar.gz) = 2e7aef29b3865f0bf9a7b9d01b376155727b1f8b +Size (unzip550.tar.gz) = 1068379 bytes SHA1 (patch-aa) = a90ed5bb96f5b1c1be4ef5ddc952edb364fa7a05 SHA1 (patch-ab) = f1763f9ccc61eafa6719cfe55584ddf1088a14be -- cgit v1.2.3