[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.94.dfsg.1-1+volatile1-4-g52a3e24

Michael Tautschnig mt at debian.org
Sun Nov 23 16:22:30 UTC 2008


The following commit has been merged in the debian/etch-volatile branch:
commit 60aa6765ff1ed8478df12c9d24310293e7413206
Author: Michael Tautschnig <mt at debian.org>
Date:   Sat Nov 22 17:50:55 2008 -0800

    No more --unzip in clampipe
    
    - fix #506055 as suggested
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index e92dd69..129ff2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ clamav (0.94.dfsg.1-2~volatile1) etch-volatile; urgency=low
   [ Michael Tautschnig ]
   * Imitate the behavior of lsb's status_of_proc as this is not yet available
     in etch (thanks Gregor Hoffleit) (closes: #506114)
+  * Removed --unzip from clampipe script (closes: #506055)
   
  -- Michael Tautschnig <mt at debian.org>  Sun, 23 Nov 2008 08:17:59 -0800
 
diff --git a/debian/clampipe b/debian/clampipe
index 29902a7..d61b882 100644
--- a/debian/clampipe
+++ b/debian/clampipe
@@ -9,7 +9,7 @@ use warnings;
 $/=undef;
 my $msg=<>;
 
-open (CLAM, "| clamscan --quiet --unzip -")
+open (CLAM, "| clamscan --quiet -")
 	|| die "cannot run clamscan: $!";
 # The --mbox support is flakey and requires a From header as in a real
 # mbox.

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list