Path to this page:
./
textproc/libzim,
Reference implementation of the ZIM specification
Branch: CURRENT,
Version: 9.8.2,
Package name: libzim-9.8.2,
Maintainer: pkgsrc-usersThe Libzim is the reference implementation for the ZIM file format.
It's a software library to read and write ZIM files on many systems
and architectures.
Master sites:
Filesize: 278.964 KB
Version history: (Expand)
- (2026-08-16) Updated to version: libzim-9.8.2
- (2026-07-12) Updated to version: libzim-9.8.1
- (2026-06-23) Updated to version: libzim-9.8.0
- (2026-05-10) Updated to version: libzim-9.7.0
- (2026-04-15) Updated to version: libzim-9.6.0
- (2026-03-22) Updated to version: libzim-9.5.1
CVS history: (Expand)
2026-08-16 14:13:56 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libzim: update to 9.8.2.
libzim 9.8.2
============
* Quick fix for pollution of zimcheck output (@veloman-yunkan #1105)
|
| 2026-08-11 18:33:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libzim: fix build on NetBSD
There are linker warnings about cabs() etc.
|
2026-07-12 13:34:01 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libzim: updated to 9.8.1
libzim 9.8.1
* Fix 9.8.0 creator regression in ZIM final renaming
* Fixing Windows CI stability
|
2026-06-23 12:32:13 by Thomas Klausner | Files touched by this commit (2) |  |
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)
|
2026-05-10 14:07:48 by Thomas Klausner | Files touched by this commit (2) |  |
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)
|
2026-04-15 19:28:05 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libzim: update to 9.6.0.
libzim 9.6.0
============
* Optimization of memory usage by dirents during ZIM creation (@veloman-yunkan \
#1055)
* Allows to open ZIM with more than ~268M entries on macOS (@jasontitus #1053)
* Fix ZIM metadata 'Counter' parser by properly ignoring mime-types paramters \
(@Pranavjeet-Naidu #1050)
|
2026-03-22 17:01:14 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libzim: update to 9.5.1.
Only 3 packages depend on this.
libzim 9.5.1
============
* Eliminated zim::Compressor trapped in an infinite loop scenario \
(@veloman-yunkan #1047)
* Use windows-2025 CI runner (@kelson42 #1041)
|
2026-02-08 22:49:03 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libzim: update to 9.5.0.
libzim 9.5.0
============
* Handling Protection against too long words in titles (@veloman-yunkan #1004 #1034)
* Quick detection of corruption of 1st blob offset in cluster( @veloman-yunkan \
#1029 #1031)
* Use zim-testing-suite version 0.9.0 (@veloman-yunkan #1030)
|