Subject: CVS commit: pkgsrc/www/squid
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 12/12/2001 19:06:22
Module Name:	pkgsrc
Committed By:	taca
Date:		Wed Dec 12 17:06:21 UTC 2001

Modified Files:
	pkgsrc/www/squid: Makefile PLIST distinfo
	pkgsrc/www/squid/patches: patch-ag patch-aj patch-al
Added Files:
	pkgsrc/www/squid/patches: patch-am patch-ba

Log Message:
Update squid to 2.4.3 (squid-2.4.STABLE3), referring to tech-pkg's mail
from "Ciarcinski, Adam \(ISS Brussels\)" <ACiarcinski@iss.net>.

From ChangeLog:

Changes to Squid-2.4.STABLE3 (Nov 28, 2001):

	- Fixed bug #255: core dump on SSL/CONNECT if access denied by
	  miss_access
	- Fixed bug #246: corrupt on-disk meta information preventing
	  rebuilds of lost swap.state files
	- Fixed bug #243: squid_ldap_auth now supports spaces in passwords
	- Fixed a coredump when creating FTP directories
	- Fixed a compile time problem with statHistDump prototype mistmatch,
	  reported by some compilers
	- Fixed a potential coredump situation on snmpwalk in certain
	  configurations
	- Fixed bug #229: filedescriptor leakage in the "aufs" cache_dir
	  store implementation
	- Serbian error message translations

I added following changes, too.

o honor PKG_SYSCONFDIR keep SQUID_SYSCONFDIR effective.
o Add --disable-internal-dns.  This made external dnsserver
  available.  External dnsserver could be disabled with configuration
  file.
o Enable optimization with "-O".
o Fix a problem to access nat device when transparent proxy enabled.
  This fix will be contained in squid 2.5 release.
o setproctitle() hack for external dnsserver from daemonnews's article.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 pkgsrc/www/squid/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/squid/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/www/squid/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/www/squid/patches/patch-ag
cvs rdiff -r1.4 -r1.5 pkgsrc/www/squid/patches/patch-aj
cvs rdiff -r1.2 -r1.3 pkgsrc/www/squid/patches/patch-al
cvs rdiff -r0 -r1.1 pkgsrc/www/squid/patches/patch-am \
    pkgsrc/www/squid/patches/patch-ba

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.