Skip to content

Commit 1920ef6

Browse files
committed
build: Use OpenSSL v3.5.3 for windows and MacOSX builds
1 parent 6edeafa commit 1920ef6

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
@@ -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

5454
1.15 Mon, 09 Jun 2025
5555

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.2}
7+
: ${OPENSSL_VERSION:=3.5.3}
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.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,

0 commit comments

Comments
 (0)