From f740d6f22908ccd8a519228a26b267f7a68dda9c Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Mon, 20 Nov 2023 21:21:43 +0100 Subject: [PATCH] [libxml2] Update to 2.11.6 (#35189) --- ports/libxml2/portfile.cmake | 2 +- ports/libxml2/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libxml2.json | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/libxml2/portfile.cmake b/ports/libxml2/portfile.cmake index 9f1cb2c3acc9e7..207d0f68ddfac8 100644 --- a/ports/libxml2/portfile.cmake +++ b/ports/libxml2/portfile.cmake @@ -3,7 +3,7 @@ vcpkg_from_gitlab( OUT_SOURCE_PATH SOURCE_PATH REPO GNOME/libxml2 REF "v${VERSION}" - SHA512 527e66f6260a399318cfacc06db3ede4b16178ef17492ed0d515884aa00fce685f9e6932cd117df0d83e2440b5a5392c3d5fbe187b601cf19769b495e0865c87 + SHA512 27ce97deb8c60742dcaf95992544dc79342435a55f9a74b479b978a06361a41e902bf269c6ef40b18dae63c2a13c31268f2bb5b0673aca8843ad6ad631e68f9d HEAD_REF master PATCHES disable-docs.patch diff --git a/ports/libxml2/vcpkg.json b/ports/libxml2/vcpkg.json index 042db9ebecaf0b..0dd912fcfdd6ac 100644 --- a/ports/libxml2/vcpkg.json +++ b/ports/libxml2/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libxml2", - "version": "2.11.5", - "port-version": 1, + "version": "2.11.6", "description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).", "homepage": "https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 6bb8e5174a2218..14e33e922159f0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5069,8 +5069,8 @@ "port-version": 2 }, "libxml2": { - "baseline": "2.11.5", - "port-version": 1 + "baseline": "2.11.6", + "port-version": 0 }, "libxmlmm": { "baseline": "0.6.0", diff --git a/versions/l-/libxml2.json b/versions/l-/libxml2.json index 6f2b9ea2b9a1c6..4da178ff3b6031 100644 --- a/versions/l-/libxml2.json +++ b/versions/l-/libxml2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a347ee0ddfd928d4f61ec12b3b95c1c7740d46df", + "version": "2.11.6", + "port-version": 0 + }, { "git-tree": "5ce0144d5c48f5140af55d0fbb58396b955d87a3", "version": "2.11.5",