diff --git a/Changes b/Changes index 93c5df7c4..daffc5c62 100644 --- a/Changes +++ b/Changes @@ -37,8 +37,9 @@ esx: packaging: * Update Windows packaging to use: + - Perl 5.38.3 built using Perl::Dist::StrawBerry perl library processing - OpenSSL 3.4.1 - - msys2-base 20240507 + - msys2-base 20241208 - liblzma from xz 5.6.4 * Update MacOSX packages to use perl 5.40.1 and OpenSSL 3.4.1 diff --git a/contrib/windows/packaging/PerlBuildJob.pm b/contrib/windows/packaging/PerlBuildJob.pm index 7044cf874..66e095e2b 100644 --- a/contrib/windows/packaging/PerlBuildJob.pm +++ b/contrib/windows/packaging/PerlBuildJob.pm @@ -6,7 +6,7 @@ use parent 'Exporter'; use ToolchainBuildJob; use constant { - PERL_VERSION => "5.38.2", + PERL_VERSION => "5.38.3", PERL_BUILD_STEPS => 9, };