diff options
author | wiz <wiz@pkgsrc.org> | 2020-01-24 12:09:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-01-24 12:09:23 +0000 |
commit | 3fff0c04916ca510ad662b0ca9c17b6d3c1e3c51 (patch) | |
tree | a391ae2b34b0771aa5b02f64c253e25f7a8cc777 | |
parent | ecb3e5c0d53cbb17156f3e302eec3cb9d9d78387 (diff) | |
download | pkgsrc-3fff0c04916ca510ad662b0ca9c17b6d3c1e3c51.tar.gz |
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.
-rw-r--r-- | archivers/libzip/Makefile | 6 | ||||
-rw-r--r-- | archivers/libzip/PLIST | 4 | ||||
-rw-r--r-- | archivers/libzip/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index dabb91721a2..f439b207822 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -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 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/lib .include "../../devel/zlib/buildlink3.mk" .include "../../archivers/bzip2/buildlink3.mk" +.include "../../archivers/xz/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/libzip/PLIST b/archivers/libzip/PLIST index e4a108fbe44..91784eef0f6 100644 --- a/archivers/libzip/PLIST +++ b/archivers/libzip/PLIST @@ -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/zip.h 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 --git a/archivers/libzip/distinfo b/archivers/libzip/distinfo index 41149412b5f..df69622c4b7 100644 --- a/archivers/libzip/distinfo +++ b/archivers/libzip/distinfo @@ -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 |