pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/squidclamav Changes 6.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00e126f36967
branches:  trunk
changeset: 592345:00e126f36967
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 01 07:57:30 2011 +0000

description:
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:

 www/squidclamav/Makefile |  4 ++--
 www/squidclamav/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 01fff4bdc9d1 -r 00e126f36967 www/squidclamav/Makefile
--- a/www/squidclamav/Makefile  Thu Sep 01 04:04:14 2011 +0000
+++ b/www/squidclamav/Makefile  Thu Sep 01 07:57:30 2011 +0000
@@ -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/}
 
diff -r 01fff4bdc9d1 -r 00e126f36967 www/squidclamav/distinfo
--- a/www/squidclamav/distinfo  Thu Sep 01 04:04:14 2011 +0000
+++ b/www/squidclamav/distinfo  Thu Sep 01 07:57:30 2011 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/05/11 04:31:15 adam Exp $
+$NetBSD: distinfo,v 1.2 2011/09/01 07:57:30 adam Exp $
 
-SHA1 (squidclamav-6.2.tar.gz) = 6eb4a7427a368996fd965bc92012e43cced55171
-RMD160 (squidclamav-6.2.tar.gz) = 615e9baa2197f8953d25b86a1677e9f4646fd329
-Size (squidclamav-6.2.tar.gz) = 845585 bytes
+SHA1 (squidclamav-6.4.tar.gz) = 8953c45572a08d36d2d5b86eb7cb88062c179f8a
+RMD160 (squidclamav-6.4.tar.gz) = 5aa714479aa84db2cd959acab630998f2d46e0ac
+Size (squidclamav-6.4.tar.gz) = 840856 bytes
 SHA1 (patch-etc_Makefile.in) = 23a87a5ee484ab7ef7c50a5716f436b83f7e7449



Home | Main Index | Thread Index | Old Index