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

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


Branch: pkgsrc-2008Q4, Version: 3.0.13, Package name: squid-3.0.13, 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: 3c3bfaef1b5130c3cc85939b4acab3d039703266
RMD160: 359bdd2fcc3e396cee8eb9a58618308d5679175f
Filesize: 1767.132 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-05 18:54:00 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #2686 - requested by taca
squid30: security update

Revisions pulled up:
- www/squid30/Makefile			1.6-1.7
- www/squid30/distinfo			1.5-1.6
- www/squid30/patches/patch-aa		1.2
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Jan 22 17:23:47 UTC 2009

Modified Files:
	pkgsrc/www/squid30: Makefile distinfo
	pkgsrc/www/squid30/patches: patch-aa

Log message:
Update www/squid pacakge to 3.0.12(3.0.STABLE12).

Changes to squid-3.0.STABLE12 (21 Jan 2009):

	- Bug 2533: Solaris (sparc) 64-bit build breaks with gcc/g++
	- Bug 2542: ICAP filters break download resume
	- Bug 2556: HTCP fails without icp_port
	- Bug 2564: logformat '%tl' field not working as advertised
	- Port from 3.1: TestBed basic build consistency checks
	- Policy: Change half_closed_clients default to off
	- Policy: Removed -V command line option, deprecated by 2.6
	- ... and several other minor code cleanups
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Wed Feb  4 12:21:27 UTC 2009

Modified Files:
	pkgsrc/www/squid30: Makefile distinfo

Log message:
Update squid30 package to 3.0.13 (3.0.STABLE13).

Changes to squid-3.0.STABLE13 (03 Feb 2009):

	- Fix several issues in request parsing
	- Fix memory leak from logformat parsing
	- Fix various ESI build errors
	- ... and some documentation updates