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.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddc389c6131b
branches:  trunk
changeset: 410541:ddc389c6131b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 24 12:09:23 2020 +0000

description:
libzip: update to 1.6.0.

1.6.0 [2020-01-24]
==================

* Avoid using umask() since it's not thread-safe.
* Set close-on-exec flag when opening files.
* Do not accept empty files as valid zip archives any longer.
* Add support for XZ compressed files (using liblzma).
* Add support for cancelling while closing zip archives.
* Add support for setting the time in the on-disk format.

diffstat:

 archivers/libzip/Makefile |   6 +++---
 archivers/libzip/PLIST    |   4 ++--
 archivers/libzip/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r 820bacc8721f -r ddc389c6131b archivers/libzip/Makefile
--- a/archivers/libzip/Makefile Fri Jan 24 10:40:36 2020 +0000
+++ b/archivers/libzip/Makefile Fri Jan 24 12:09:23 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2020/01/18 21:47:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2020/01/24 12:09:23 wiz Exp $
 
-DISTNAME=              libzip-1.5.2
-PKGREVISION=           3
+DISTNAME=              libzip-1.6.0
 CATEGORIES=            archivers devel
 MASTER_SITES=          https://libzip.org/download/
 EXTRACT_SUFX=          .tar.xz
@@ -22,4 +21,5 @@
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 820bacc8721f -r ddc389c6131b archivers/libzip/PLIST
--- a/archivers/libzip/PLIST    Fri Jan 24 10:40:36 2020 +0000
+++ b/archivers/libzip/PLIST    Fri Jan 24 12:09:23 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2017/12/30 00:19:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/01/24 12:09:23 wiz Exp $
 bin/zipcmp
 bin/zipmerge
 bin/ziptool
@@ -6,7 +6,7 @@
 include/zipconf.h
 lib/libzip.so
 lib/libzip.so.5
-lib/libzip.so.5.0
+lib/libzip.so.5.1
 lib/pkgconfig/libzip.pc
 man/man1/zipcmp.1
 man/man1/zipmerge.1
diff -r 820bacc8721f -r ddc389c6131b archivers/libzip/distinfo
--- a/archivers/libzip/distinfo Fri Jan 24 10:40:36 2020 +0000
+++ b/archivers/libzip/distinfo Fri Jan 24 12:09:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2019/03/12 13:20:51 wiz Exp $
+$NetBSD: distinfo,v 1.32 2020/01/24 12:09:23 wiz Exp $
 
-SHA1 (libzip-1.5.2.tar.xz) = f1137ff29cc3a0633ad5edecb3b3ab655f34c700
-RMD160 (libzip-1.5.2.tar.xz) = 5db464fb8c1fe4e7e197d6a373f4cb4d169f961f
-SHA512 (libzip-1.5.2.tar.xz) = 1e6d48ddbac4d270f70b314f6ada3c93a3196a8cc3b8d17c6cf5ea8409ff29f36ac351206675f9d81351fcf633b0c15d7b0b5530c30c4140e4fe55e64c602643
-Size (libzip-1.5.2.tar.xz) = 725724 bytes
+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



Home | Main Index | Thread Index | Old Index