Hello community, here is the log from the commit of package amavisd-new for openSUSE:Factory checked in at 2012-12-28 14:55:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amavisd-new (Old) and /work/SRC/openSUSE:Factory/.amavisd-new.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amavisd-new", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes 2012-08-31 09:13:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 2012-12-28 14:55:24.000000000 +0100 @@ -1,0 +2,24 @@ +Thu Dec 27 23:29:51 UTC 2012 - [email protected] + +- update to version 2.7.2 + * a generated Received header field was missing the 'IPv6:' prefix + in the TCP-info component of a 'by' subfield (as required by RFC 5321, + section 4.1.3) when amavisd received a message over an IPv6 protocol; + (btw, the TCP-info component of a 'from' subfield was correct); + * changed data type of an SNMP variable LogRetries from C32 to C64 + for consistency with the MIB; + * updated AV entry 'AVG Anti-Virus' to consider status 403 continuation + lines when searching for a virus name; suggested by Ralf Hildebrandt; + * reduce a log level to 5 on a log message: + Amavis::IO::RW: Error flushing on close: ... + to avoid an innocent but sinister-looking warning when a pipe + to a virus scanner is broken and needs to be re-established; + reported by Stefan Jakobs + * updated an AV entry for 'F-Secure Linux Security' to version 9.14; + options updated by Mika Ilmaranta, a patch by Tuomo Soini; + * fix a Unix socket compatibility issue with Net::Server versions 2.000, + 2.001 and 2.002, where a method NS_unix_path no longer exists. + This method was re-introduced for compatibility reasons in 2.003. + Reported by Paul MacKenzie; + +------------------------------------------------------------------- Old: ---- amavisd-new.tar.bz2 New: ---- amavisd-new-2.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amavisd-new.spec ++++++ --- /var/tmp/diff_new_pack.0JWEt0/_old 2012-12-28 14:55:26.000000000 +0100 +++ /var/tmp/diff_new_pack.0JWEt0/_new 2012-12-28 14:55:26.000000000 +0100 @@ -20,7 +20,7 @@ Summary: High-Performance E-Mail Virus Scanner License: GPL-2.0+ Group: Productivity/Networking/Security -Version: 2.7.0 +Version: 2.7.2 Release: 0 Url: http://www.ijs.si/software/amavisd/ BuildRequires: sendmail @@ -63,7 +63,7 @@ PreReq: coreutils net-tools sed pwdutils PreReq: %insserv_prereq PreReq: util-linux -Source0: amavisd-new.tar.bz2 +Source0: amavisd-new-%{version}.tar.gz Source1: sysconfig.amavis Source2: rc.amavis Source3: amavisd-new-rpmlintrc @@ -104,7 +104,7 @@ %prep %setup -q -a 4 -%patch1 +%patch1 -p1 for i in $(find -maxdepth 1 -name "amavisd*" | sed s#./##); do if [[ $i == *patch ]] ; then continue; fi if [[ $i == *patch ]] ; then continue; fi ++++++ activate_virus_scanner.diff ++++++ --- /var/tmp/diff_new_pack.0JWEt0/_old 2012-12-28 14:55:26.000000000 +0100 +++ /var/tmp/diff_new_pack.0JWEt0/_new 2012-12-28 14:55:26.000000000 +0100 @@ -1,30 +1,19 @@ ---- amavisd.conf 2011-07-01 18:21:01.000000000 +0200 -+++ ../amavisd-new-2.7.0/amavisd.conf 2011-09-13 15:39:02.360975002 +0200 -@@ -349,6 +349,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.sophos.com/ - # ['Sophos-SSSP', - # \&ask_daemon, ["{}", 'sssp:/var/run/savdi/sssp.sock'], -@@ -371,10 +377,10 @@ +diff --git a/amavisd.conf b/amavisd.conf +index 7f2c25c..ac61272 100644 +--- a/amavisd.conf ++++ b/amavisd.conf +@@ -371,10 +371,10 @@ $banned_filename_re = new_RE( # settings for the SAVAPI3.conf: ArchiveScan=1, HeurLevel=2, MailboxScan=1 # ### http://www.clamav.net/ -# ['ClamAV-clamd', --# \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], +-# \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd.sock"], -# qr/\bOK$/m, qr/\bFOUND$/m, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd.sock"], + 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 + # # 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; ++++++ amavisd.service ++++++ --- /var/tmp/diff_new_pack.0JWEt0/_old 2012-12-28 14:55:26.000000000 +0100 +++ /var/tmp/diff_new_pack.0JWEt0/_new 2012-12-28 14:55:26.000000000 +0100 @@ -13,7 +13,7 @@ # [Unit] -Description=Amavisd-new Virus Scanner interfac +Description=Amavisd-new Virus Scanner interface Requires=var-run.mount nss-lookup.target network.target remote-fs.target syslog.target time-sync.target After=var-run.mount nss-lookup.target network.target remote-fs.target syslog.target time-sync.target Wants=named.service clamd.service -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
