Subject: CVS commit: pkgsrc/www/squid
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 09/07/2007 10:39:37
Module Name:	pkgsrc
Committed By:	taca
Date:		Fri Sep  7 10:39:37 UTC 2007

Modified Files:
	pkgsrc/www/squid: Makefile distinfo
	pkgsrc/www/squid/patches: patch-aa patch-ab patch-ad patch-ae patch-ak
	    patch-an patch-ap patch-ar patch-as patch-au
Added Files:
	pkgsrc/www/squid/patches: patch-av

Log Message:
Update squid to 2.6.16 (2.6.STABLE16).

Changes to squid-2.6.STABLE16 (5 Sep 2007)

	- Test for sys/capability.h linux include file to avoid failing on
	  linux systems missing libcap
	- Release private objects on cache rebuild
	- Segfault in clientBuildReplyHeader when http->entry == NULL
	- Bug #2072: digest_pw_auth fails when using plaintext passwords
	- Bug #2073: assertion failed: client_side.c:4175: "buf != NULL ||
	  !conn->body.request on POST
	- Adjust default pconn timeouts to avoid shutting down connection while
	  child sends request
	- Bug #1980: cache_peer monitortimeout not working
	- Bug #1882: Parent responses are not cached if sibling returns 504
	- More squid.conf reordering to get the dependencies between options
	  sorted proper

Changes to squid-2.6.STABLE15 (31 Aug 2007)

	- The select() I/O loop got broken by the /dev/poll addition
	  (2.6.STABLE14)
	- Bug #2017: Fails to work around broken servers sending just the HTTP
	  headers
	- Bug #2023: Compile error with old GCC 2.x or other ANSI-C compilers
	  before C99
	- squid.conf.default updated and reorganised in more sensible groups
	- correct and document the syslog access_log format
	- Armenian error pages translation
	- digest_ldap_helper usage help updated
	- Bug #1560: ftpSendPasv: getsockname(-1,..): (9) Bad file descriptor
	- Improve delay pools in low traffic environment by checking timeouts
	  at a steady 1 second interval even when there is not much activity
	- Don't request authentication on transparently intercepted
	  connections
	- Cleanup linux capabilities for tproxy
	- Bug #2003: 'via' config directive doesn't affect response headers
	- Bug #1902: Adds Numeric Hit and invalid request counters to IP Cache
	- Add missing $|=1 to squid_db_auth
	- Bug #2050: Persistent connection dropped if cache has no
	  Content-Length
	- Verify the URL on memory cache hits
	- Bug #2057: NTLM stop work in messengers after upgrade to 2.6.STABLE14
	- Bug #1972: Squid sets peers to down state when they are in fact
	  working.
	- potential segmentation fault in storeLocateVary()
	- Bug #2066: chdir after chroot
	- Windows port: Fix compiler warnings when building Squid as
	  application (not Windows service mode)
	- Spelling correction of received


To generate a diff of this commit:
cvs rdiff -r1.195 -r1.196 pkgsrc/www/squid/Makefile
cvs rdiff -r1.133 -r1.134 pkgsrc/www/squid/distinfo
cvs rdiff -r1.21 -r1.22 pkgsrc/www/squid/patches/patch-aa
cvs rdiff -r1.9 -r1.10 pkgsrc/www/squid/patches/patch-ab
cvs rdiff -r1.11 -r1.12 pkgsrc/www/squid/patches/patch-ad \
    pkgsrc/www/squid/patches/patch-ae
cvs rdiff -r1.12 -r1.13 pkgsrc/www/squid/patches/patch-ak
cvs rdiff -r1.14 -r1.15 pkgsrc/www/squid/patches/patch-an
cvs rdiff -r1.6 -r1.7 pkgsrc/www/squid/patches/patch-ap
cvs rdiff -r1.3 -r1.4 pkgsrc/www/squid/patches/patch-ar \
    pkgsrc/www/squid/patches/patch-as
cvs rdiff -r1.1 -r1.2 pkgsrc/www/squid/patches/patch-au
cvs rdiff -r0 -r1.1 pkgsrc/www/squid/patches/patch-av

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