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:           Mon Jun 13 15:45:22 UTC 2022

Modified Files:
        pkgsrc/archivers/libzip: Makefile PLIST distinfo
Removed Files:
        pkgsrc/archivers/libzip/patches: patch-CMakeLists.txt

Log Message:
libzip: update to 1.9.0.

1.9.0 [2022-06-13]
==================

* Add `zip_file_is_seekable()`.
* Improve compatibility with WinAES.
* Fix encoding handling in `zip_name_locate()`.
* Add option to `zipcmp` to output summary of changes.
* Various bug fixes and documentation improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/libzip/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/archivers/libzip/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/archivers/libzip/patches/patch-CMakeLists.txt

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.57 pkgsrc/archivers/libzip/Makefile:1.58
--- pkgsrc/archivers/libzip/Makefile:1.57       Wed Dec  8 16:01:42 2021
+++ pkgsrc/archivers/libzip/Makefile    Mon Jun 13 15:45:22 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2021/12/08 16:01:42 adam Exp $
+# $NetBSD: Makefile,v 1.58 2022/06/13 15:45:22 wiz Exp $
 
-DISTNAME=              libzip-1.8.0
-PKGREVISION=           2
+DISTNAME=              libzip-1.9.0
 CATEGORIES=            archivers devel
 MASTER_SITES=          https://libzip.org/download/
 MASTER_SITES+=         ${MASTER_SITE_GITHUB:=nih-at/}

Index: pkgsrc/archivers/libzip/PLIST
diff -u pkgsrc/archivers/libzip/PLIST:1.17 pkgsrc/archivers/libzip/PLIST:1.18
--- pkgsrc/archivers/libzip/PLIST:1.17  Thu Jun 24 21:40:06 2021
+++ pkgsrc/archivers/libzip/PLIST       Mon Jun 13 15:45:22 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/06/24 21:40:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2022/06/13 15:45:22 wiz Exp $
 bin/zipcmp
 bin/zipmerge
 bin/ziptool
@@ -10,7 +10,7 @@ lib/cmake/libzip/libzip-targets-noconfig
 lib/cmake/libzip/libzip-targets.cmake
 lib/libzip.so
 lib/libzip.so.5
-lib/libzip.so.5.4
+lib/libzip.so.5.5
 lib/pkgconfig/libzip.pc
 man/man1/zipcmp.1
 man/man1/zipmerge.1

Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.41 pkgsrc/archivers/libzip/distinfo:1.42
--- pkgsrc/archivers/libzip/distinfo:1.41       Tue Oct 26 09:57:09 2021
+++ pkgsrc/archivers/libzip/distinfo    Mon Jun 13 15:45:22 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.41 2021/10/26 09:57:09 nia Exp $
+$NetBSD: distinfo,v 1.42 2022/06/13 15:45:22 wiz Exp $
 
-BLAKE2s (libzip-1.8.0.tar.xz) = 77edd0b85fae3236982c65c85b1834bf628e40676a9e4fe4870ae77ce9c66747
-SHA512 (libzip-1.8.0.tar.xz) = fe94a26a2797dff7c9b27334f29982f8e523dd5095bf32ebcadc6443726864f0ff7b2e8bf243e52cad8f79297bc7a87d73fdbc35edae4ffc8ab6aa0bcc93b03e
-Size (libzip-1.8.0.tar.xz) = 760604 bytes
-SHA1 (patch-CMakeLists.txt) = 17745d56f98cd4a6298c54b8562b463207c5a7ee
+BLAKE2s (libzip-1.9.0.tar.xz) = 4aa8786c7380da893acc2efdad88f4fc87c018690ee435a3aba224b9ded89748
+SHA512 (libzip-1.9.0.tar.xz) = dd0c7046f5b1faf00690774572982e870edaa1819563f9ebf7caf823c9c5718623576a7135a64c9acfed9cefac5601cf944b7aa0b623986f5c85743f3014b349
+Size (libzip-1.9.0.tar.xz) = 763704 bytes



Home | Main Index | Thread Index | Old Index