[openwrt/openwrt] libxml2: update to 2.11.3
LEDE Commits
lede-commits at lists.infradead.org
Thu May 18 07:16:42 PDT 2023
nick pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4b950bc5f440d389baaed3918d43efcd0a750f7f
commit 4b950bc5f440d389baaed3918d43efcd0a750f7f
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu May 18 12:06:00 2023 +0200
libxml2: update to 2.11.3
Changelog:
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.4
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.0
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.1
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.2
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.3
Fixes: CVE-2023-28484 CVE-2023-29469
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/libxml2/Makefile | 6 +++---
package/libs/libxml2/patches/010-iconv.patch | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile
index e93d1c06bd..5a7de0d8a1 100644
--- a/package/libs/libxml2/Makefile
+++ b/package/libs/libxml2/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libxml2
-PKG_VERSION:=2.10.3
-PKG_RELEASE:=2
+PKG_VERSION:=2.11.3
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
-PKG_HASH:=5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c
+PKG_HASH:=f1acae1664bda006cd81bfc238238217043d586d06659d5c0e3d1bcebe040870
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
diff --git a/package/libs/libxml2/patches/010-iconv.patch b/package/libs/libxml2/patches/010-iconv.patch
index e35b7ce939..92b09685c5 100644
--- a/package/libs/libxml2/patches/010-iconv.patch
+++ b/package/libs/libxml2/patches/010-iconv.patch
@@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -496,6 +496,9 @@ if(LIBXML2_WITH_PROGRAMS)
+@@ -469,6 +469,9 @@ if(LIBXML2_WITH_PROGRAMS)
add_executable(LibXml2::${PROGRAM} ALIAS ${PROGRAM})
target_compile_definitions(${PROGRAM} PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}")
target_link_libraries(${PROGRAM} LibXml2)
More information about the lede-commits
mailing list