Skip to content

Commit

Permalink
build: Use OpenSSL 3.1.4 for MacOSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 31, 2023
1 parent 619ad72 commit f1558dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ toolbox:
* Store discovered snmp credentials and ip_range in dedicated storage in place of netdisco XML

packaging:
* Update MacOSX packages to use OpenSSL 3.1.3 & zlib 1.3
* Update MacOSX packages to use OpenSSL 3.1.4 & zlib 1.3
* Install basic-authentication-server-plugin.cfg plugin default configuration on debian
* fix #446: Always add Sys::Hostname dependency to rpm packaging
* fix #493: Add support for CONFIG=reset option for MSI Installer
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://www.openssl.org/source/
# ZLIB: https://www.zlib.net/
: ${PERL_VERSION:=5.36.0}
: ${OPENSSL_VERSION:=3.1.3}
: ${OPENSSL_VERSION:=3.1.4}
: ${ZLIB_VERSION:=1.3}
: ${ZLIB_SHA256:=ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e}

Expand Down

0 comments on commit f1558dc

Please sign in to comment.