diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-20 20:08:31 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-20 20:08:31 +0000 |
commit | eee0fd8f992d551a0d9f19b4959e02ecb40a70c3 (patch) | |
tree | c04d79d3b4667add80ca8f6268fd309b40769e1f /net-proxy/squidclamav/files | |
parent | stable for x86 (diff) | |
download | gentoo-2-eee0fd8f992d551a0d9f19b4959e02ecb40a70c3.tar.gz gentoo-2-eee0fd8f992d551a0d9f19b4959e02ecb40a70c3.tar.bz2 gentoo-2-eee0fd8f992d551a0d9f19b4959e02ecb40a70c3.zip |
Initial import from bug #138855, thanks to Cedric Krier <ced@ced.homedns.org>.
(Portage version: 2.1.1)
Diffstat (limited to 'net-proxy/squidclamav/files')
-rw-r--r-- | net-proxy/squidclamav/files/digest-squidclamav-3.0 | 3 | ||||
-rw-r--r-- | net-proxy/squidclamav/files/squidclamav-3.0-gentoo.patch | 19 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-proxy/squidclamav/files/digest-squidclamav-3.0 b/net-proxy/squidclamav/files/digest-squidclamav-3.0 new file mode 100644 index 000000000000..d4ef69021cf7 --- /dev/null +++ b/net-proxy/squidclamav/files/digest-squidclamav-3.0 @@ -0,0 +1,3 @@ +MD5 1f45ae6208b82d19a56e34a7a3b56ea5 squidclamav-3.0.tar.gz 128954 +RMD160 7d24d0a3c722413a666a0a4ee82c3b1e3e2357b4 squidclamav-3.0.tar.gz 128954 +SHA256 190f62280bbef6a38da1cfcf16ba1158bb65a5be7e18221f83565ca701c3a3b6 squidclamav-3.0.tar.gz 128954 diff --git a/net-proxy/squidclamav/files/squidclamav-3.0-gentoo.patch b/net-proxy/squidclamav/files/squidclamav-3.0-gentoo.patch new file mode 100644 index 000000000000..e345af62c3bc --- /dev/null +++ b/net-proxy/squidclamav/files/squidclamav-3.0-gentoo.patch @@ -0,0 +1,19 @@ +diff -Nru squidclamav.orig/squidclamav.conf.dist squidclamav/squidclamav.conf.dist +--- squidclamav.orig/squidclamav.conf.dist 2006-08-28 11:55:15.000000000 +0300 ++++ squidclamav/squidclamav.conf.dist 2006-09-20 22:28:12.728508250 +0300 +@@ -36,12 +36,12 @@ + # proxy http://127.0.0.1:3128/ + # logfile /var/log/squidclamav.log + # redirect http://proxy.domain.com/cgi-bin/clwarn.cgi +-# squidguard /usr/local/squidGuard/bin/squidGuard ++# squidguard /usr/bin/squidGuard + # debug 0 + # force 1 + # stat 1 +-# clamd_local /tmp/clamd +-# clamd_ip 192.168.1.5 ++# clamd_local /var/run/clamav/clamd.sock ++# clamd_ip 127.0.0.1 + # clamd_port 3310 + # timeout 60 + # abort ^.*\.gz$ |