Skip to content

Commit b122364

Browse files
committed
build: Use libxml2 2.13.4 for windows packaging
1 parent d23ad9f commit b122364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ proxy-server-plugin:
2929
packaging:
3030
* Update Windows MSI packing building process to use:
3131
- OpenSSL 3.3.2
32-
- libxml2 2.13.3
32+
- libxml2 2.13.4
3333
* Update MacOSX packages to use OpenSSL 3.3.2
3434
* Windows MSI installer now supports AGENTMONITOR_NEWTICKET_SCREENSHOT as option to
3535
configure if GLPI-AgentMonitor should always create a screenshot on new ticket.

contrib/windows/packaging/ToolchainBuildJob.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ sub toolchain_build_steps {
193193
{
194194
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
195195
name => 'libxml2',
196-
version => '2.13.3',
196+
version => '2.13.4',
197197
url => 'https://download.gnome.org/sources/<name>/2.13/<name>-<version>.tar.xz',
198198
skip_if_file => 'bin/libxml2-2__.dll',
199199
skip_test => 1,

0 commit comments

Comments
 (0)