aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libxml2/patches
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-05-18 12:06:00 +0200
committerNick Hainke <vincent@systemli.org>2023-05-18 16:16:20 +0200
commit4b950bc5f440d389baaed3918d43efcd0a750f7f (patch)
treef27246a27808ec2f3e9c85df93d853bb41abd352 /package/libs/libxml2/patches
parent434dce072900f99c095875c17804c9be87a1aef7 (diff)
downloadupstream-4b950bc5f440d389baaed3918d43efcd0a750f7f.tar.gz
upstream-4b950bc5f440d389baaed3918d43efcd0a750f7f.tar.bz2
upstream-4b950bc5f440d389baaed3918d43efcd0a750f7f.zip
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@systemli.org>
Diffstat (limited to 'package/libs/libxml2/patches')
-rw-r--r--package/libs/libxml2/patches/010-iconv.patch2
1 files changed, 1 insertions, 1 deletions
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)