From: maniacikarus Date: Fri, 29 May 2009 23:43:57 +0000 (+0200) Subject: Changed squidclamav config X-Git-Tag: v2.5-rc1~12 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=5a51a7c2a9ddb3b1f3b13b7c69948efe332c9ac3 Changed squidclamav config --- diff --git a/config/squidclamav/squidclamav.conf b/config/squidclamav/squidclamav.conf index 8e153bd0c7..62b85b57b0 100644 --- a/config/squidclamav/squidclamav.conf +++ b/config/squidclamav/squidclamav.conf @@ -5,7 +5,7 @@ debug 0 force 1 stat 0 clamd_local /var/run/clamav/clamd -timeout 300 +timeout 30 abort ^.*\.pdf$ abort ^.*\.js$ abort ^.*\.html$ @@ -26,6 +26,6 @@ aborti ^.*\.gif$ aborti ^.*\.png$ aborti ^.*\.jpg$ aborti ^.*\.swf$ -content ^.*application\/.*$ abortcontenti ^.*application\/x-mms-framed.*$ abortcontenti ^.*application\/x-javascript.*$ +content ^.*application\/.*$ diff --git a/lfs/squidclamav b/lfs/squidclamav index 6d6d512a8b..a2887567cd 100644 --- a/lfs/squidclamav +++ b/lfs/squidclamav @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = squidclamav -PAK_VER = 6 +PAK_VER = 7 DEPS = "clamav"