CVS commit: pkgsrc/textproc/libxmlb
"Thomas Klausner" <[email protected]> Mon, 3 Aug 2026 17:21:42 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_178577770210970
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 3 17:21:42 UTC 2026
Modified Files:
pkgsrc/textproc/libxmlb: Makefile distinfo
Log Message:
libxmlb: update to 0.3.29.
Version 0.3.29
~~~~~~~~~~~~~~
Released: 2026-07-27
New Features:
Bugfixes:
- Avoid stale query indexes when reloading the silo (Richard Hughes)
- Clear the query cache when reloading the silo (Richard Hughes)
- Correctly mark the silo as invalid when re-loading malformed data (Richard Hughes)
- Fix building the silo when shared-mime-info is installed (Richard Hughes)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/libxmlb/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/libxmlb/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_178577770210970
Content-Disposition: inline
Content-Length: 1558
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/textproc/libxmlb/Makefile
diff -u pkgsrc/textproc/libxmlb/Makefile:1.12 pkgsrc/textproc/libxmlb/Makefile:1.13
--- pkgsrc/textproc/libxmlb/Makefile:1.12 Mon Jul 6 06:28:35 2026
+++ pkgsrc/textproc/libxmlb/Makefile Mon Aug 3 17:21:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2026/07/06 06:28:35 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/08/03 17:21:42 wiz Exp $
-DISTNAME= libxmlb-0.3.28
+DISTNAME= libxmlb-0.3.29
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=hughsie/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/textproc/libxmlb/distinfo
diff -u pkgsrc/textproc/libxmlb/distinfo:1.6 pkgsrc/textproc/libxmlb/distinfo:1.7
--- pkgsrc/textproc/libxmlb/distinfo:1.6 Mon Jul 6 06:28:35 2026
+++ pkgsrc/textproc/libxmlb/distinfo Mon Aug 3 17:21:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/07/06 06:28:35 wiz Exp $
+$NetBSD: distinfo,v 1.7 2026/08/03 17:21:42 wiz Exp $
-BLAKE2s (libxmlb-0.3.28.tar.xz) = 3a7db4685fb6e7e7151a5997d0c36afd44609a42e8c081aad0b0997aeb709247
-SHA512 (libxmlb-0.3.28.tar.xz) = ff32f82e82425af20bd27a16e3f022dd43503f11843579a0f80699d0a54a3bbb057a35096939d83d134a88834763a48907cc3efba7fec3ec43a8e81e972aad68
-Size (libxmlb-0.3.28.tar.xz) = 107344 bytes
+BLAKE2s (libxmlb-0.3.29.tar.xz) = 79d0c4f7f6f826bcda149f9f879732d88b1b7a5cdf93f0bca7b4cf03b07dfe54
+SHA512 (libxmlb-0.3.29.tar.xz) = f133a9e42b35d59bbc592fe9350cec465b42f33fcaddb42bff5c40e694bd8c60cd352833ae8c942f1df589e6066ba14159ec813f1bf4dada765fd69af09295b9
+Size (libxmlb-0.3.29.tar.xz) = 108240 bytes
--_----------=_178577770210970--