]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Upgraded Squidclamav to current stable, modified config
authorManiacikarus <maniacikarus@ipfire.org>
Sun, 7 Dec 2008 12:45:01 +0000 (13:45 +0100)
committerManiacikarus <maniacikarus@ipfire.org>
Sun, 7 Dec 2008 12:45:01 +0000 (13:45 +0100)
config/squidclamav/squidclamav.conf
lfs/squidclamav

index 43a0a6f5d4528dcff16690cb8c488141a558ff9d..8e153bd0c7cd723aa961f5dd51b7b5165bf2e535 100644 (file)
@@ -5,10 +5,27 @@ debug 0
 force 1
 stat 0
 clamd_local /var/run/clamav/clamd
-timeout 600
+timeout 300
+abort ^.*\.pdf$
+abort ^.*\.js$
 abort ^.*\.html$
 abort ^.*\.css$
 abort ^.*\.xml$
 abort ^.*\.xsl$
+abort ^.*\.js$
+abort ^.*\.html$
+abort ^.*\.css$
+abort ^.*\.xml$
+abort ^.*\.xsl$
+abort ^.*\.js$
+abort ^.*\.jsp$
+abort ^.*\.jsp\?.*$
+aborti ^.*servlet.*$
+abort ^.*\.ico$
+aborti ^.*\.gif$
+aborti ^.*\.png$
+aborti ^.*\.jpg$
+aborti ^.*\.swf$
 content ^.*application\/.*$
-
+abortcontenti ^.*application\/x-mms-framed.*$
+abortcontenti ^.*application\/x-javascript.*$
index e753ca0abaa1ad25794528bcf2bbbcc27ef748cd..3ac00c87ea4ce63ccca6e68dc1906458d57c1c0a 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.7
+VER        = 3.8
 
 THISAPP    = squidclamav-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = squidclamav
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       = "clamav"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 95a3f81133edfb6a905f491f994f7d95
+$(DL_FILE)_MD5 = 8e873863ed54ed89b2d8853f281817c2
 
 install : $(TARGET)