[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.1-1-3-g2b91058

Michael Tautschnig mt at debian.org
Sun Nov 23 02:26:13 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit 76c042e920659a0e024b08c904bfab7cd3f86ab3
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 475c7c2..6e90b33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-clamav (0.94.dfsg.1-2) UNRELEASED; urgency=low
+clamav (0.94.dfsg.1-2) unstable; urgency=low
 
+  [ Michael Meskes ]
   * Removed unused debconf templates and unfuzzied all translations.
+  
+  [ Michael Tautschnig ]
+  * Removed --unzip from clampipe script (closes: #506055)
 
- -- Michael Meskes <meskes at debian.org>  Wed, 12 Nov 2008 16:09:00 +0100
+ -- Michael Meskes <meskes at debian.org>  Sat, 22 Nov 2008 17:47:27 -0800
 
 clamav (0.94.dfsg.1-1) unstable; urgency=low
 
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