Skip to content

Commit f6e3c94

Browse files
authored
Update hestia-php and hestia-nginx dependencies (hestiacp#2607)
* Update PHP to 8.1.6 * Update PCRE / openssl PRCE 10.40 Openssl 3.0.3 * Update Changelog
1 parent 0090ef4 commit f6e3c94

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-php
22
Package: hestia-php
33
Priority: optional
4-
Version: 8.1.5
4+
Version: 8.1.6
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/hst_autocompile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -220,8 +220,8 @@ fi
220220
echo "Build version $BUILD_VER, with Nginx version $NGINX_V and PHP version $PHP_V"
221221

222222
HESTIA_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'
225225
ZLIB_V='1.2.12'
226226

227227
# Create build directories

0 commit comments

Comments
 (0)