Skip to content

Commit 1a94369

Browse files
committed
feat: Update MacOSX build to use perl 5.38.2, OpenSSL 3.2.1 and zlib 1.3.1
1 parent a8d82d6 commit 1a94369

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ packaging:
88
is not installed in the default installation folder
99
* [SECURITY] Fix CVE-2024-28240: A local user could modify the GLPI Agent configuration
1010
to gain higher privileges if installed on windows with MSI packaging
11+
* Update MacOSX to use perl 5.38.2, OpenSSL 3.2.1 and zlib 1.3.1
1112

1213
1.7.1 Fri, 22 Dec 2023
1314

contrib/macosx/glpi-agent-packaging.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# PERL: https://www.perl.org/get.html
44
# SSL: https://www.openssl.org/source/
55
# ZLIB: https://www.zlib.net/
6-
: ${PERL_VERSION:=5.36.0}
7-
: ${OPENSSL_VERSION:=3.2.0}
8-
: ${ZLIB_VERSION:=1.3}
9-
: ${ZLIB_SHA256:=ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e}
6+
: ${PERL_VERSION:=5.38.2}
7+
: ${OPENSSL_VERSION:=3.2.1}
8+
: ${ZLIB_VERSION:=1.3.1}
9+
: ${ZLIB_SHA256:=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23}
1010

1111
: ${BUILDER_NAME:="Guillaume Bougard (teclib)"}
1212
: ${BUILDER_MAIL:="gbougard_at_teclib.com"}

0 commit comments

Comments
 (0)