Skip to content

Commit cfa45ac

Browse files
committed
build: Use OpenSSL 3.5.4 for windows and macosx builds
1 parent b0f6f6e commit cfa45ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7070
1.15 Mon, 09 Jun 2025
7171

contrib/macosx/glpi-agent-packaging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

contrib/windows/packaging/ToolchainBuildJob.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)