diff --git a/libxml2-2.11.5.tar.xz b/libxml2-2.11.5.tar.xz deleted file mode 100644 index 578d7a09247404650198dd977d6fda2bf82a0722..0000000000000000000000000000000000000000 Binary files a/libxml2-2.11.5.tar.xz and /dev/null differ diff --git a/libxml2-2.11.7.tar.xz b/libxml2-2.11.7.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..83c2b82d41fc3979fb2fc10e6b962d661cec538e Binary files /dev/null and b/libxml2-2.11.7.tar.xz differ diff --git a/libxml2-multilib.patch b/libxml2-multilib.patch deleted file mode 100644 index dee13839d58d39390ada7d929ee8880c8553ad08..0000000000000000000000000000000000000000 --- a/libxml2-multilib.patch +++ /dev/null @@ -1,24 +0,0 @@ -*** XML/xml2-config.in.orig 2006-06-06 16:35:56.000000000 +0200 ---- XML/xml2-config.in 2006-06-06 16:36:24.000000000 +0200 -*************** -*** 3,9 **** - prefix=@prefix@ - exec_prefix=@exec_prefix@ - includedir=@includedir@ -! libdir=@libdir@ - cflags= - libs= - ---- 3,14 ---- - prefix=@prefix@ - exec_prefix=@exec_prefix@ - includedir=@includedir@ -! if [ "`ldd /bin/sh | grep lib64`" = "" ] -! then -! libdir=${exec_prefix}/lib -! else -! libdir=${exec_prefix}/lib64 -! fi - cflags= - libs= - diff --git a/libxml2.spec b/libxml2.spec index 4b2348a443abf5e165003bf93d57ba9f45dfb341..d5d69efad54b54fc920c8867cf9ead478f796bbb 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,13 +1,13 @@ %define anolis_release 1 Name: libxml2 -Version: 2.11.5 +Version: 2.11.7 Release: %{anolis_release}%{?dist} Summary: Library providing XML and HTML support License: MIT URL: http://xmlsoft.org/ Source0: https://download.gnome.org/sources/%{name}/2.11/%{name}-%{version}.tar.xz -Patch0: libxml2-multilib.patch + # Patch from openSUSE. # See: https://bugzilla.gnome.org/show_bug.cgi?id=789714 Patch1: libxml2-2.11.1-python3-unicode-errors.patch @@ -157,6 +157,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %doc NEWS README.md %changelog +* Tue Feb 06 2024 Funda Wang - 2.11.7-1 +- New version 2.11.7 + * Wed Aug 16 2023 David King - 2.11.5-1 - Update to 2.11.5 and fix CVE-2023-45322