Date: Fri, 30 Mar 2007 12:03:44 +0200 (CEST) From: Jan-Peter Koopmann <j.koopmann@seceidos.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/111026: [MAINTAINER] mail/MailScanner: error in clamav-wrapper fixed Message-ID: <200703301003.l2UA3iUO010461@services.intern.seceidos.de> Resent-Message-ID: <200703301030.l2UAU4Wf072403@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 111026 >Category: ports >Synopsis: [MAINTAINER] mail/MailScanner: error in clamav-wrapper fixed >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 30 10:30:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jan-Peter Koopmann >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD services.intern.seceidos.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan 5 10:56:46 CET >Description: clamav-wrapper script was patched to used some depreciated options and therefore failed to run clamav. This is now corrected. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- MailScanner-4.58.9_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/Makefile,v retrieving revision 1.60 diff -u -r1.60 Makefile --- Makefile 13 Mar 2007 20:11:17 -0000 1.60 +++ Makefile 30 Mar 2007 10:02:35 -0000 @@ -7,7 +7,7 @@ PORTNAME= MailScanner PORTVERSION= 4.58.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.mailscanner.info/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} Index: files/CHANGES.port =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/files/CHANGES.port,v retrieving revision 1.13 diff -u -r1.13 CHANGES.port --- files/CHANGES.port 10 Feb 2007 12:56:36 -0000 1.13 +++ files/CHANGES.port 30 Mar 2007 10:02:35 -0000 @@ -1,3 +1,9 @@ +Version 4.58.9_2 +================ +- clamav-wrapper contained options unarj, unace and zoo. unace + seems to be dead and the other options are corrected to be + arj and unzoo. + Version 4.58.9 ================ - Upgrade to MailScanner 4.58 Index: files/patch-lib-clamav-wrapper =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-lib-clamav-wrapper,v retrieving revision 1.1 diff -u -r1.1 patch-lib-clamav-wrapper --- files/patch-lib-clamav-wrapper 5 May 2006 10:38:03 -0000 1.1 +++ files/patch-lib-clamav-wrapper 30 Mar 2007 10:02:35 -0000 @@ -1,5 +1,5 @@ ---- ../MailScanner-install-4.42.9.orig/lib/clamav-wrapper Wed Jun 1 11:24:25 2005 -+++ lib/clamav-wrapper Wed Jun 1 11:31:57 2005 +--- ../MailScanner-install-4.58.9.orig/lib/clamav-wrapper Fri Mar 30 11:55:30 2007 ++++ lib/clamav-wrapper Fri Mar 30 11:55:54 2007 @@ -51,6 +51,9 @@ # You may want to check this script for bash-isms @@ -10,7 +10,7 @@ TempDir="/tmp/clamav.$$" ClamUser="clamav" ClamGroup="clamav" -@@ -98,23 +101,23 @@ +@@ -98,23 +101,19 @@ # LESS COMMON unpackers, which probably aren't installed by default # (hence disabled) # Uncomment ONE of the following lines if you have unrar installed @@ -20,14 +20,13 @@ # Uncomment ONE of the following lines if you have unarj installed -#ExtraScanOptions="$ExtraScanOptions --unarj" -+ExtraScanOptions="$ExtraScanOptions --unarj" ++ExtraScanOptions="$ExtraScanOptions --arj" #ExtraScanOptions="$ExtraScanOptions --unarj=/path/to/unarj" - # Uncomment ONE of the following lines if you have unace installed +-# Uncomment ONE of the following lines if you have unace installed -#ExtraScanOptions="$ExtraScanOptions --unace" -+ExtraScanOptions="$ExtraScanOptions --unace" - #ExtraScanOptions="$ExtraScanOptions --unace=/path/to/unace" - +-#ExtraScanOptions="$ExtraScanOptions --unace=/path/to/unace" +- # Uncomment ONE of the following lines if you have lha installed -#ExtraScanOptions="$ExtraScanOptions --lha" +ExtraScanOptions="$ExtraScanOptions --lha" @@ -35,7 +34,7 @@ # Uncomment ONE of the following lines if you have zoo installed -#ExtraScanOptions="$ExtraScanOptions --zoo" -+ExtraScanOptions="$ExtraScanOptions --zoo" ++ExtraScanOptions="$ExtraScanOptions --unzoo" #ExtraScanOptions="$ExtraScanOptions --zoo=/path/to/unzoo" - # Uncomment next line if you need to disable Clam's DoS protection + # Now increase the allowed expansion size of zip files --- MailScanner-4.58.9_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703301003.l2UA3iUO010461>