Przeglądaj źródła

Update hestia-php and hestia-nginx dependencies (#2607)

* Update PHP to 8.1.6

* Update PCRE / openssl

PRCE 10.40 
Openssl 3.0.3

* Update Changelog
Jaap Marcus 3 lat temu
rodzic
commit
f6e3c94e80
3 zmienionych plików z 7 dodań i 6 usunięć
  1. 3 2
      CHANGELOG.md
  2. 1 1
      src/deb/php/control
  3. 3 3
      src/hst_autocompile.sh

+ 3 - 2
CHANGELOG.md

@@ -47,9 +47,10 @@ All notable changes to this project will be documented in this file.
 
 ### Dependencies
 - Update hestia-nginx to 1.21.6
-    - Update openssl to 3.0.2
+    - Update openssl to 3.0.3
     - Update zlib to 1.2.12
-- Update hestia-php to 8.1.5
+    - Update PCRE2 to 10.40
+- Update hestia-php to 8.1.6
 
 ## [1.5.15] - Service release
 

+ 1 - 1
src/deb/php/control

@@ -1,7 +1,7 @@
 Source: hestia-php
 Package: hestia-php
 Priority: optional
-Version: 8.1.5
+Version: 8.1.6
 Section: admin
 Maintainer: HestaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 3 - 3
src/hst_autocompile.sh

@@ -19,7 +19,7 @@ download_file() {
 
     [ "$HESTIA_DEBUG" ] && >&2 echo DEBUG: Downloading file "$url" to "$destination"
 
-    # Default destination is the curent working directory
+    # Default destination is the current working directory
     local dstopt=""
 
     if [ ! -z "$(echo "$url" | grep -E "\.(gz|gzip|bz2|zip|xz)$")" ]; then
@@ -220,8 +220,8 @@ fi
 echo "Build version $BUILD_VER, with Nginx version $NGINX_V and PHP version $PHP_V"
 
 HESTIA_V="${BUILD_VER}_${BUILD_ARCH}"
-OPENSSL_V='3.0.2'
-PCRE_V='10.39'
+OPENSSL_V='3.0.3'
+PCRE_V='10.40'
 ZLIB_V='1.2.12'
 
 # Create build directories