File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ packaging:
4444* Update Windows packaging to use:
4545 - Perl 5.42.0 built using Perl::Dist::StrawBerry perl library processing
4646 - gcc 15.2.0posix-13.0.0-msvcrt-r1
47- - OpenSSL 3.5.2
47+ - OpenSSL 3.5.3
4848 - liblzma from xz 5.8.1
4949 - libxml2 2.15.0
5050 - msys2-base 20250830
5151 - 7-Zip v25.01
52- * Update MacOSX packages to use perl 5.42.0 and OpenSSL 3.5.2
52+ * Update MacOSX packages to use perl 5.42.0 and OpenSSL 3.5.3
5353
54541.15 Mon, 09 Jun 2025
5555
Original file line number Diff line number Diff line change 44# SSL: https://github.com/openssl/openssl/releases
55# ZLIB: https://www.zlib.net/
66: ${PERL_VERSION:= 5.42.0}
7- : ${OPENSSL_VERSION:= 3.5.2 }
7+ : ${OPENSSL_VERSION:= 3.5.3 }
88: ${ZLIB_VERSION:= 1.3.1}
99: ${ZLIB_SHA256:= 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23}
1010
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ sub toolchain_build_steps {
179179 {
180180 plugin => ' Perl::Dist::Strawberry::Step::BuildLibrary' ,
181181 name => ' openssl' ,
182- version => ' 3.5.2 ' ,
182+ version => ' 3.5.3 ' ,
183183 url => ' https://github.com/openssl/openssl/releases/download/<name>-<version>/<name>-<version>.tar.gz' ,
184184 skip_if_file => ' bin/openssl.exe' ,
185185 skip_test => 1,
You can’t perform that action at this time.
0 commit comments