Skip to content

Commit

Permalink
Ports/libxml2: Update libxml2 to version 2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EWouters authored and gmta committed Oct 12, 2023
1 parent 686a5b3 commit d5eb7bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://www.xmlsoft.org/ |
| [`libxml2`](libxml2/) | libxml2 | 2.11.5 | http:https://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:https://links.twibright.com/ |
Expand Down
4 changes: 2 additions & 2 deletions Ports/libxml2/package.sh
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand 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'
;;

Expand All @@ -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
;;

Expand All @@ -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
;;

Expand Down

0 comments on commit d5eb7bb

Please sign in to comment.