[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#684914: marked as done (unblock: clamav/0.97.5+dfsg-6)



Your message dated Tue, 14 Aug 2012 22:38:28 +0100
with message-id <1344980308.9266.26.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#684914: unblock: clamav/0.97.5+dfsg-6
has caused the Debian Bug report #684914,
regarding unblock: clamav/0.97.5+dfsg-6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
684914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684914
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package clamav

Fixes RC bug #684697 which is a regression from 0.97.3 currently in squeeze.

unblock clamav/0.97.5+dfsg-6
diff -u clamav-0.97.5+dfsg/debian/changelog clamav-0.97.5+dfsg/debian/changelog
--- clamav-0.97.5+dfsg/debian/changelog
+++ clamav-0.97.5+dfsg/debian/changelog
@@ -1,3 +1,12 @@
+clamav (0.97.5+dfsg-6) unstable; urgency=medium
+
+  * Urgency medium for RC bug fix the addressess regression from 0.97.3
+  * Add changes from upstream commit 6a879ad98460303b23a6fc119769a3b463a902f8
+    to fix unpack errors for various compressed files including some .bz2,
+    .xls, .doc, and PDF (Closes: #684697)
+
+ -- Scott Kitterman <scott@kitterman.com>  Tue, 14 Aug 2012 12:11:19 -0400
+
 clamav (0.97.5+dfsg-5) unstable; urgency=low
 
   * Drop /var/run/clamav from the directories shipped in clamav-base (policy
only in patch2:
unchanged:
--- clamav-0.97.5+dfsg.orig/libclamav/scanners.c
+++ clamav-0.97.5+dfsg/libclamav/scanners.c
@@ -2369,7 +2369,19 @@
 	    ctx->fmap--;
 	    cli_bitset_free(ctx->hook_lsig_matches);
 	    ctx->hook_lsig_matches = old_hook_lsig_matches;
-	    ret_from_magicscan(ret);
+	    /* Same switch as end of magic_scandesc function */
+	    switch(ret) {
+		case CL_EFORMAT:
+		case CL_EMAXREC:
+		case CL_EMAXSIZE:
+		case CL_EMAXFILES:
+		    cli_dbgmsg("Descriptor[%d]: %s\n", desc, cl_strerror(ret));
+		case CL_CLEAN: /* here, only from cli_checkfp() */
+		    cache_add(hash, hashed_size, ctx);
+		    ret_from_magicscan(CL_CLEAN);
+		default:
+		    ret_from_magicscan(ret);
+	    }
 	}
     }
 

--- End Message ---
--- Begin Message ---
On Tue, 2012-08-14 at 12:54 -0400, Scott Kitterman wrote:
> Please unblock package clamav
> 
> Fixes RC bug #684697 which is a regression from 0.97.3 currently in squeeze.

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: