Added fixes

devel
Alexey Berezhok 4 days ago
parent f0086903a3
commit c8b0f25247

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

@ -136,6 +136,14 @@ export const options = [
desc: 'Сканировать почту на вирусы.',
selected: true,
depends: 'exim',
},
{
name: ' --usemirrorclamav',
id: 'usemirrorclamav',
param: '--usemirrorclamav',
desc: 'Использовать русское зеркало баз данных ClamaV',
selected: false,
depends: 'clamav',
},
{
name: ' --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) sieve=$OPTARG ;; # Sieve
c) clamd=$OPTARG ;; # ClamAV
C)
clamd=$OPTARG
clamdm="yes"
;; # ClamAV Mirrored
C) clamdm="yes" ;; # ClamAV Mirrored
t) spamd=$OPTARG ;; # SpamAssassin
i) iptables=$OPTARG ;; # Iptables
b) fail2ban=$OPTARG ;; # Fail2ban

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

@ -2,8 +2,8 @@
%global _prefix /usr/local/hestia/php
Name: hestia-php
Version: 8.2.23
Release: 2%{dist}
Version: 8.2.28
Release: 1%{dist}
Summary: Hestia internal PHP
Group: System Environment/Base
URL: https://www.hestiacp.com
@ -103,6 +103,9 @@ cp %{SOURCE3} %{buildroot}/usr/local/hestia/php/lib/
%{_unitdir}/hestia-php.service
%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
- update PHP version to 8.2.8

Loading…
Cancel
Save