Skip to content

Commit

Permalink
build: Use OpenSSL 3.4.1 for MacOSX and Windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Feb 12, 2025
1 parent e3554eb commit 6c35608
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ netdiscovery/netinventory:
* Fix network ports ip support to avoid wrong allocation in rare cases, seen on a Ricoh printer

packaging:
* Update Windows MSI packing building process to use:
* Update Windows packaging to use:
- OpenSSL 3.4.1
- msys2-base 20240507
- liblzma from xz 5.6.4
* Update MacOSX packages to use perl 5.40.1
* Update MacOSX packages to use perl 5.40.1 and OpenSSL 3.4.1

1.12 Fri, 24 Jan 2025

Expand Down
2 changes: 1 addition & 1 deletion contrib/macosx/glpi-agent-packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SSL: https://github.com/openssl/openssl/releases
# ZLIB: https://www.zlib.net/
: ${PERL_VERSION:=5.40.1}
: ${OPENSSL_VERSION:=3.4.0}
: ${OPENSSL_VERSION:=3.4.1}
: ${ZLIB_VERSION:=1.3.1}
: ${ZLIB_SHA256:=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23}

Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/packaging/ToolchainBuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ sub toolchain_build_steps {
{
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
name => 'openssl',
version => '3.4.0',
version => '3.4.1',
url => 'https://github.com/openssl/openssl/releases/download/<name>-<version>/<name>-<version>.tar.gz',
skip_if_file => 'bin/openssl.exe',
skip_test => 1,
Expand Down

0 comments on commit 6c35608

Please sign in to comment.