Compare commits

..

No commits in common. 'f433895670f529ed1b52dc9464ec8140bcdfadab' and 'ce83ca97a9144baebadaea51200f71d6bdd1eba1' have entirely different histories.

@ -22,7 +22,6 @@ export const webDomains = [
{ text: 'PHP 8.2' },
{ text: 'PHP 8.3' },
{ text: 'PHP 8.4' },
{ text: 'PHP 8.5' },
],
},
];

@ -42,7 +42,7 @@ HESTIA_INSTALL_VER='1.9.6.rpm-alpha'
# Dependencies
mariadb_v="10.11"
multiphp_v=("74" "80" "81" "82" "83", "84", "85")
multiphp_v=("74" "80" "81" "82" "83")
# default PHP version
php_v="82"
@ -61,7 +61,7 @@ software="nginx
hestia hestia-nginx hestia-php
rrdtool quota e2fsprogs fail2ban dnsutils util-linux cronie expect perl-Mail-DKIM unrar vim acl sysstat
rsyslog openssh-clients util-linux ipset zstd systemd-timesyncd jq awstats perl-Switch net-tools mc flex
whois git idn2 unzip zip sudo bc ftp lsof unzip"
whois git idn2 unzip zip sudo bc ftp lsof"
installer_dependencies="gnupg2 policycoreutils wget ca-certificates"
@ -1669,7 +1669,7 @@ if [ "$mysql" = 'yes' ] || [ "$mysql8" = 'yes' ]; then
wget --quiet --retry-connrefused https://data.brepo.ru/hestiacp/phpMyAdmin/$pma_v/phpMyAdmin-$pma_v-all-languages.zip
# Unpack files
unzip phpMyAdmin-$pma_v-all-languages.zip
tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz
# Create folders
mkdir -p /usr/share/phpmyadmin

@ -3,7 +3,7 @@
Name: hestia
Version: 1.9.6
Release: 2%{dist}
Release: 1%{dist}
Summary: Hestia Control Panel
Group: System Environment/Base
License: GPLv3
@ -184,7 +184,7 @@ fi
%{_tmpfilesdir}/%{name}.conf
%changelog
* Thu Oct 09 2025 Alexey Berezhok <a@bayrepo.ru> - 1.9.6-2
* Thu Oct 09 2025 Alexey Berezhok <a@bayrepo.ru> - 1.9.6-1
- Fix error on all web and mail domains after Apache 2.4.64 update
* Thu Jun 05 2025 Alexey Berezhok <a@bayrepo.ru> - 1.9.5-4

@ -39,8 +39,6 @@ $v_php_versions = [
"php-81",
"php-82",
"php-83",
"php-84",
"php-85",
];

Loading…
Cancel
Save