Added fixes

devel
Alexey Berezhok 4 days ago
parent f0086903a3
commit c8b0f25247

@ -29,7 +29,6 @@ export default {
if (item.selectField) { if (item.selectField) {
return item.selected ? `${item.param} '${item.text}'` : ""; return item.selected ? `${item.param} '${item.text}'` : "";
} }
return `${item.param}${item.selected ? " yes" : " no"}`; return `${item.param}${item.selected ? " yes" : " no"}`;
}, },
generateString() { generateString() {

@ -137,6 +137,14 @@ export const options = [
selected: true, selected: true,
depends: 'exim', depends: 'exim',
}, },
{
name: ' --usemirrorclamav',
id: 'usemirrorclamav',
param: '--usemirrorclamav',
desc: 'Использовать русское зеркало баз данных ClamaV',
selected: false,
depends: 'clamav',
},
{ {
name: ' --spamassassin', name: ' --spamassassin',
id: 'spamassassin', id: 'spamassassin',

@ -323,10 +323,7 @@ while getopts "u:I:a:w:v:j:k:m:M:g:d:x:z:Z:c:C:t:i:b:r:o:q:l:y:s:e:p:R:f:Dh" Opt
z) dovecot=$OPTARG ;; # Dovecot z) dovecot=$OPTARG ;; # Dovecot
Z) sieve=$OPTARG ;; # Sieve Z) sieve=$OPTARG ;; # Sieve
c) clamd=$OPTARG ;; # ClamAV c) clamd=$OPTARG ;; # ClamAV
C) C) clamdm="yes" ;; # ClamAV Mirrored
clamd=$OPTARG
clamdm="yes"
;; # ClamAV Mirrored
t) spamd=$OPTARG ;; # SpamAssassin t) spamd=$OPTARG ;; # SpamAssassin
i) iptables=$OPTARG ;; # Iptables i) iptables=$OPTARG ;; # Iptables
b) fail2ban=$OPTARG ;; # Fail2ban b) fail2ban=$OPTARG ;; # Fail2ban

@ -1,6 +1,5 @@
UpdateLogFile /var/log/freshclam.log UpdateLogFile /var/log/freshclam.log
PrivateMirror http://clamav-mirror.ru DatabaseMirror database.clamav.net
PrivateMirror http://mirror.truenetwork.ru/clamav
ScriptedUpdates no ScriptedUpdates no
LogFileMaxSize 80M LogFileMaxSize 80M
LogTime yes LogTime yes

@ -2,8 +2,8 @@
%global _prefix /usr/local/hestia/php %global _prefix /usr/local/hestia/php
Name: hestia-php Name: hestia-php
Version: 8.2.23 Version: 8.2.28
Release: 2%{dist} Release: 1%{dist}
Summary: Hestia internal PHP Summary: Hestia internal PHP
Group: System Environment/Base Group: System Environment/Base
URL: https://www.hestiacp.com URL: https://www.hestiacp.com
@ -103,6 +103,9 @@ cp %{SOURCE3} %{buildroot}/usr/local/hestia/php/lib/
%{_unitdir}/hestia-php.service %{_unitdir}/hestia-php.service
%changelog %changelog
* Tue Jun 3 2025 Alexey Berezhok <a@bayrepo.ru> - 8.2.28-1
- Update PHP version up to 8.2.28
* Sat Jul 22 2023 Raven <raven@sysadmins.ws> - 8.2.8-1 * Sat Jul 22 2023 Raven <raven@sysadmins.ws> - 8.2.8-1
- update PHP version to 8.2.8 - update PHP version to 8.2.8

Loading…
Cancel
Save