--- rpms/smeserver-clamav/sme10/smeserver-clamav.spec 2021/11/15 18:20:56 1.14 +++ rpms/smeserver-clamav/sme10/smeserver-clamav.spec 2021/12/20 14:43:14 1.15 @@ -1,10 +1,10 @@ -# $Id: smeserver-clamav.spec,v 1.13 2021/06/09 15:33:00 jpp Exp $ +# $Id: smeserver-clamav.spec,v 1.14 2021/11/15 18:20:56 jpp Exp $ Summary: SME Server module to configure clamav %define name smeserver-clamav Name: %{name} %define version 2.7.0 -%define release 10 +%define release 11 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -14,6 +14,7 @@ Patch0: smeserver-clamav-2.7.0-bz11103-i Patch1: smeserver-clamav-2.7.0-bz11313-clamdtop.patch Patch2: smeserver-clamav-2.7.0-bz11520-clamd2scan.conf.patch Patch3: smeserver-clamav-2.7.0-bz11755-identify-freshclam-error.patch +Patch4: smeserver-clamav-2.7.0-bz11695-properties.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -36,6 +37,14 @@ BuildRequires: e-smith-devtools SME Server enhancement to configure and run clamd and freshclam %changelog +* Mon Dec 20 2021 Jean-Philippe Pialasse 2.7.0-11.sme +- rename property ArchiveBlockEncrypted to AlertEncrypted as per upstream [SME: 11695] + added properties AlertBrokenExecutables AlertExceedsMax AlertOLE2Macros + AlertPartitionIntersection AlertPhishingCloak and AlertPhishingSSLMismatch + with default no + added property HeuristicAlerts with default yes +- fix noise on centos2sme [SME: 11474] + * Mon Nov 15 2021 Jean-Philippe Pialasse 2.7.0-10.sme - identify from which server is freshclam error [SME: 11755] fix from Graeme Fleming @@ -430,13 +439,11 @@ fi #echo "Changing freshclam log owners" if [[ -d /var/log/freshclam ]]; then chown -R clamupdate:clamupdate /var/log/freshclam; - chown -R clamupdate:clamupdate /var/log/freshclam/*; fi #echo "Changing clamd log owners" if [[ -d /var/log/clamd ]]; then chown -R clamscan:clamscan /var/log/clamd; - chown -R clamscan:clamscan /var/log/clamd/*; fi %install