Sun Feb 9 14:12:49 2020 UTC ()
libzip: update to 1.6.1.

1.6.1 [2020-02-03]
==================

* Bugfix for double-free in zipcmp(1) during cleanup.


(wiz)
diff -r1.44 -r1.45 pkgsrc/archivers/libzip/Makefile
diff -r1.13 -r1.14 pkgsrc/archivers/libzip/PLIST
diff -r1.33 -r1.34 pkgsrc/archivers/libzip/distinfo
diff -r1.1 -r0 pkgsrc/archivers/libzip/patches/patch-src_zipcmp.c

cvs diff -r1.44 -r1.45 pkgsrc/archivers/libzip/Makefile (expand / switch to context diff)
--- pkgsrc/archivers/libzip/Makefile 2020/01/29 21:54:31 1.44
+++ pkgsrc/archivers/libzip/Makefile 2020/02/09 14:12:49 1.45
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2020/01/29 21:54:31 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2020/02/09 14:12:49 wiz Exp $
 
-DISTNAME=		libzip-1.6.0
-PKGREVISION=		1
+DISTNAME=		libzip-1.6.1
 CATEGORIES=		archivers devel
 MASTER_SITES=		https://libzip.org/download/
 EXTRACT_SUFX=		.tar.xz

cvs diff -r1.13 -r1.14 pkgsrc/archivers/libzip/PLIST (expand / switch to context diff)
--- pkgsrc/archivers/libzip/PLIST 2020/01/24 12:09:23 1.13
+++ pkgsrc/archivers/libzip/PLIST 2020/02/09 14:12:49 1.14
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/01/24 12:09:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/02/09 14:12:49 wiz Exp $
 bin/zipcmp
 bin/zipmerge
 bin/ziptool
@@ -51,6 +51,7 @@
 man/man3/zip_file_rename.3
 man/man3/zip_file_replace.3
 man/man3/zip_file_set_comment.3
+man/man3/zip_file_set_dostime.3
 man/man3/zip_file_set_encryption.3
 man/man3/zip_file_set_external_attributes.3
 man/man3/zip_file_set_mtime.3

cvs diff -r1.33 -r1.34 pkgsrc/archivers/libzip/distinfo (expand / switch to context diff)
--- pkgsrc/archivers/libzip/distinfo 2020/01/29 21:54:31 1.33
+++ pkgsrc/archivers/libzip/distinfo 2020/02/09 14:12:49 1.34
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.33 2020/01/29 21:54:31 wiz Exp $
+$NetBSD: distinfo,v 1.34 2020/02/09 14:12:49 wiz Exp $
 
-SHA1 (libzip-1.6.0.tar.xz) = 794bb5a5d7656fccd1adaffa19ab1190c8471c1c
+SHA1 (libzip-1.6.1.tar.xz) = a820f23509d20f242173d34978624191739f599b
-RMD160 (libzip-1.6.0.tar.xz) = 6ca337891a48fc54ff350b4fba2d0a82aa65c5d4
+RMD160 (libzip-1.6.1.tar.xz) = 82cfbd288b9a4b605deef26d3be07f1008c74ce3
-SHA512 (libzip-1.6.0.tar.xz) = a173bebc0a199d65d9e2d5e5adf65eb10e9d3a1c409006b3f78e3453aa6166d825fea20e818e725f5d3c6b63137023a2cccb7fb2a1da50a88c4f5f057cf879f8
+SHA512 (libzip-1.6.1.tar.xz) = dcf3790933c95f66bdcbdb276497b36e57776103b0b1064a94479e84eaa0a09df8dd91509cb4ccab3a6724f0650f076ca1e332d73acc94b653e99a3e94a64574
-Size (libzip-1.6.0.tar.xz) = 732812 bytes
+Size (libzip-1.6.1.tar.xz) = 732932 bytes
-SHA1 (patch-src_zipcmp.c) = 67862d766a88a588f594cd88ffa49ca54e852923

File Deleted: pkgsrc/archivers/libzip/patches/Attic/patch-src_zipcmp.c