From d5eb7bb3692b14d5bc907b2e66a00d649c5f6fb1 Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:26:43 +0200 Subject: [PATCH] Ports/libxml2: Update libxml2 to version 2.11.5 --- Ports/AvailablePorts.md | 2 +- Ports/libxml2/package.sh | 4 ++-- ...-Enable-shared-library-support-for-SerenityOS.patch | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 05ee33a78f6..6586fe45242 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -182,7 +182,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`libuv`](libuv/) | libuv | 1.44.1 | https://github.com/libuv/libuv | | [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis | | [`libwebp`](libwebp/) | libwebp | 1.3.1 | https://github.com/webmproject/libwebp | -| [`libxml2`](libxml2/) | libxml2 | 2.9.14 | http://www.xmlsoft.org/ | +| [`libxml2`](libxml2/) | libxml2 | 2.11.5 | http://www.xmlsoft.org/ | | [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML | | [`libzip`](libzip/) | libzip | 1.8.0 | https://libzip.org/ | | [`links`](links/) | Links web browser | 2.26 | http://links.twibright.com/ | diff --git a/Ports/libxml2/package.sh b/Ports/libxml2/package.sh index c2647b3f952..07cb603acd2 100755 --- a/Ports/libxml2/package.sh +++ b/Ports/libxml2/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='libxml2' -version='2.9.14' +version='2.11.5' files=( - "https://download.gnome.org/sources/libxml2/2.9/libxml2-${version}.tar.xz#60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee" + "https://download.gnome.org/sources/libxml2/2.11/libxml2-${version}.tar.xz#3727b078c360ec69fa869de14bd6f75d7ee8d36987b071e6928d4720a28df3a6" ) useconfigure='true' use_fresh_config_sub='true' diff --git a/Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch b/Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch index e180765ed66..eb45749a8e8 100644 --- a/Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch +++ b/Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch @@ -17,10 +17,10 @@ static library into a shared library. 1 file changed, 23 insertions(+) diff --git a/configure b/configure -index 6156015..cfd0935 100755 +index 05bb3f947eb9c9d63a76882d0c867d71bc7eea19..b4573c8b960799056534ec9f85519aa8ec6cd84a 100755 --- a/configure +++ b/configure -@@ -6148,6 +6148,10 @@ tpf*) +@@ -6540,6 +6540,10 @@ tpf*) os2*) lt_cv_deplibs_check_method=pass_all ;; @@ -31,7 +31,7 @@ index 6156015..cfd0935 100755 esac fi -@@ -9300,6 +9304,10 @@ lt_prog_compiler_static= +@@ -9713,6 +9717,10 @@ lt_prog_compiler_static= lt_prog_compiler_static='-Bstatic' ;; @@ -42,7 +42,7 @@ index 6156015..cfd0935 100755 *) lt_prog_compiler_can_build_shared=no ;; -@@ -10822,6 +10830,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } +@@ -11247,6 +11255,10 @@ printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } hardcode_shlibpath_var=no ;; @@ -53,7 +53,7 @@ index 6156015..cfd0935 100755 *) ld_shlibs=no ;; -@@ -11902,6 +11914,17 @@ uts4*) +@@ -12331,6 +12343,17 @@ uts4*) shlibpath_var=LD_LIBRARY_PATH ;;