Compare commits
4 Commits
ce83ca97a9
...
f433895670
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f433895670 | ||
|
|
e2c8835b6b | ||
|
|
751814c48a | ||
|
|
113cd37b9d |
@@ -22,6 +22,7 @@ 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")
|
||||
multiphp_v=("74" "80" "81" "82" "83", "84", "85")
|
||||
|
||||
# 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"
|
||||
whois git idn2 unzip zip sudo bc ftp lsof unzip"
|
||||
|
||||
|
||||
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
|
||||
tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz
|
||||
unzip phpMyAdmin-$pma_v-all-languages.zip
|
||||
|
||||
# Create folders
|
||||
mkdir -p /usr/share/phpmyadmin
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: hestia
|
||||
Version: 1.9.6
|
||||
Release: 1%{dist}
|
||||
Release: 2%{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-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
|
||||
|
||||
* Thu Jun 05 2025 Alexey Berezhok <a@bayrepo.ru> - 1.9.5-4
|
||||
|
||||
@@ -39,6 +39,8 @@ $v_php_versions = [
|
||||
"php-81",
|
||||
"php-82",
|
||||
"php-83",
|
||||
"php-84",
|
||||
"php-85",
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user