Skip to content

Commit de5f5b5

Browse files
committed
build: Use libxml2 2.13.3 for windows packaging
1 parent 8db19d6 commit de5f5b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ inventory:
1212
netdiscovery/netinventory:
1313
* Skip Konica printers firmware with "Registered" set as version
1414

15+
packaging:
16+
* Update Windows MSI packing building process to use:
17+
- libxml2 2.13.3
18+
1519
1.10 Tue, 09 Jul 2024
1620

1721
core:

contrib/windows/packaging/ToolchainBuildJob.pm

Lines changed: 1 addition & 1 deletion
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.2',
196+
version => '2.13.3',
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)