Skip to content

Commit f07e98c

Browse files
committed
Update libxml2 to v2.12.5
1 parent e8380df commit f07e98c

5 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the requirements.
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.2.0 | 2024-01-20 |
5858
| [c-ares](https://c-ares.org) | 1.26.0 | 2024-01-26 |
5959
| [curl](https://curl.se) | 8.6.0 | 2024-01-30 |
60-
| [libxml2](http://xmlsoft.org) | 2.12.4 | 2024-01-15 |
60+
| [libxml2](http://xmlsoft.org) | 2.12.5 | 2024-02-04 |
6161
| [libxslt](http://xmlsoft.org/libxslt) | 1.1.39 | 2023-11-16 |
6262
| [lcms](https://www.littlecms.com/) | 2.16.0 | 2023-12-03 |
6363
| [highway](https://github.com/google/highway) | 1.0.7 | 2023-08-30 |

ports/libxml2/patches/0001-Adjust-CMake-for-vcpkg.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From d3201d2496e825133c67cbe80625c69faea65dbc Mon Sep 17 00:00:00 2001
1+
From 6d3306ca28da622f50c3bd76a9cddba7ce768593 Mon Sep 17 00:00:00 2001
22
From: Don <don.j.olmstead@gmail.com>
33
Date: Tue, 23 Aug 2022 14:49:44 -0700
44
Subject: [PATCH 1/2] Adjust CMake for vcpkg

ports/libxml2/patches/0002-Remove-library-suffix-on-Windows.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 161002bf0984a9bb872e041d5f6ada0191ca775c Mon Sep 17 00:00:00 2001
1+
From 20aa9f520186f4a52221838b5aec1414d54bf71c Mon Sep 17 00:00:00 2001
22
From: Don <don.j.olmstead@gmail.com>
33
Date: Tue, 23 Aug 2022 14:50:24 -0700
44
Subject: [PATCH 2/2] Remove library suffix on Windows

ports/libxml2/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
set(VERSION_MAJOR 2)
22
set(VERSION_MINOR 12)
3-
set(VERSION_PATCH 4)
3+
set(VERSION_PATCH 5)
44
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
55

66
# Get archive
77
vcpkg_download_distfile(ARCHIVE
88
URLS "https://download.gnome.org/sources/libxml2/${VERSION_MAJOR}.${VERSION_MINOR}/libxml2-${VERSION}.tar.xz"
99
FILENAME "libxml2-${VERSION}.tar.xz"
10-
SHA512 859f95eb659279c73d9fbaf3d84d593bcac075da91adcaf829a5feec034a1d3d03b75941879d972f3f448b5fca2caa043a10130d660b75e18573914ced7c56aa
10+
SHA512 da5c5afb95db80342d78d4371d029bf10ce5cd601b24b294272d9996f82357bd5262a15a2b44b0904a14471c8ff0c9fd9c796f164246551f02ee19a8f083f926
1111
)
1212

1313
# Patches

ports/libxml2/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libxml2",
3-
"version": "2.12.4",
3+
"version": "2.12.5",
44
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform)",
55
"homepage": "http://xmlsoft.org",
66
"license": "MIT",

0 commit comments

Comments
 (0)