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: Thu Sep 19 10:07:50 UTC 2024
Modified Files:
pkgsrc/archivers/libzip: Makefile distinfo
Log Message:
libzip: update to 1.11.
# 1.11 [2024-09-19]
* Stop searching after finding acceptable central directory, even if it contains inconsistencies.
* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.
* Allow bytes from 0x00-0x1F as UTF-8.
* Add new error code `ZIP_ER_TRUNCATED_ZIP` for files that start with a valid local header signature.
* `zipcmp`: add `-T` option for comparing timestamps.
* `zip_file_replace` now removes the target's extra field information.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.46 -r1.47 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.72 pkgsrc/archivers/libzip/Makefile:1.73
--- pkgsrc/archivers/libzip/Makefile:1.72 Sun Aug 25 06:18:21 2024
+++ pkgsrc/archivers/libzip/Makefile Thu Sep 19 10:07:50 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2024/08/25 06:18:21 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2024/09/19 10:07:50 wiz Exp $
-DISTNAME= libzip-1.10.1
-PKGREVISION= 4
+DISTNAME= libzip-1.11
CATEGORIES= archivers devel
MASTER_SITES= https://libzip.org/download/
MASTER_SITES+= ${MASTER_SITE_GITHUB:=nih-at/}
@@ -17,13 +16,11 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nihtest-[
TEST_TARGET= test
# for tests
-CMAKE_CONFIGURE_ARGS+= -DNIHTEST=${PREFIX}/bin/nihtest-${PYVERSSUFFIX}
+CMAKE_CONFIGURE_ARGS+= -DNIHTEST=${PREFIX}/bin/nihtest-${PYVERSSUFFIX}
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/lib
# for Darwin
MAKE_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/lib
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "options.mk"
.include "../../devel/cmake/build.mk"
Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.46 pkgsrc/archivers/libzip/distinfo:1.47
--- pkgsrc/archivers/libzip/distinfo:1.46 Fri Aug 25 07:12:41 2023
+++ pkgsrc/archivers/libzip/distinfo Thu Sep 19 10:07:50 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2023/08/25 07:12:41 adam Exp $
+$NetBSD: distinfo,v 1.47 2024/09/19 10:07:50 wiz Exp $
-BLAKE2s (libzip-1.10.1.tar.xz) = 50440c37f0e3deaa55846c5d3dc122563ebfc79ca1ad96cc8648f9e7480aad68
-SHA512 (libzip-1.10.1.tar.xz) = d24670ca3fa5def0345d6c531045683f11a124af7975dd724eae3bf3128a62fb8185a3d4df029c7c8232c7584e5ac55d18c431dc53b91e992fbbc8d119442930
-Size (libzip-1.10.1.tar.xz) = 774144 bytes
+BLAKE2s (libzip-1.11.tar.xz) = 430538eb4764315c3036d6fd046bc2a79380014d14a3e0f9a06c5a1ba8c474f9
+SHA512 (libzip-1.11.tar.xz) = dc1f824af4c4145c33879c7738f0d94cca721992b7ebae451a7e3ee086e04bff6a830bf19a4219fbb693e8161836c2b1dd681d4d728b31ce6f47c65d2565a453
+Size (libzip-1.11.tar.xz) = 786900 bytes
SHA1 (patch-regress_nihtest.conf.in) = 4ba110f2acef8ded4956c1931ee6f7c6e0618cd0
Home |
Main Index |
Thread Index |
Old Index