pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxmlb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 19 14:57:23 UTC 2026

Modified Files:
        pkgsrc/textproc/libxmlb: Makefile distinfo

Log Message:
libxmlb: update to 0.3.26.

Version 0.3.26
~~~~~~~~~~~~~~
Released: 2026-04-14

New Features:
 - Parse CDATA as text (Milan Crha)

Bugfixes:
 - Add bounds check to prevent OOB read in token index lookup (Richard Hughes)
 - Do not write an invalid silo when more than 63 attrs on one node (Richard Hughes)
 - No inotify for illumos and Solaris (Marcel Telka)
 - Prevent stack overflow from unbounded recursion in export (Richard Hughes)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/libxmlb/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/libxmlb/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/libxmlb/Makefile
diff -u pkgsrc/textproc/libxmlb/Makefile:1.8 pkgsrc/textproc/libxmlb/Makefile:1.9
--- pkgsrc/textproc/libxmlb/Makefile:1.8        Thu Feb 19 16:56:26 2026
+++ pkgsrc/textproc/libxmlb/Makefile    Sun Apr 19 14:57:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/02/19 16:56:26 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/19 14:57:23 wiz Exp $
 
-DISTNAME=      libxmlb-0.3.25
-PKGREVISION=   1
+DISTNAME=      libxmlb-0.3.26
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hughsie/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/textproc/libxmlb/distinfo
diff -u pkgsrc/textproc/libxmlb/distinfo:1.3 pkgsrc/textproc/libxmlb/distinfo:1.4
--- pkgsrc/textproc/libxmlb/distinfo:1.3        Sun Feb  8 21:47:57 2026
+++ pkgsrc/textproc/libxmlb/distinfo    Sun Apr 19 14:57:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2026/02/08 21:47:57 wiz Exp $
+$NetBSD: distinfo,v 1.4 2026/04/19 14:57:23 wiz Exp $
 
-BLAKE2s (libxmlb-0.3.25.tar.xz) = b74a6c73da2afeb77c8471b64d1a178f8bd0eedf3f71213f80585372d0e9203f
-SHA512 (libxmlb-0.3.25.tar.xz) = 6ee80e9f3e1de575184a4120f5bb5e6a15ef06c67550b3d8d271bb0a0adb3165563cc96f69b18c3c1506b1b46e66ee999f85c7c03d70823207e3bbbe623c7262
-Size (libxmlb-0.3.25.tar.xz) = 105192 bytes
+BLAKE2s (libxmlb-0.3.26.tar.xz) = 6779f8ac354d45089d75a74c70a39642193b0a0e80344cec05ecb0eebd616c49
+SHA512 (libxmlb-0.3.26.tar.xz) = 55791e19ebf7eae2e3555d21afa4356404979fa9827dc173b0c044d29a3582fd2f9fc9da523203ebdfafe0466be790993ee28a041bb4caaf63459829b5a1022f
+Size (libxmlb-0.3.26.tar.xz) = 106044 bytes



Home | Main Index | Thread Index | Old Index