./www/squid30, Post-Harvest_cached WWW proxy cache and accelerator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q3, Version: 3.0.9nb1, Package name: squid-3.0.9nb1, Maintainer: taca

Squid is a fully-featured HTTP/1.0 proxy which is almost (but not
quite - we're getting there!) HTTP/1.1 compliant. Squid offers a rich
access control, authorization and logging environment to develop web
proxy and content serving applications.

Major new features from Squid 2.6:

* Code converted to C++, with significant internal restructuring and rewrites.
* ICAP implementation (RFC 3507 and www.icap-forum.org)
* Edge Side Includes (ESI) implementation (www.esi.org)

This Squid 3.0 is stable release but some functinality lacks from 2.6.

* refresh_stale_hit option. Not yet ported.
* ability to follow X-Forwarded-For. Not yet ported.
* Full caching of Vary/ETag using If-None-Match. Only basic Vary cache
supported. Not yet ported.
* Mapping of server error messages. Not yet ported.
* http_access2 access directive. Not yet ported.
* Location header rewrites. Not yet ported.
* wais_relay. Feature dropped as it's equivalent to cache_peer +
cache_peer_access.
* urlgroup. Not yet ported.
* collapsed forwarding. Not yet ported.
* stable Windows support. Irregularly maintained.

And COSS backend dosen't supported now.


Required to build:
[lang/perl5]

Package options: snmp, squid-backend-diskd, squid-carp, squid-ipf, squid-pam-helper, squid-unlinkd, ssl

Master sites:

SHA1: 3a06e62ef87caa23e64ee4192e6711dfe9d57591
RMD160: 012f3a125624782a96c52694ed68baabe50029c8
Filesize: 1753.326 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-26 15:42:30 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #2559 - requested by taca
squid26: Fix transparent proxy option
squid27: Fix transparent proxy option
squid30: Fix transparent proxy option

Revisions pulled up:
www/squid/options.mk		1.15 via patch
www/squid26/Makefile		1.3 via patch
www/squid27/Makefile		1.3 via patch
www/squid30/Makefile		1.3 via patch
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Fri Oct 24 14:14:53 UTC 2008

Modified Files:
	pkgsrc/www/squid: options.mk

Log message:
I forgot to update transparent proxy related options' processing and
these options were no effect.  So, fix  these options' processing.

Noted by Greg Kerr via private mail and much thanks to him.
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Fri Oct 24 14:15:49 UTC 2008

Modified Files:
	pkgsrc/www/squid26: Makefile
	pkgsrc/www/squid27: Makefile
	pkgsrc/www/squid30: Makefile

Log message:
Bump squid's PKGREVISION to reflect fix of transparent proxy package options.