From 5a51a7c2a9ddb3b1f3b13b7c69948efe332c9ac3 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Sat, 30 May 2009 01:43:57 +0200 Subject: [PATCH] Changed squidclamav config --- config/squidclamav/squidclamav.conf | 4 ++-- lfs/squidclamav | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.5