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:           Tue Jun 23 10:32:13 UTC 2026

Modified Files:
        pkgsrc/textproc/libzim: Makefile distinfo

Log Message:
libzim: update to 9.8.0.

libzim 9.8.0
============

 * Speed-up ZIM creation with buffered IO (@veloman-yunkan #1091)
 * Improve documentation around suggestions primitives (@kelson42 #1097)
 * Multiple typo fixes in the documentation (@kelson42 #1095)
 * Allow to compile only the reader part (@ford-jones #1093)
 * Make code base c++23 compatible (@ford-jone #1092)
 * Fix compilation against Xapian 2.0 (@veloman-yunkan #1081)
 * Better handling of ICU library dependence (@kelson42 #1015, @OneByTheSide #1090)
 * Update CI runners to the latest versions (@kelson42 #1089 #1094)
 * Speed-up CI test running (@veloman-yunkan #1099)
 * Improve stability of the Windows CI (@veloman-yunkan #1101)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/libzim/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/textproc/libzim/Makefile:1.9
--- pkgsrc/textproc/libzim/Makefile:1.8 Sun May 10 12:07:48 2026
+++ pkgsrc/textproc/libzim/Makefile     Tue Jun 23 10:32:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/05/10 12:07:48 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/06/23 10:32:12 wiz Exp $
 
-DISTNAME=      libzim-9.7.0
+DISTNAME=      libzim-9.8.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.7 pkgsrc/textproc/libzim/distinfo:1.8
--- pkgsrc/textproc/libzim/distinfo:1.7 Sun May 10 12:07:48 2026
+++ pkgsrc/textproc/libzim/distinfo     Tue Jun 23 10:32:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/05/10 12:07:48 wiz Exp $
+$NetBSD: distinfo,v 1.8 2026/06/23 10:32:12 wiz Exp $
 
-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
+BLAKE2s (libzim-9.8.0.tar.gz) = c7b160ea8470d7bf6dbf0880b525c046c40437cc6a93e074381cf0232ccde23c
+SHA512 (libzim-9.8.0.tar.gz) = dbddee0a7beadc041df416e3ecc2c0dba4afacfb4a5245dd02b4466d582979d9eeb8e027e095bf719f856c95563653e6d6d3b2fae59315d997f3740eac4b392c
+Size (libzim-9.8.0.tar.gz) = 285545 bytes



Home | Main Index | Thread Index | Old Index