Skip to content

Commit

Permalink
libxml2: update to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert authored and neheb committed Jun 13, 2024
1 parent 2d9ed3a commit de20f31
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 459 deletions.
6 changes: 6 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,12 @@
"windows": false
}
},
"libxml2": {
"_comment": "Python fails on 32-bit MSVC because we don't have 32-bit Python, and on other MSVC because we try to do a debug build against a release Python",
"build_options": [
"libxml2:python=false"
]
},
"libxmlpp": {
"_comment": "For some strange reason, the wrong subproject gets used.",
"alpine_packages": [
Expand Down
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,7 @@
"libxml-2.0"
],
"versions": [
"2.13.0-1",
"2.12.7-1",
"2.12.6-1",
"2.12.5-1",
Expand Down
13 changes: 6 additions & 7 deletions subprojects/libxml2.wrap
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[wrap-file]
directory = libxml2-2.12.7
source_url = https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.tar.xz
source_fallback_url = https://ftp.acc.umu.se/pub/gnome/sources/libxml2/2.12/libxml2-2.12.7.tar.xz
source_filename = libxml2-2.12.7.tar.xz
source_hash = 24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56
patch_directory = libxml2
directory = libxml2-2.13.0
source_url = https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.0.tar.xz
source_fallback_url = https://ftp.acc.umu.se/pub/gnome/sources/libxml2/2.13/libxml2-2.13.0.tar.xz
source_filename = libxml2-2.13.0.tar.xz
source_hash = d5a2f36bea96e1fb8297c6046fb02016c152d81ed58e65f3d20477de85291bc9

[provide]
libxml-2.0 = libxml2_dep
libxml-2.0 = xml_dep
55 changes: 0 additions & 55 deletions subprojects/packagefiles/libxml2/include/libxml/meson.build

This file was deleted.

Loading

0 comments on commit de20f31

Please sign in to comment.