Hi Stephen,

Stephen Gran schrieb:
> Package: mimedefang
> Version: 2.57-4
> Severity: normal
> Tags: patch
> 
> Hi,
> 
> Attached is the diff for my mimedefang 2.57-4.1 NMU.
> 
> This fixes the problem with clamscan for unstable.  I plan to upload in
> the next few days if I don't hear back from you.

Did the changed API of clamscan come with version 0.90? If so, the patch
for mimedefang ist not supposed for testing?

Christoph

> 
> Thanks,
> 
> 
> ------------------------------------------------------------------------
> 
> diff -u mimedefang-2.57/mimedefang.pl.in mimedefang-2.57/mimedefang.pl.in
> --- mimedefang-2.57/mimedefang.pl.in
> +++ mimedefang-2.57/mimedefang.pl.in
> @@ -3767,7 +3767,7 @@
>  
>      # Run clamscan
>      my($code, $category, $action) =
> -     run_virus_scanner($Features{'Virus:CLAMAV'} . " --mbox --stdout 
> --disable-summary --infected $path 2>&1");
> +     run_virus_scanner($Features{'Virus:CLAMAV'} . " --stdout 
> --disable-summary --infected $path 2>&1");
>      if ($action ne 'proceed') {
>       return (wantarray ? ($code, $category, $action) : $code);
>      }
> @@ -3791,7 +3791,7 @@
>  
>      # Run clamscan
>      my($code, $category, $action) =
> -     run_virus_scanner($Features{'Virus:CLAMAV'} . " -r --mbox --stdout 
> --disable-summary --infected ./Work 2>&1");
> +     run_virus_scanner($Features{'Virus:CLAMAV'} . " -r --stdout 
> --disable-summary --infected ./Work 2>&1");
>      if ($action ne 'proceed') {
>       return (wantarray ? ($code, $category, $action) : $code);
>      }
> @@ -4607,7 +4607,7 @@
>           if ($err_detail =~ /zip module failure/i &&
>               $Features{'Virus:CLAMAV'}) {
>               my ($code, $category, $action) =
> -             run_virus_scanner($Features{'Virus:CLAMAV'} . " -r --unzip 
> --mbox --stdout --disable-summary --infected $CWD/Work 2>&1");
> +             run_virus_scanner($Features{'Virus:CLAMAV'} . " -r --unzip 
> --stdout --disable-summary --infected $CWD/Work 2>&1");
>               if ($action ne 'proceed') {
>                       return (wantarray ? ($code, $category, $action) : 
> $code);
>               }
> @@ -4704,7 +4704,7 @@
>           if ($err_detail =~ /zip module failure/i &&
>               $Features{'Virus:CLAMAV'}) {
>               my ($code, $category, $action) =
> -                 run_virus_scanner($Features{'Virus:CLAMAV'} . " -r --unzip 
> --mbox --stdout --disable-summary --infected $CWD/Work 2>&1");
> +                 run_virus_scanner($Features{'Virus:CLAMAV'} . " -r --unzip 
> --stdout --disable-summary --infected $CWD/Work 2>&1");
>               if ($action ne 'proceed') {
>                       return (wantarray ? ($code, $category, $action) : 
> $code);
>               }
> diff -u mimedefang-2.57/debian/changelog mimedefang-2.57/debian/changelog
> --- mimedefang-2.57/debian/changelog
> +++ mimedefang-2.57/debian/changelog
> @@ -1,3 +1,10 @@
> +mimedefang (2.57-4.1) unstable; urgency=low
> +
> +  * Non-maintainer upload.
> +  * Remove obsolete mbox switches from clamscan command line
> +
> + -- Stephen Gran <[EMAIL PROTECTED]>  Tue,  6 Mar 2007 02:09:21 +0000
> +
>  mimedefang (2.57-4) unstable; urgency=high
>  
>    * add depend on adduser (closes :#408255)

-- 
============================================================================
Christoph Martin, Leiter der EDV der Verwaltung, Uni-Mainz, Germany
 Internet-Mail:  [EMAIL PROTECTED]
  Telefon: +49-6131-3926337
      Fax: +49-6131-3922856

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to