pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxml2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul 16 08:04:25 UTC 2025

Modified Files:
        pkgsrc/textproc/libxml2: Makefile.common distinfo

Log Message:
libxml2: updated to 2.14.5

v2.14.5: Jul 10 2025

Regressions

- html: Don't abort on encoding errors
- parser: Fix handling of invalid char refs in recovery mode
- xmllint: Print document even in case of XInclude errors
- xmllint: Fix --xinclude --path

Security

- schematron: Fix memory safety issues in xmlSchematronReportOutput
- Schematron: Fix null pointer dereference leading to DoS (Michael Mann)
- Fix potential buffer overflows of interactive shell (Michael Mann)

Improvements

- parser: Fix xmlCtxtIsStopped

Build systems and portability

- schemas: Fix compilation with pre-C99 MSVC
- cmake: Add missing endif() in libxml2-config.cmake.in
- Fix CMake iconv handling after change to private dependency (Markus Rickert)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/libxml2/Makefile.common
cvs rdiff -u -r1.154 -r1.155 pkgsrc/textproc/libxml2/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/libxml2/Makefile.common
diff -u pkgsrc/textproc/libxml2/Makefile.common:1.27 pkgsrc/textproc/libxml2/Makefile.common:1.28
--- pkgsrc/textproc/libxml2/Makefile.common:1.27        Tue Jun 17 11:09:23 2025
+++ pkgsrc/textproc/libxml2/Makefile.common     Wed Jul 16 08:04:24 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.27 2025/06/17 11:09:23 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2025/07/16 08:04:24 adam Exp $
 #
 # used by textproc/libxml2/Makefile
 # used by textproc/py-libxml2/Makefile
 
-DISTNAME=      libxml2-2.14.4
+DISTNAME=      libxml2-2.14.5
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libxml2/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/textproc/libxml2/distinfo
diff -u pkgsrc/textproc/libxml2/distinfo:1.154 pkgsrc/textproc/libxml2/distinfo:1.155
--- pkgsrc/textproc/libxml2/distinfo:1.154      Tue Jun 17 11:09:23 2025
+++ pkgsrc/textproc/libxml2/distinfo    Wed Jul 16 08:04:24 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.154 2025/06/17 11:09:23 adam Exp $
+$NetBSD: distinfo,v 1.155 2025/07/16 08:04:24 adam Exp $
 
-BLAKE2s (libxml2-2.14.4.tar.xz) = d2813cbc1f8b7df6d8b88d16cfaa337cee24163e7210ad718de792730e79d06f
-SHA512 (libxml2-2.14.4.tar.xz) = 5991223bdd6c84886bba8fb81c4e48bf92c8bc3571262ffa8c7673a10efeebceafc1dee362624417dca146982d030ee8d0ccda41f4c82d3074845f74ef6da5d4
-Size (libxml2-2.14.4.tar.xz) = 2325848 bytes
+BLAKE2s (libxml2-2.14.5.tar.xz) = 1eeda9342a84cd4ff8313edc68f12891bde05151b71c53aae7392caad1fae792
+SHA512 (libxml2-2.14.5.tar.xz) = 9777fe0eb788a185f13617f74a2e2ffcc2128a6b179d491c06ddbb876d9bb38c951d3d7c2371d184a97143b9b2d8d6eca19fb7fcbbbe4bfa90e728f4bb1cbdf7
+Size (libxml2-2.14.5.tar.xz) = 2327528 bytes
 SHA1 (patch-configure) = 1f94becea5804e89d32b4e600753aa4dc7527045



Home | Main Index | Thread Index | Old Index