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

Update hestia-nginx, hestia-php and zlib version (#3940)

Jaap Marcus 2 лет назад
Родитель
Сommit
d0ee134dfd
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      src/deb/nginx/control
  2. 1 1
      src/deb/php/control
  3. 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.25.1-3
+Version: 1.25.2
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/deb/php/control

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

+ 1 - 1
src/hst_autocompile.sh

@@ -233,7 +233,7 @@ else
 fi
 OPENSSL_V='3.1.2'
 PCRE_V='10.42'
-ZLIB_V='1.2.13'
+ZLIB_V='1.3'
 
 # Create build directories
 if [ "$KEEPBUILD" != 'true' ]; then