Browse Source

Update hestia-nginx (#3182)

* Update hestia-nginx

* Update PRCE and Openssl

Co-authored-by: Raphael <rs@scit.ch>
Jaap Marcus 3 years ago
parent
commit
d2d9c36d7c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/deb/nginx/control
  2. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/deb/nginx/control

@@ -1,7 +1,7 @@
 Source: hestia-nginx
 Package: hestia-nginx
 Priority: optional
-Version: 1.23.2
+Version: 1.23.3
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/hst_autocompile.sh

@@ -224,7 +224,7 @@ if [ -e "/etc/redhat-release" ]; then
 else
 	HESTIA_V="${BUILD_VER}_${BUILD_ARCH}"
 fi
-OPENSSL_V='3.0.7'
+OPENSSL_V='3.0.8'
 PCRE_V='10.42'
 ZLIB_V='1.2.13'