pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/libzip libzip: update to 1.6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9035cb244ba9
branches:  trunk
changeset: 411293:9035cb244ba9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 09 14:12:49 2020 +0000

description:
libzip: update to 1.6.1.

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

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

diffstat:

 archivers/libzip/Makefile                   |   5 ++---
 archivers/libzip/PLIST                      |   3 ++-
 archivers/libzip/distinfo                   |  11 +++++------
 archivers/libzip/patches/patch-src_zipcmp.c |  15 ---------------
 4 files changed, 9 insertions(+), 25 deletions(-)

diffs (65 lines):

diff -r ee052486d24c -r 9035cb244ba9 archivers/libzip/Makefile
--- a/archivers/libzip/Makefile Sun Feb 09 14:10:23 2020 +0000
+++ b/archivers/libzip/Makefile Sun Feb 09 14:12:49 2020 +0000
@@ -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
diff -r ee052486d24c -r 9035cb244ba9 archivers/libzip/PLIST
--- a/archivers/libzip/PLIST    Sun Feb 09 14:10:23 2020 +0000
+++ b/archivers/libzip/PLIST    Sun Feb 09 14:12:49 2020 +0000
@@ -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
diff -r ee052486d24c -r 9035cb244ba9 archivers/libzip/distinfo
--- a/archivers/libzip/distinfo Sun Feb 09 14:10:23 2020 +0000
+++ b/archivers/libzip/distinfo Sun Feb 09 14:12:49 2020 +0000
@@ -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
diff -r ee052486d24c -r 9035cb244ba9 archivers/libzip/patches/patch-src_zipcmp.c
--- a/archivers/libzip/patches/patch-src_zipcmp.c       Sun Feb 09 14:10:23 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_zipcmp.c,v 1.1 2020/01/29 21:54:31 wiz Exp $
-
-Avoid double free.
-https://github.com/nih-at/libzip/commit/bd9fb11fa88f6a95b8afbd53796934adf4e6e6bd
-
---- src/zipcmp.c.orig  2020-01-24 11:03:14.000000000 +0000
-+++ src/zipcmp.c
-@@ -248,7 +248,6 @@ compare_zip(char *const zn[]) {
-       }
-       for (j = 0; j < a[i].nentry; j++) {
-           free(a[i].entry[j].name);
--          free(a[i].entry[j].extra_fields);
-       }
-       free(a[i].entry);
-     }



Home | Main Index | Thread Index | Old Index