From d4ae72d844af823eefe5e2ecf8146bf08ea77fcb Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Fri, 1 Apr 2022 03:45:01 +0200 Subject: [PATCH] Ports/libxml2: Update libxml2 to version 2.9.13 This version is not available from the old mirror. --- Ports/AvailablePorts.md | 2 +- Ports/libxml2/package.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index d1f1a828252..1d2015de256 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -117,7 +117,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid | | [`libuv`](libuv/) | libuv | 1.44.1 | https://github.com/libuv/libuv | | [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis | -| [`libxml2`](libxml2/) | libxml2 | 2.9.12 | http://www.xmlsoft.org/ | +| [`libxml2`](libxml2/) | libxml2 | 2.9.13 | http://www.xmlsoft.org/ | | [`libzip`](libzip/) | libzip | 1.7.3 | https://libzip.org/ | | [`links`](links/) | Links web browser | 2.25 | http://links.twibright.com/ | | [`llvm`](llvm/) | LLVM | 13.0.0 | https://llvm.org/ | diff --git a/Ports/libxml2/package.sh b/Ports/libxml2/package.sh index 7ce3004a5b3..23195ec9eb4 100755 --- a/Ports/libxml2/package.sh +++ b/Ports/libxml2/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh port=libxml2 -useconfigure="true" -use_fresh_config_sub="true" -version="2.9.12" -files="ftp://xmlsoft.org/libxml2/libxml2-${version}.tar.gz libxml2-${version}.tar.gz c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92" +version=2.9.13 +useconfigure=true +use_fresh_config_sub=true +files="https://download.gnome.org/sources/libxml2/2.9/libxml2-${version}.tar.xz libxml2-${version}.tar.xz 276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e" auth_type=sha256 depends=("libiconv" "xz") configopts=("--prefix=${SERENITY_INSTALL_ROOT}/usr/local" "--without-python")