/[smeserver]/rpms/smeserver-clamav/sme10/smeserver-clamav-2.7.0-bz11695-properties.patch
ViewVC logotype

Contents of /rpms/smeserver-clamav/sme10/smeserver-clamav-2.7.0-bz11695-properties.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Mar 14 07:03:27 2022 UTC (2 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-clamav-2_7_0-16_el7_sme, smeserver-clamav-2_7_0-15_el7_sme, smeserver-clamav-2_7_0-14_el7_sme, HEAD
Changes since 1.1: +5 -0 lines
* Mon Mar 14 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-14.sme
- remove default property ArchiveBlockEncrypted  [SME: 11695]

1 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/db/configuration/migrate/40clamav93 smeserver-clamav-2.7.0/root/etc/e-smith/db/configuration/migrate/40clamav93
2 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/db/configuration/migrate/40clamav93 2020-12-02 11:37:01.000000000 -0500
3 +++ smeserver-clamav-2.7.0/root/etc/e-smith/db/configuration/migrate/40clamav93 2021-12-20 09:37:06.984000000 -0500
4 @@ -12,4 +12,9 @@
5 if (my $maxFiles = $DB->get_prop_and_delete('clamav', 'ArchiveMaxFiles')) {
6 $smtpd->merge_props('MaxFiles', $maxFiles);
7 }
8 +
9 + if (my $AlertEncrypted = $DB->get_prop_and_delete('clamav', 'ArchiveBlockEncrypted')) {
10 + $smtpd->merge_props('AlertEncrypted', $AlertEncrypted);
11 + }
12 +
13 }
14 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertBrokenExecutables smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertBrokenExecutables
15 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertBrokenExecutables 1969-12-31 19:00:00.000000000 -0500
16 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertBrokenExecutables 2021-12-20 09:32:17.629000000 -0500
17 @@ -0,0 +1 @@
18 +AlertBrokenExecutables {$clamav{AlertBrokenExecutables} || 'no' }
19 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertEncrypted smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertEncrypted
20 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertEncrypted 1969-12-31 19:00:00.000000000 -0500
21 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertEncrypted 2021-12-20 09:25:06.175000000 -0500
22 @@ -0,0 +1 @@
23 +AlertEncrypted { $clamav{ArchiveBlockEncrypted} || 'no' }
24 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertExceedsMax smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertExceedsMax
25 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertExceedsMax 1969-12-31 19:00:00.000000000 -0500
26 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertExceedsMax 2021-12-20 09:29:01.128000000 -0500
27 @@ -0,0 +1 @@
28 +AlertExceedsMax { $clamav{AlertExceedsMax} || 'no' }
29 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertOLE2Macros smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertOLE2Macros
30 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertOLE2Macros 1969-12-31 19:00:00.000000000 -0500
31 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertOLE2Macros 2021-12-20 09:26:15.582000000 -0500
32 @@ -0,0 +1 @@
33 +AlertOLE2Macros { $clamav{AlertOLE2Macros} || 'no' }
34 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPartitionIntersection smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPartitionIntersection
35 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPartitionIntersection 1969-12-31 19:00:00.000000000 -0500
36 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPartitionIntersection 2021-12-20 09:29:25.461000000 -0500
37 @@ -0,0 +1 @@
38 +AlertPartitionIntersection { $clamav{AlertPartitionIntersection} || 'no' }
39 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingCloak smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingCloak
40 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingCloak 1969-12-31 19:00:00.000000000 -0500
41 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingCloak 2021-12-20 09:31:36.956000000 -0500
42 @@ -0,0 +1 @@
43 +AlertPhishingCloak {$clamav{AlertPhishingCloak} || 'no' }
44 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingSSLMismatch smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingSSLMismatch
45 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingSSLMismatch 1969-12-31 19:00:00.000000000 -0500
46 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/AlertPhishingSSLMismatch 2021-12-20 09:29:58.656000000 -0500
47 @@ -0,0 +1 @@
48 +AlertPhishingSSLMismatch {$clamav{AlertPhishingSSLMismatch} || 'no' }
49 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/ArchiveBlockEncrypted smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/ArchiveBlockEncrypted
50 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/ArchiveBlockEncrypted 2021-12-20 09:15:25.866000000 -0500
51 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/ArchiveBlockEncrypted 1969-12-31 19:00:00.000000000 -0500
52 @@ -1 +0,0 @@
53 -ArchiveBlockEncrypted { $clamav{ArchiveBlockEncrypted} || 'no' }
54 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/HeuristicAlerts smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/HeuristicAlerts
55 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/templates/etc/clamd.d/scan.conf/HeuristicAlerts 1969-12-31 19:00:00.000000000 -0500
56 +++ smeserver-clamav-2.7.0/root/etc/e-smith/templates/etc/clamd.d/scan.conf/HeuristicAlerts 2021-12-20 09:33:44.987000000 -0500
57 @@ -0,0 +1 @@
58 +HeuristicAlerts {$clamav{HeuristicAlerts} || 'yes' }
59 diff -Nur --no-dereference smeserver-clamav-2.7.0.old/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted smeserver-clamav-2.7.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted
60 --- smeserver-clamav-2.7.0.old/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted 2020-12-02 11:37:01.000000000 -0500
61 +++ smeserver-clamav-2.7.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted 1969-12-31 19:00:00.000000000 -0500
62 @@ -1 +0,0 @@
63 -no

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed