[libxml2] Update to 2.11.9 (#40375)

This commit is contained in:
jim wang 2024-08-12 23:36:17 +00:00 committed by GitHub
parent 91d47fa9f9
commit 0f8b6ddf49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO GNOME/libxml2 REPO GNOME/libxml2
REF "v${VERSION}" REF "v${VERSION}"
SHA512 21f6c0340fab0dc16bfe516493aa7ce96b26abf1719b69862829eaa682d87b7b5ece1d540b7f8c30127becd0691facc278fe1cb50cd2c87320cb6d73b077caf3 SHA512 3f2de446657bf3c23c92358ce8946f59253b9fcc09577b59eecaffdbd97e051659855c79f4882ee9f8841dd194b6bd5de2a8017691473b505e905b9dde6a1bc9
HEAD_REF master HEAD_REF master
PATCHES PATCHES
disable-docs.patch disable-docs.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "libxml2", "name": "libxml2",
"version": "2.11.8", "version": "2.11.9",
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).", "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", "homepage": "https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home",
"license": "MIT", "license": "MIT",

View File

@ -5321,7 +5321,7 @@
"port-version": 2 "port-version": 2
}, },
"libxml2": { "libxml2": {
"baseline": "2.11.8", "baseline": "2.11.9",
"port-version": 0 "port-version": 0
}, },
"libxmlmm": { "libxmlmm": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "9adc435281d53b3906a7cc7394dfe340edeb1c51",
"version": "2.11.9",
"port-version": 0
},
{ {
"git-tree": "acdc173889c739d439e9ded5ee2111cdac6af270", "git-tree": "acdc173889c739d439e9ded5ee2111cdac6af270",
"version": "2.11.8", "version": "2.11.8",