Просмотр исходного кода

Update OpenSSL (#3361)

* Update OpenSSL

* Update hestia-php
Jaap Marcus 3 лет назад
Родитель
Сommit
493a77e7a4
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/deb/php/control
  2. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/deb/php/control

@@ -1,7 +1,7 @@
 Source: hestia-php
 Package: hestia-php
 Priority: optional
-Version: 8.2.3
+Version: 8.2.4
 Section: admin
 Maintainer: HestaCP <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.8'
+OPENSSL_V='3.1.0'
 PCRE_V='10.42'
 ZLIB_V='1.2.13'