From b0ce64b4c76a971580c9ad731d220ceddf00293d Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 28 Jan 2016 09:01:02 +0000 Subject: Update libzip to 1.1: 1.1 [2016/01/26] * ziptool(1): command line tool to modify zip archives * Speedups for archives with many entries * Coverity fixes * Better APK support * Support for running tests on Windows * More build fixes for Windows * Portability fixes * Documentation improvements --- archivers/libzip/Makefile | 5 ++--- archivers/libzip/PLIST | 4 +++- archivers/libzip/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 8a293fc97bf..ff03b9ee815 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/01/28 09:01:02 wiz Exp $ -DISTNAME= libzip-1.0.1 -PKGREVISION= 1 +DISTNAME= libzip-1.1 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ EXTRACT_SUFX= .tar.xz diff --git a/archivers/libzip/PLIST b/archivers/libzip/PLIST index 071a9bce20c..33c67cbd05e 100644 --- a/archivers/libzip/PLIST +++ b/archivers/libzip/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.8 2015/05/03 12:11:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/01/28 09:01:02 wiz Exp $ bin/zipcmp bin/zipmerge +bin/ziptool include/zip.h lib/libzip.la lib/libzip/include/zipconf.h lib/pkgconfig/libzip.pc man/man1/zipcmp.1 man/man1/zipmerge.1 +man/man1/ziptool.1 man/man3/ZIP_SOURCE_GET_ARGS.3 man/man3/libzip.3 man/man3/zip_add.3 diff --git a/archivers/libzip/distinfo b/archivers/libzip/distinfo index 0490dd22e6f..cc2e3dd5d83 100644 --- a/archivers/libzip/distinfo +++ b/archivers/libzip/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2015/11/03 00:56:22 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/01/28 09:01:02 wiz Exp $ -SHA1 (libzip-1.0.1.tar.xz) = c342263fc31311c81c242cb69418303fda41cea7 -RMD160 (libzip-1.0.1.tar.xz) = fc7b4aa1f43bf11c83e7b9a2a3b7ad53ca98b7c5 -SHA512 (libzip-1.0.1.tar.xz) = df51ca44e97e2644a5d6930e3c76830453579c1486d11b9529d3cef173bb5ae873ef34b0af0ea6403dd4076805371fa93975a18ce56e37aa2a52500eb279887b -Size (libzip-1.0.1.tar.xz) = 450308 bytes +SHA1 (libzip-1.1.tar.xz) = be24cecffb7da83ae406a9a82b803ff491ca2608 +RMD160 (libzip-1.1.tar.xz) = dc66973694a766ff837ac56999473b62917359b7 +SHA512 (libzip-1.1.tar.xz) = 0a250835155eb2ed19a00718e086b3e05741c9bcf01c7c73ed6e83fd989d9fb0bddf192f69c989f75860e4e9a44490b263fd08d9b06994e534fc0374667df2f0 +Size (libzip-1.1.tar.xz) = 458528 bytes -- cgit v1.2.3