pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/libzim



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 10 12:07:48 UTC 2026

Modified Files:
        pkgsrc/textproc/libzim: Makefile distinfo

Log Message:
libzim: update to 9.7.0.

Fix handling of "bad" redirections (@veloman-yunkan #1065 #1077)
Fix handling of ZIM file chunks (@veloman-yunkan #1078)
Made zim::writer::creator::addMetadata() exception-safe (@veloman-yunkan #1070)
Fix a rare (edge-case) and old bug in ZIM reader (@veloman-yunkan #1066)
Enable better memory mgmt on macOS in ZIM reader (@veloman-yunkan #1067)
Further optimization of redirection memory usage for both writer and reader (@veloman-yunkan #1068)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/libzim/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/libzim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libzim/Makefile
diff -u pkgsrc/textproc/libzim/Makefile:1.7 pkgsrc/textproc/libzim/Makefile:1.8
--- pkgsrc/textproc/libzim/Makefile:1.7 Wed Apr 15 17:28:05 2026
+++ pkgsrc/textproc/libzim/Makefile     Sun May 10 12:07:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/04/15 17:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/05/10 12:07:48 wiz Exp $
 
-DISTNAME=      libzim-9.6.0
+DISTNAME=      libzim-9.7.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openzim/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/textproc/libzim/distinfo
diff -u pkgsrc/textproc/libzim/distinfo:1.6 pkgsrc/textproc/libzim/distinfo:1.7
--- pkgsrc/textproc/libzim/distinfo:1.6 Wed Apr 15 17:28:05 2026
+++ pkgsrc/textproc/libzim/distinfo     Sun May 10 12:07:48 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/04/15 17:28:05 wiz Exp $
+$NetBSD: distinfo,v 1.7 2026/05/10 12:07:48 wiz Exp $
 
-BLAKE2s (libzim-9.6.0.tar.gz) = 19091e829297bd87c2db6830e2cbc26d3178bda72a61fcecb0949042f7f64934
-SHA512 (libzim-9.6.0.tar.gz) = 28d81076ff4ffed0a417240c86b70cfb003cac1ab10d38b34392c0b3c55b61d4c893a1eade06efbd9ca4e24da53612f83ef53d5af1861e104635623b1229a707
-Size (libzim-9.6.0.tar.gz) = 278148 bytes
+BLAKE2s (libzim-9.7.0.tar.gz) = 893c3d7ccc8d81c83086d48e3f0b7c644b1a78cc8b4824354d0dad2b6b35d573
+SHA512 (libzim-9.7.0.tar.gz) = 3f635eaf4363bf12b92f12a4d089883f10bb8cfe4c572876ab410d88273f8a44455ce93ef74bcb0836051ea3dd51d39f25f703d6c01d6599cce0a8801bc09fba
+Size (libzim-9.7.0.tar.gz) = 283154 bytes



Home | Main Index | Thread Index | Old Index