Compare commits

..

4 Commits

Author SHA1 Message Date
Alexey Berezhok f433895670 Update spec
1 week ago
Alexey Berezhok e2c8835b6b Added php 8.4, 8.5
2 weeks ago
Alexey Berezhok 751814c48a Add fixes of installation
2 weeks ago
Alexey Berezhok 113cd37b9d Added php 8.4 and 8.5
2 weeks ago

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

@ -42,7 +42,7 @@ HESTIA_INSTALL_VER='1.9.6.rpm-alpha'
# Dependencies # Dependencies
mariadb_v="10.11" mariadb_v="10.11"
multiphp_v=("74" "80" "81" "82" "83") multiphp_v=("74" "80" "81" "82" "83", "84", "85")
# default PHP version # default PHP version
php_v="82" php_v="82"
@ -61,7 +61,7 @@ software="nginx
hestia hestia-nginx hestia-php hestia hestia-nginx hestia-php
rrdtool quota e2fsprogs fail2ban dnsutils util-linux cronie expect perl-Mail-DKIM unrar vim acl sysstat 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 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" whois git idn2 unzip zip sudo bc ftp lsof unzip"
installer_dependencies="gnupg2 policycoreutils wget ca-certificates" 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 wget --quiet --retry-connrefused https://data.brepo.ru/hestiacp/phpMyAdmin/$pma_v/phpMyAdmin-$pma_v-all-languages.zip
# Unpack files # Unpack files
tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz unzip phpMyAdmin-$pma_v-all-languages.zip
# Create folders # Create folders
mkdir -p /usr/share/phpmyadmin mkdir -p /usr/share/phpmyadmin

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

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

Loading…
Cancel
Save