Commit 34829f6 1 parent 1e566c5 commit 34829f6 Copy full SHA for 34829f6
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ deploy:
37
37
* Force agent to run a partial software inventory after the deploy task is done
38
38
if this has been set as a requirement in any job sent by the server
39
39
40
+ packaging:
41
+ * Update MacOSX to use perl 5.38.2 and zlib 1.3.1
42
+
40
43
1.7.1 Fri, 22 Dec 2023
41
44
42
45
core:
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 }
6
+ : ${PERL_VERSION:= 5.38.2 }
7
7
: ${OPENSSL_VERSION:= 3.2.0}
8
- : ${ZLIB_VERSION:= 1.3}
9
- : ${ZLIB_SHA256:= ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e }
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