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:           Fri Jan 24 12:09:23 UTC 2020

Modified Files:
        pkgsrc/archivers/libzip: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/libzip/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/libzip/distinfo

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.42 pkgsrc/archivers/libzip/Makefile:1.43
--- pkgsrc/archivers/libzip/Makefile:1.42       Sat Jan 18 21:47:57 2020
+++ pkgsrc/archivers/libzip/Makefile    Fri Jan 24 12:09:23 2020
@@ -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}/li
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/libzip/PLIST
diff -u pkgsrc/archivers/libzip/PLIST:1.12 pkgsrc/archivers/libzip/PLIST:1.13
--- pkgsrc/archivers/libzip/PLIST:1.12  Sat Dec 30 00:19:56 2017
+++ pkgsrc/archivers/libzip/PLIST       Fri Jan 24 12:09:23 2020
@@ -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

Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.31 pkgsrc/archivers/libzip/distinfo:1.32
--- pkgsrc/archivers/libzip/distinfo:1.31       Tue Mar 12 13:20:51 2019
+++ pkgsrc/archivers/libzip/distinfo    Fri Jan 24 12:09:23 2020
@@ -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