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 May 24 18:09:44 UTC 2026

Modified Files:
        pkgsrc/textproc/libxmlb: Makefile distinfo

Log Message:
libxmlb: update to 0.3.27.

Version 0.3.27
~~~~~~~~~~~~~~
Released: 2026-05-18

New Features:
 - Bump the required version of GLib to 2.68 (Richard Hughes)

Bugfixes:
 - Do not construct an invalid silo when processing more than 30 attrs (Richard Hughes)
 - Fix NULL pointer dereference when searching with NULL needle (Richard Hughes)
 - Fix potential use-after-free when building the in() haystack (Richard Hughes)
 - Fix stem() type-checking the wrong stack position (Richard Hughes)
 - Handle NULL string opcodes in more functions (Richard Hughes)
 - Limit operator recursion depth in xb_machine_parse_section (Richard Hughes)
 - Limit the number of predicates and OR branches in each section (Richard Hughes)
 - Prevent an infinite loop when parsing a corrupt silo (Richard Hughes)
 - Reject XML with more than 65535 unique element names (Richard Hughes)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/libxmlb/Makefile
cvs rdiff -u -r1.4 -r1.5 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.10 pkgsrc/textproc/libxmlb/Makefile:1.11
--- pkgsrc/textproc/libxmlb/Makefile:1.10       Fri May 15 17:01:04 2026
+++ pkgsrc/textproc/libxmlb/Makefile    Sun May 24 18:09:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/05/15 17:01:04 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/05/24 18:09:44 wiz Exp $
 
-DISTNAME=      libxmlb-0.3.26
+DISTNAME=      libxmlb-0.3.27
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hughsie/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -22,6 +22,7 @@ PKGCONFIG_OVERRIDE_STAGE=     post-configure
 
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.68
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/meson/build.mk"

Index: pkgsrc/textproc/libxmlb/distinfo
diff -u pkgsrc/textproc/libxmlb/distinfo:1.4 pkgsrc/textproc/libxmlb/distinfo:1.5
--- pkgsrc/textproc/libxmlb/distinfo:1.4        Sun Apr 19 14:57:23 2026
+++ pkgsrc/textproc/libxmlb/distinfo    Sun May 24 18:09:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/04/19 14:57:23 wiz Exp $
+$NetBSD: distinfo,v 1.5 2026/05/24 18:09:44 wiz Exp $
 
-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
+BLAKE2s (libxmlb-0.3.27.tar.xz) = 7a94dc192c45454707a13d3dc5f716b0dfcc6518491f5c353ba31e34171af971
+SHA512 (libxmlb-0.3.27.tar.xz) = 62b5e44c905f25969666c031b379d4cc70d5a056d24e4908c0424c950cc1630244f576bce6f938cff650ddae632611955ade5f42536f7168bbd704d1f20fbb70
+Size (libxmlb-0.3.27.tar.xz) = 107024 bytes



Home | Main Index | Thread Index | Old Index