File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ packaging:
8
8
is not installed in the default installation folder
9
9
* [SECURITY] Fix CVE-2024-28240: A local user could modify the GLPI Agent configuration
10
10
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
11
12
12
13
1.7.1 Fri, 22 Dec 2023
13
14
Original file line number Diff line number Diff line change 3
3
# PERL: https://www.perl.org/get.html
4
4
# SSL: https://www.openssl.org/source/
5
5
# 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 }
10
10
11
11
: ${BUILDER_NAME:= " Guillaume Bougard (teclib)" }
12
12
: ${BUILDER_MAIL:= " gbougard_at_teclib.com" }
You can’t perform that action at this time.
0 commit comments