Skip to content

Commit

Permalink
build: Update perl & zlib versions for MacOSX packaging build
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jan 29, 2024
1 parent 1e566c5 commit 34829f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ deploy:
* Force agent to run a partial software inventory after the deploy task is done
if this has been set as a requirement in any job sent by the server

packaging:
* Update MacOSX to use perl 5.38.2 and zlib 1.3.1

1.7.1 Fri, 22 Dec 2023

core:
Expand Down
6 changes: 3 additions & 3 deletions contrib/macosx/glpi-agent-packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# PERL: https://www.perl.org/get.html
# SSL: https://www.openssl.org/source/
# ZLIB: https://www.zlib.net/
: ${PERL_VERSION:=5.36.0}
: ${PERL_VERSION:=5.38.2}
: ${OPENSSL_VERSION:=3.2.0}
: ${ZLIB_VERSION:=1.3}
: ${ZLIB_SHA256:=ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e}
: ${ZLIB_VERSION:=1.3.1}
: ${ZLIB_SHA256:=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23}

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

0 comments on commit 34829f6

Please sign in to comment.