Mailinglist Archive: opensuse-commit (1029 mails)
| < Previous | Next > |
commit amavisd-new for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 13 Jul 2011 12:13:56 +0200
- Message-id: <20110713101356.2B62820232@hilbert.suse.de>
Hello community,
here is the log from the commit of package amavisd-new for openSUSE:Factory
checked in at Wed Jul 13 12:13:56 CEST 2011.
--------
--- amavisd-new/amavisd-new.changes 2011-05-24 10:11:04.000000000 +0200
+++ /mounts/work_src_done/STABLE/amavisd-new/amavisd-new.changes
2011-07-12 18:04:32.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 12 16:02:45 UTC 2011 - varkoly@xxxxxxxxxx
+
+- Enable clamav as integrated scanner
+- Enable Avira Antivir personal
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
activate_virus_scanner.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ amavisd-new.spec ++++++
--- /var/tmp/diff_new_pack.wDR5P4/_old 2011-07-13 10:54:27.000000000 +0200
+++ /var/tmp/diff_new_pack.wDR5P4/_new 2011-07-13 10:54:27.000000000 +0200
@@ -21,7 +21,7 @@
Name: amavisd-new
Summary: High-Performance E-Mail Virus Scanner
Version: 2.6.6
-Release: 1
+Release: 14
License: GPLv2+
Group: Productivity/Networking/Security
Url: http://www.ijs.si/software/amavisd/
@@ -49,6 +49,7 @@
Source1: sysconfig.amavis
Source2: rc.amavis
Source5: amavisd-new-rpmlintrc
+Patch1: activate_virus_scanner.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define avspool /var/spool/amavis
%define avdb /var/spool/amavis/db
@@ -97,6 +98,7 @@
%prep
%setup -q
+%patch1
for i in $(ls amavisd*); do
if [[ $i == *patch ]] ; then continue; fi
if [[ $i == *spec ]] ; then continue; fi
++++++ activate_virus_scanner.diff ++++++
--- amavisd.conf 2011-05-13 19:25:52.000000000 +0200
+++ amavisd.conf 2011-07-12 17:39:15.382622002 +0200
@@ -350,6 +350,12 @@
@av_scanners = (
+### Avira for UNIX 3.x
+## from http://forum.avira.com/wbb/index.php?page=Thread&postID=812607 ###
+['Avira AntiVir', ['avscan'],
+ '-s --batch --alert-action=none {}', [0], qr/(?:ALERT|FUND):/m,
+ qr/(?:ALERT|FUND): (.[^;]+) ;/m ],
+
# ### http://www.clanfield.info/sophie/ (http://www.vanja.com/tools/sophie/)
# ['Sophie',
# \&ask_daemon, ["{}/\n", '/var/run/sophie'],
@@ -360,10 +366,10 @@
# ['Sophos SAVI', \&sophos_savi ],
# ### http://www.clamav.net/
-# ['ClamAV-clamd',
-# \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"],
-# qr/\bOK$/m, qr/\bFOUND$/m,
-# qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
+ ['ClamAV-clamd',
+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"],
+ qr/\bOK$/m, qr/\bFOUND$/m,
+ qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
# # NOTE: run clamd under the same user as amavisd, or run it under its own
# # uid such as clamav, add user clamav to the amavis group, and then add
# # AllowSupplementaryGroups to clamd.conf;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |