Skip to content

Commit 34829f6

Browse files
committed
build: Update perl & zlib versions for MacOSX packaging build
1 parent 1e566c5 commit 34829f6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ deploy:
3737
* Force agent to run a partial software inventory after the deploy task is done
3838
if this has been set as a requirement in any job sent by the server
3939

40+
packaging:
41+
* Update MacOSX to use perl 5.38.2 and zlib 1.3.1
42+
4043
1.7.1 Fri, 22 Dec 2023
4144

4245
core:

contrib/macosx/glpi-agent-packaging.sh

+3-3
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}
6+
: ${PERL_VERSION:=5.38.2}
77
: ${OPENSSL_VERSION:=3.2.0}
8-
: ${ZLIB_VERSION:=1.3}
9-
: ${ZLIB_SHA256:=ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e}
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)