Date: Tue, 8 Feb 2005 14:23:22 +0500 (YEKT) From: "Sergey N. Voronkov" <serg@tmn.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77255: fix bug in security/clamav Message-ID: <200502080923.j189NMGx090375@sv.tech.sibitex.tmn.ru> Resent-Message-ID: <200502080930.j189UI59052322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 77255 >Category: ports >Synopsis: fix bug in security/clamav >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 08 09:30:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sergey N. Voronkov >Release: FreeBSD 5.3-STABLE i386 >Organization: Sibitex JSC >Environment: System: FreeBSD sv.tech.sibitex.tmn.ru 5.3-STABLE FreeBSD 5.3-STABLE #1: Tue Feb 1 14:26:17 YEKT 2005 serg@sv.tech.sibitex.tmn.ru:/usr/obj/usr/src/sys/SV i386 >Description: clamav-milter has problems with "--externel" option (see thread at http://www.mail-archive.com/clamav-users@lists.clamav.net/msg15951.html). Usage of default internal scaner is a way to fault on busy servers: http://www.mail-archive.com/clamav-users@lists.clamav.net/msg15788.html Fix from Nigel Horne is to disable SESSION in milter app: http://www.mail-archive.com/clamav-users@lists.clamav.net/msg15970.html >How-To-Repeat: Run clamav-milter on busy server. >Fix: Add this patch to files: --- clamav-milter/clamav-milter.c.orig Tue Feb 8 12:26:31 2005 +++ clamav-milter/clamav-milter.c Tue Feb 8 12:26:40 2005 @@ -643,7 +643,7 @@ #define VERSION_LENGTH 128 -#define SESSION /* +/*#define SESSION * Keep one command connection open to clamd, otherwise a new * command connection is created for each new email * >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502080923.j189NMGx090375>