mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 05:22:59 +02:00
Upgraded Squidclamav to current stable, modified config
This commit is contained in:
@@ -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.*$
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user