mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
squidclamav: Remove package from IPFire as agreed in dev video call 3rd Jul 2023
- Removal of lfs file - Removal of rootfile - Removal of backup includes file - Removal of three patches - Removal of paks files - Adjustment of make.sh to remove squidclamav Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
bf99f427ca
commit
a6039dc9d1
@@ -1 +0,0 @@
|
||||
/etc/squidclamav.conf
|
||||
@@ -1,14 +0,0 @@
|
||||
etc/squidclamav.conf
|
||||
usr/bin/squidclamav
|
||||
#usr/libexec/squidclamav
|
||||
#usr/libexec/squidclamav/clwarn.cgi
|
||||
#usr/libexec/squidclamav/clwarn.cgi.de_DE
|
||||
#usr/libexec/squidclamav/clwarn.cgi.en_EN
|
||||
#usr/libexec/squidclamav/clwarn.cgi.fr_FR
|
||||
#usr/libexec/squidclamav/clwarn.cgi.pt_BR
|
||||
#usr/libexec/squidclamav/clwarn.cgi.ru_RU
|
||||
#usr/share/man/man1/squidclamav.1
|
||||
#usr/share/squidclamav
|
||||
#usr/share/squidclamav/README
|
||||
var/ipfire/backup/addons/includes/squidclamav
|
||||
srv/web/ipfire/html/clwarn.cgi
|
||||
@@ -1,39 +0,0 @@
|
||||
squid_ip 127.0.0.1
|
||||
squid_port 800
|
||||
#
|
||||
logfile /var/log/squid/squidclamav.log
|
||||
redirect http://127.0.0.1:81/clwarn.cgi
|
||||
#
|
||||
debug 0
|
||||
stat 0
|
||||
#
|
||||
clamd_local /var/run/clamav/clamd
|
||||
#clamd_ip 192.168.1.5
|
||||
#clamd_port 3310
|
||||
#
|
||||
maxsize 5000000
|
||||
maxredir 30
|
||||
timeout 60
|
||||
trust_cache 1
|
||||
#
|
||||
# Do not scan standard HTTP images
|
||||
abort ^.*\.(ico|gif|png|jpg)$
|
||||
abortcontent ^image\/.*$
|
||||
#
|
||||
# Do not scan text and javascript files
|
||||
abort ^.*\.(css|xml|xsl|js|html|jsp)$
|
||||
abortcontent ^text\/.*$
|
||||
abortcontent ^application\/x-javascript$
|
||||
#
|
||||
# Do not scan streaming videos
|
||||
abortcontent ^video\/mp4$
|
||||
abortcontent ^video\/x-flv$
|
||||
#
|
||||
# Do not scan pdf and flash
|
||||
#abort ^.*\.(pdf|swf)$
|
||||
#
|
||||
# Do not scan sequence of framed Microsoft Media Server (MMS) data packets
|
||||
abortcontent ^.*application\/x-mms-framed.*$
|
||||
#
|
||||
# White list some sites
|
||||
whitelist .*\.clamav.net
|
||||
Reference in New Issue
Block a user