diff options
author | adam <adam@pkgsrc.org> | 2011-09-01 07:57:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-09-01 07:57:30 +0000 |
commit | 1bc4ce478995d0953e37c5992b8c6a8fd9238b2b (patch) | |
tree | 04f2f800b6cbaf8a748dcd8922b39a2a133683a2 /www/squidclamav/Makefile | |
parent | 561fdc5b60248d1195a3b6b8fc09f80758701e2d (diff) | |
download | pkgsrc-1bc4ce478995d0953e37c5992b8c6a8fd9238b2b.tar.gz |
Changes 6.4:
* Change default value for clamd_local configuration directive to the
common package default clamd local socket '/var/run/clamav/clamd.ctl'.
* The origin of the double free corruption was partially found in last
release. It is now completely fixed. Thanks to Tim Weippert for the
report.
* The call to squidGuard from SquidClamav by a bidirectional pipe seem
to make squid/c-icap system going slower and slower. The reason comes
from more and more pending squidGuard processes after c-icap thread
restarting. The historical reason of this feature is related to Squid
version 2.x that doesn't allow to chained url_rewrite_program. I think
this is no more useful so the squidguard configuration directive will
be removed in next major release. Thank to Marco Schuth and David
Tannheimeri for the report.
You'd better use the Squid configuration file (squid.conf) and the
'url_rewrite_program' directive to use squidGuard. There's no plan to
reintroduce the call to squidGuard from SquidClamav at least until
squidGuard has a daemon mode or you really asked for it.
* Fix an issue on reallocating mishandled null pattern array.
Diffstat (limited to 'www/squidclamav/Makefile')
-rw-r--r-- | www/squidclamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squidclamav/Makefile b/www/squidclamav/Makefile index 1e615d6f0ef..68600f6a8b6 100644 --- a/www/squidclamav/Makefile +++ b/www/squidclamav/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/11 04:31:15 adam Exp $ +# $NetBSD: Makefile,v 1.2 2011/09/01 07:57:30 adam Exp $ -DISTNAME= squidclamav-6.2 +DISTNAME= squidclamav-6.4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squidclamav/} |