diff --git a/libxml2-2.12.9.tar.xz b/libxml2-2.12.9.tar.xz deleted file mode 100644 index 95960d84c110b2f6c36fac406e77214d1b90d5af..0000000000000000000000000000000000000000 Binary files a/libxml2-2.12.9.tar.xz and /dev/null differ diff --git a/libxml2-2.13.5.tar.xz b/libxml2-2.13.5.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..1cbb5e41aca20193baccaafed612bf3e401bc7d5 Binary files /dev/null and b/libxml2-2.13.5.tar.xz differ diff --git a/libxml2-multilib.patch b/libxml2-multilib.patch index be907f6333532d3bcaca514101ba2aaa3f58eb72..010fa1020cf7f24573e8e2525b54450066b30c2e 100644 --- a/libxml2-multilib.patch +++ b/libxml2-multilib.patch @@ -1,5 +1,14 @@ +From 3b6412ef95ab8f778f4c3b5cd277041774a2620d Mon Sep 17 00:00:00 2001 +From: liuzhilin +Date: Mon, 2 Dec 2024 11:12:17 +0800 +Subject: [PATCH] libxml2-multilib + +--- + xml2-config.in | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + diff --git a/xml2-config.in b/xml2-config.in -index 5863ffa..47f205e 100644 +index 1f82f80..17328ed 100644 --- a/xml2-config.in +++ b/xml2-config.in @@ -3,7 +3,12 @@ @@ -16,3 +25,6 @@ index 5863ffa..47f205e 100644 cflags= libs= +-- +2.25.1 + diff --git a/libxml2.spec b/libxml2.spec index ff41b3c10885619a32aad5c71f341e949c96bf80..92d497e3805827f2c50bfdb40728410c01ec8f04 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.12.9 +Version: 2.13.5 Release: 1 License: MIT Group: Development/Libraries @@ -87,8 +87,6 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %check %make_build check -(cd doc/examples ; make clean ; rm -rf .deps Makefile) - %files %license Copyright %{_libdir}/lib*.so.* @@ -97,8 +95,7 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %files devel %doc NEWS README.md -%doc doc/tutorial doc/libxml2-api.xml.gz -%doc doc/examples +%doc doc/libxml2-api.xml.gz %doc %dir %{_datadir}/gtk-doc/html/libxml2 %doc %{_datadir}/gtk-doc/html/libxml2/*.devhelp2 %doc %{_datadir}/gtk-doc/html/libxml2/*.html @@ -126,6 +123,11 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %changelog +* Mon Dec 02 2024 liuzhilin - 2.13.5-1 +- Fix parsing of non-ASCII names (Nick Wellnhofer). +- Fix SAX driver with character streams. +- [CVE-2024-40896] Fix XXE protection in downstream code. + * Tue Jul 30 2024 Funda Wang - 2.12.9-1 - update to 2.12.9