Mon Nov 20 10:50:09 2017 UTC ()
libzip: update to 1.3.2.

1.3.2 [2017-11-20]
==================
* Fix bug introduced in last: zip_t was erroneously freed if zip_close() failed.


(wiz)
diff -r1.30 -r1.31 pkgsrc/archivers/libzip/Makefile
diff -r1.25 -r1.26 pkgsrc/archivers/libzip/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/archivers/libzip/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/libzip/Makefile 2017/11/19 15:44:31 1.30
+++ pkgsrc/archivers/libzip/Makefile 2017/11/20 10:50:09 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2017/11/19 15:44:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2017/11/20 10:50:09 wiz Exp $
2 2
3DISTNAME= libzip-1.3.1 3DISTNAME= libzip-1.3.2
4CATEGORIES= archivers devel 4CATEGORIES= archivers devel
5MASTER_SITES= https://www.nih.at/libzip/ 5MASTER_SITES= https://www.nih.at/libzip/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://www.nih.at/libzip/ 9HOMEPAGE= http://www.nih.at/libzip/
10COMMENT= C library to manipulate zip archives 10COMMENT= C library to manipulate zip archives
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15PKGCONFIG_OVERRIDE+= ${WRKSRC}/libzip.pc.in 15PKGCONFIG_OVERRIDE+= ${WRKSRC}/libzip.pc.in
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.25 -r1.26 pkgsrc/archivers/libzip/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/libzip/distinfo 2017/11/19 15:44:31 1.25
+++ pkgsrc/archivers/libzip/distinfo 2017/11/20 10:50:09 1.26
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.25 2017/11/19 15:44:31 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2017/11/20 10:50:09 wiz Exp $
2 2
3SHA1 (libzip-1.3.1.tar.xz) = ab2c253808b3b0fca6088f1d9101ae0a54234076 3SHA1 (libzip-1.3.2.tar.xz) = 5a940f2132066b258e42c60530599fec579be082
4RMD160 (libzip-1.3.1.tar.xz) = 55e8448075459e2e4d6edd25fd8fc2b88122604f 4RMD160 (libzip-1.3.2.tar.xz) = ade49a6cfddc190bd2613d3e06714b124c9bd938
5SHA512 (libzip-1.3.1.tar.xz) = 3cc40a707c943e31329c4bc7d3268d7239027c092f21d269cd5220a34eb3808c76a4ac75c8b9e6907ec69e107a6be561584e93af7fef748fcf43c0ea84185739 5SHA512 (libzip-1.3.2.tar.xz) = d7b678c4a39f7bc33f90febac1b42230eac4d414e835dab7d3458a81f047482cee9ee65b6374bdf8abbf5a33c23725e8771da51300ba92ddc6728b570caec255
6Size (libzip-1.3.1.tar.xz) = 957672 bytes 6Size (libzip-1.3.2.tar.xz) = 942756 bytes