We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db19d6 commit de5f5b5Copy full SHA for de5f5b5
Changes
@@ -12,6 +12,10 @@ inventory:
12
netdiscovery/netinventory:
13
* Skip Konica printers firmware with "Registered" set as version
14
15
+packaging:
16
+* Update Windows MSI packing building process to use:
17
+ - libxml2 2.13.3
18
+
19
1.10 Tue, 09 Jul 2024
20
21
core:
contrib/windows/packaging/ToolchainBuildJob.pm
@@ -193,7 +193,7 @@ sub toolchain_build_steps {
193
{
194
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
195
name => 'libxml2',
196
- version => '2.13.2',
+ version => '2.13.3',
197
url => 'https://download.gnome.org/sources/<name>/2.13/<name>-<version>.tar.xz',
198
skip_if_file => 'bin/libxml2-2__.dll',
199
skip_test => 1,
0 commit comments