pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 8 08:51:09 UTC 2024
Modified Files:
pkgsrc/textproc/libxml2: Makefile Makefile.common distinfo
pkgsrc/textproc/py-libxml2: Makefile
Log Message:
libxml2 py-libxml2: updated to 2.12.9
2.12.9: Jul 24 2024
Security
- [CVE-2024-40896] Fix XXE protection in downstream code
Improvements
- Undeprecate xmlKeepBlanksDefault
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/libxml2/Makefile.common
cvs rdiff -u -r1.149 -r1.150 pkgsrc/textproc/libxml2/distinfo
cvs rdiff -u -r1.98 -r1.99 pkgsrc/textproc/py-libxml2/Makefile
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
diff -u pkgsrc/textproc/libxml2/Makefile:1.182 pkgsrc/textproc/libxml2/Makefile:1.183
--- pkgsrc/textproc/libxml2/Makefile:1.182 Tue Aug 6 18:48:42 2024
+++ pkgsrc/textproc/libxml2/Makefile Thu Aug 8 08:51:09 2024
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.182 2024/08/06 18:48:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.183 2024/08/08 08:51:09 adam Exp $
.include "../../textproc/libxml2/Makefile.common"
-PKGREVISION= 1
-
COMMENT= XML parser library from the GNOME project
LICENSE= modified-bsd
Index: pkgsrc/textproc/libxml2/Makefile.common
diff -u pkgsrc/textproc/libxml2/Makefile.common:1.22 pkgsrc/textproc/libxml2/Makefile.common:1.23
--- pkgsrc/textproc/libxml2/Makefile.common:1.22 Mon Jun 17 18:48:24 2024
+++ pkgsrc/textproc/libxml2/Makefile.common Thu Aug 8 08:51:09 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.22 2024/06/17 18:48:24 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2024/08/08 08:51:09 adam Exp $
#
# used by textproc/libxml2/Makefile
# used by textproc/py-libxml2/Makefile
-DISTNAME= libxml2-2.12.8
+DISTNAME= libxml2-2.12.9
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.149 pkgsrc/textproc/libxml2/distinfo:1.150
--- pkgsrc/textproc/libxml2/distinfo:1.149 Tue Aug 6 22:40:14 2024
+++ pkgsrc/textproc/libxml2/distinfo Thu Aug 8 08:51:09 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.149 2024/08/06 22:40:14 riastradh Exp $
+$NetBSD: distinfo,v 1.150 2024/08/08 08:51:09 adam Exp $
-BLAKE2s (libxml2-2.12.8.tar.xz) = 18a1d86e24c48a116bf35dd702529245d73b6fb69b48eba25ae691d078530038
-SHA512 (libxml2-2.12.8.tar.xz) = 59baac9a82a734045112be6da12bbbe80a71575145424c2225e4bd9f8d54e53c674dcbc9576eb55f646632335702e7f0b1928f96a851159ace9b26f677fd3d77
-Size (libxml2-2.12.8.tar.xz) = 2643728 bytes
+BLAKE2s (libxml2-2.12.9.tar.xz) = e44a01e94c8f2abdf067905ef1aa64e5a802977a8a064ec8d424cd4032e821d5
+SHA512 (libxml2-2.12.9.tar.xz) = 6e4544ed3ab36d6cb7481d465ceabf223444739d7f41de3e1927309b8716a5eac85520b9bbaf69913f53e052fbfaf68bf27372074daaa24dca9463ce728b4173
+Size (libxml2-2.12.9.tar.xz) = 2643456 bytes
SHA1 (patch-configure) = 88b8910f5606eabff74ac3754dfe734e5d8617d7
SHA1 (patch-nanohttp.c) = 1fe253f7ba891ba5cab83031ed1559691624f35c
Index: pkgsrc/textproc/py-libxml2/Makefile
diff -u pkgsrc/textproc/py-libxml2/Makefile:1.98 pkgsrc/textproc/py-libxml2/Makefile:1.99
--- pkgsrc/textproc/py-libxml2/Makefile:1.98 Tue Aug 6 18:48:42 2024
+++ pkgsrc/textproc/py-libxml2/Makefile Thu Aug 8 08:51:09 2024
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.98 2024/08/06 18:48:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.99 2024/08/08 08:51:09 adam Exp $
PYTHON_27_ACCEPTED= yes
.include "../../textproc/libxml2/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
COMMENT= Python wrapper for libxml2
LICENSE= modified-bsd
Home |
Main Index |
Thread Index |
Old Index