Subject: CVS commit: pkgsrc/www/squid
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 10/13/2002 19:43:23
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Oct 13 16:43:23 UTC 2002

Modified Files:
	pkgsrc/www/squid: Makefile PLIST distinfo
	pkgsrc/www/squid/patches: patch-aa patch-ab patch-ad patch-ae patch-ag
	    patch-aj patch-ak patch-al patch-an patch-ba patch-bb
Added Files:
	pkgsrc/www/squid/patches: patch-bc
Removed Files:
	pkgsrc/www/squid/patches: patch-am

Log Message:
Update squid to 2.5.1 with several patches from
http://www.squid-cache.org/Versions/v2/2.5/bugs/.

Now try to install more authentication modules, but those modules
should be handled by proper frame work (Curretly, SASL modules
aren't handled).

Changes to squid-2.5 ():

	- Major rewrite of proxy authentication to support other schemes
	  than basic. First in the line is NTLM support but others can
	  easily be added (minimal digest is present). See Programmers Guide.
	  (Robert Collins & Francesco Chemolli)
	- Reworked how request bodies are passed down to the protocols.
	  Now all client side processing is inside client_side.c, and
	  the pass and pump modules is no longer used.
	- Optimized searching in proxy_auth and ident ACL types. Squid should
	  now handle large access lists a lot more efficiently.
	  (Francesco Chemolli)
	- Fixed forwarding/peer loop detection code (Brian Degenhardt) -
	  now a peer is ignored if it turns out to be us, rather than
	  committing suicide
	- Changed the internal URL code to obey appendDomain for internal
	  objects if it needs appending. This fixes weirdnesses where
	  a machine can think it is "foo.bar.com", and "foo" is requested.
	  (Brian Degenhardt)
	- Added the use of Automake to create the Makefile.in's in the squid
	  source tree. This will allow libtool in the future, and immediately
	  allows better dependency tracking - with or without gcc - as well
	  as the dist-all and distcheck targets for developers which respectively
	  build a tar.gz and a tar.bz2 distribution, and check that what will be
	  distributed builds.
	- Added TOS and source address selection based on ACLs,
	  written by Roger Venning. This allows administrators to set
	  the TOS precedence bits and/or the source IP from a set of
	  available IPs based upon some ACLs, generally to map different
	  users to different outgoing links and traffic profiles.
	- Added 'max-conn' option to 'cache_peer'
	- Added SSL gatewaying support, allowing Squid to act as a SSL server
	  in accelerator setups.
	- SASL authentication helper by Ian Castle
	- msntauth updated to v2.0.3
	- no_cache now applies to cache hits as well as cache misses
	- the Gopher client in Squid has been significantly improved
	- Squid now sanity checks FTP data connections to ensure the
	  connection is from the requested server. Can be disabled if
	  needed by turning off the ftp_sanitycheck option.
	- external acl support. A mechanism where flexible ACL checks
	  can be driven by external helpers. See the external_acl_type
	  and acl external directives.
	- Countless other small things and fixes
	- HTML pages generated by Squid or CacheMgr as well as the
	  ERR documents now contain a doctype declaration so that
	  browsers know which HTML specification the document uses.
	  In addition to that they have a new look (background-color, font)
	  and are valid according to the HTML standards at www.w3.org.
	  (Clemens Löser)
	- Login and password send to Basic auth helpers is now URL escaped
	  to allow for spaces and other "odd" characters in logins and
	  passwords
	- Proxy Authentication is no longer blindly forwarded to peer
	  caches if not used locally. If forwarding of proxy authentication
	  is desired then it must now be configured with the login=PASS
	  cache_peer option.
	- Responses with Vary: in the header are now cached by squid.
	  (Henrik Nordstrom).
	- Removed unused 'siteselect_timeout' directive.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 pkgsrc/www/squid/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/squid/PLIST
cvs rdiff -r1.16 -r1.17 pkgsrc/www/squid/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/www/squid/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/www/squid/patches/patch-ab \
    pkgsrc/www/squid/patches/patch-aj pkgsrc/www/squid/patches/patch-ak
cvs rdiff -r1.3 -r1.4 pkgsrc/www/squid/patches/patch-ad \
    pkgsrc/www/squid/patches/patch-al
cvs rdiff -r1.4 -r1.5 pkgsrc/www/squid/patches/patch-ae
cvs rdiff -r1.11 -r1.12 pkgsrc/www/squid/patches/patch-ag
cvs rdiff -r1.1 -r0 pkgsrc/www/squid/patches/patch-am
cvs rdiff -r1.2 -r1.3 pkgsrc/www/squid/patches/patch-an \
    pkgsrc/www/squid/patches/patch-ba
cvs rdiff -r1.1 -r1.2 pkgsrc/www/squid/patches/patch-bb
cvs rdiff -r0 -r1.1 pkgsrc/www/squid/patches/patch-bc

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