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 @@ -60,12 +60,12 @@ packaging:
6060* Update Windows packaging to use:
6161 - Perl 5.42.0 built using Perl::Dist::StrawBerry perl library processing
6262 - gcc 15.2.0posix-13.0.0-msvcrt-r1
63- - OpenSSL 3.5.3
63+ - OpenSSL 3.5.4
6464 - liblzma from xz 5.8.1
6565 - libxml2 2.15.0
6666 - msys2-base 20250830
6767 - 7-Zip v25.01
68- * Update MacOSX packages to use perl 5.42.0 and OpenSSL 3.5.3
68+ * Update MacOSX packages to use perl 5.42.0 and OpenSSL 3.5.4
6969
70701.15 Mon, 09 Jun 2025
7171
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.3 }
7+ : ${OPENSSL_VERSION:= 3.5.4 }
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.3 ' ,
182+ version => ' 3.5.4 ' ,
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