File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,10 @@ All notable changes to this project will be documented in this file.
4747
4848### Dependencies
4949- Update hestia-nginx to 1.21.6
50- - Update openssl to 3.0.2
50+ - Update openssl to 3.0.3
5151 - Update zlib to 1.2.12
52- - Update hestia-php to 8.1.5
52+ - Update PCRE2 to 10.40
53+ - Update hestia-php to 8.1.6
5354
5455## [ 1.5.15] - Service release
5556
Original file line number Diff line number Diff line change 11Source: hestia-php
22Package: hestia-php
33Priority: optional
4- Version: 8.1.5
4+ Version: 8.1.6
55Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ download_file() {
1919
2020 [ " $HESTIA_DEBUG " ] && >&2 echo DEBUG: Downloading file " $url " to " $destination "
2121
22- # Default destination is the curent working directory
22+ # Default destination is the current working directory
2323 local dstopt=" "
2424
2525 if [ ! -z " $( echo " $url " | grep -E " \.(gz|gzip|bz2|zip|xz)$" ) " ]; then
220220echo " Build version $BUILD_VER , with Nginx version $NGINX_V and PHP version $PHP_V "
221221
222222HESTIA_V=" ${BUILD_VER} _${BUILD_ARCH} "
223- OPENSSL_V=' 3.0.2 '
224- PCRE_V=' 10.39 '
223+ OPENSSL_V=' 3.0.3 '
224+ PCRE_V=' 10.40 '
225225ZLIB_V=' 1.2.12'
226226
227227# Create build directories
You can’t perform that action at this time.
0 commit comments