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 Jan 20 11:07:32 UTC 2025

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

Log Message:
libzip: update to 1.11.3.

# 1.11.3 [2025-01-20]

* Report read error for corrupted encrypted file data.
* Avoid unnecessary seeks when writing archive.
* Don't hardcode `_Nullable` support in `zip.h` to allow it to be used with different compilers.
* Improve check for GetSecurityInformation availability on Windows.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/libzip/PLIST
cvs rdiff -u -r1.49 -r1.50 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.78 pkgsrc/archivers/libzip/Makefile:1.79
--- pkgsrc/archivers/libzip/Makefile:1.78       Thu Nov 14 22:18:38 2024
+++ pkgsrc/archivers/libzip/Makefile    Mon Jan 20 11:07:32 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2024/11/14 22:18:38 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2025/01/20 11:07:32 wiz Exp $
 
-DISTNAME=              libzip-1.11.2
-PKGREVISION=           3
+DISTNAME=              libzip-1.11.3
 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.20 pkgsrc/archivers/libzip/PLIST:1.21
--- pkgsrc/archivers/libzip/PLIST:1.20  Mon Jun 26 11:37:40 2023
+++ pkgsrc/archivers/libzip/PLIST       Mon Jan 20 11:07:32 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2023/06/26 11:37:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.21 2025/01/20 11:07:32 wiz Exp $
 bin/zipcmp
 bin/zipmerge
 bin/ziptool
@@ -37,6 +37,7 @@ man/man3/zip_error_get_sys_type.3
 man/man3/zip_error_init.3
 man/man3/zip_error_init_with_code.3
 man/man3/zip_error_set.3
+man/man3/zip_error_set_from_source.3
 man/man3/zip_error_strerror.3
 man/man3/zip_error_system_type.3
 man/man3/zip_error_to_data.3

Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.49 pkgsrc/archivers/libzip/distinfo:1.50
--- pkgsrc/archivers/libzip/distinfo:1.49       Thu Oct 31 22:35:35 2024
+++ pkgsrc/archivers/libzip/distinfo    Mon Jan 20 11:07:32 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2024/10/31 22:35:35 wiz Exp $
+$NetBSD: distinfo,v 1.50 2025/01/20 11:07:32 wiz Exp $
 
-BLAKE2s (libzip-1.11.2.tar.xz) = 73ecb12d666a773c0f158e49e3ae99ac6315a72f71ce384601484e987510dd84
-SHA512 (libzip-1.11.2.tar.xz) = e80afcff8a65d614c4e7087223e8afafe0b1c6799d6f1d04d1a3735d37a63d134ec2335fe87923a27f0845ee71062da444fe7a6c8a4458827333a52d9dee8166
-Size (libzip-1.11.2.tar.xz) = 787300 bytes
+BLAKE2s (libzip-1.11.3.tar.xz) = 07f1047e5b1c916eb1cd93a01331c0238bb56576aae03853fb5cf2ffcfbd57e1
+SHA512 (libzip-1.11.3.tar.xz) = 7ad7e5f04f28e777604833e702aaa68d603b9895e70d6ee9e587549eb628a89e5569aca0ea255f82de1adb8f4599b828c63dd282eb15a5ea55a147aa7df7b2a4
+Size (libzip-1.11.3.tar.xz) = 788520 bytes
 SHA1 (patch-regress_nihtest.conf.in) = 4ba110f2acef8ded4956c1931ee6f7c6e0618cd0



Home | Main Index | Thread Index | Old Index