pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  9 14:12:49 UTC 2020

Modified Files:
        pkgsrc/archivers/libzip: Makefile PLIST distinfo
Removed Files:
        pkgsrc/archivers/libzip/patches: patch-src_zipcmp.c

Log Message:
libzip: update to 1.6.1.

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/libzip/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/archivers/libzip/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/archivers/libzip/patches/patch-src_zipcmp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/libzip/Makefile
diff -u pkgsrc/archivers/libzip/Makefile:1.44 pkgsrc/archivers/libzip/Makefile:1.45
--- pkgsrc/archivers/libzip/Makefile:1.44       Wed Jan 29 21:54:31 2020
+++ pkgsrc/archivers/libzip/Makefile    Sun Feb  9 14:12:49 2020
@@ -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

Index: pkgsrc/archivers/libzip/PLIST
diff -u pkgsrc/archivers/libzip/PLIST:1.13 pkgsrc/archivers/libzip/PLIST:1.14
--- pkgsrc/archivers/libzip/PLIST:1.13  Fri Jan 24 12:09:23 2020
+++ pkgsrc/archivers/libzip/PLIST       Sun Feb  9 14:12:49 2020
@@ -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_get_external_attribute
 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

Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.33 pkgsrc/archivers/libzip/distinfo:1.34
--- pkgsrc/archivers/libzip/distinfo:1.33       Wed Jan 29 21:54:31 2020
+++ pkgsrc/archivers/libzip/distinfo    Sun Feb  9 14:12:49 2020
@@ -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
-RMD160 (libzip-1.6.0.tar.xz) = 6ca337891a48fc54ff350b4fba2d0a82aa65c5d4
-SHA512 (libzip-1.6.0.tar.xz) = a173bebc0a199d65d9e2d5e5adf65eb10e9d3a1c409006b3f78e3453aa6166d825fea20e818e725f5d3c6b63137023a2cccb7fb2a1da50a88c4f5f057cf879f8
-Size (libzip-1.6.0.tar.xz) = 732812 bytes
-SHA1 (patch-src_zipcmp.c) = 67862d766a88a588f594cd88ffa49ca54e852923
+SHA1 (libzip-1.6.1.tar.xz) = a820f23509d20f242173d34978624191739f599b
+RMD160 (libzip-1.6.1.tar.xz) = 82cfbd288b9a4b605deef26d3be07f1008c74ce3
+SHA512 (libzip-1.6.1.tar.xz) = dcf3790933c95f66bdcbdb276497b36e57776103b0b1064a94479e84eaa0a09df8dd91509cb4ccab3a6724f0650f076ca1e332d73acc94b653e99a3e94a64574
+Size (libzip-1.6.1.tar.xz) = 732932 bytes



Home | Main Index | Thread Index | Old Index