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 e98b181 commit 160e975Copy full SHA for 160e975
Changes
@@ -37,8 +37,9 @@ esx:
37
38
packaging:
39
* Update Windows packaging to use:
40
+ - Perl 5.38.3 built using Perl::Dist::StrawBerry perl library processing
41
- OpenSSL 3.4.1
- - msys2-base 20240507
42
+ - msys2-base 20241208
43
- liblzma from xz 5.6.4
44
* Update MacOSX packages to use perl 5.40.1 and OpenSSL 3.4.1
45
contrib/windows/packaging/PerlBuildJob.pm
@@ -6,7 +6,7 @@ use parent 'Exporter';
6
use ToolchainBuildJob;
7
8
use constant {
9
- PERL_VERSION => "5.38.2",
+ PERL_VERSION => "5.38.3",
10
PERL_BUILD_STEPS => 9,
11
};
12
0 commit comments