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

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


Branch: pkgsrc-2009Q2, Version: 3.0.18, Package name: squid-3.0.18, 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: (Expand)

SHA1: 8d7db1cda7595e7e8673e9394009192b5a703cb1
RMD160: 5904724e51f0dec048568c03d244609b964f57c6
Filesize: 1759.084 KB

Version history: (Expand)


CVS history: (Expand)


   2009-08-05 13:57:41 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2850 - requested by taca
squid30: security update

Revisions pulled up:
- www/squid30/Makefile				1.15
- www/squid30/distinfo				1.13
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Wed Aug  5 01:47:11 UTC 2009

Modified Files:
	pkgsrc/www/squid30: Makefile distinfo

Log message:
Update squid30 package to 3.0.18 (3.0.STABLE18).

It contains some critical problem of 3.0.17 and really fix security
problem according to updated SQUID-2009_2.txt.

Changes to squid-3.0.STABLE18 (04 Aug 2009):

	- Bug 2728: regression: assertion failed: !eof
	- Bug 2732: reply_body_max_size smaller than error page loops
	            infinitely until out of memory
	- Bug 2725: pconn failure if domain or client_address are unset
	- Bug 2648: reserved helpers not shut down after reconfigure/rotate
	- Bug 2462: make check should tell when cppunit is missing
	- Remove excess messages about headers < minimum size
	- Support Libtool 2.2.6
   2009-07-28 12:01:04 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2839 - requested by taca
squid30: security update

Revisions pulled up:
- www/squid30/Makefile		1.14
- www/squid30/distinfo		1.12 via patch
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Mon Jul 27 16:13:26 UTC 2009

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

Log message:
Update www/squid package to 3.0.17 (3.0.STABLE17).

Changes to squid-3.0.STABLE17 (27 Jul 2009):

	- Bug 2680 regression: Crash after rotate with no helpers running
	- Bug 2710: squid_kerb_auth non-terminated string
	- Bug 2679: strsep and strtoll detection failure
	- Bug 2674: Remove limit on HTTP headers read.
	- Bug 2659: String length overflows on append, leading to segfaults
	- Bug 2620: Invalid HTTP response codes causes segfault
	- Bug 2080: wbinfo_group.pl - false positive under certain conditions
	- Bug 1087: ESI processor not quoting attributes correctly.
	- Fix: issue with AUFS/UFS/DiskD writing objects to disk cache
	- Several small build issues with previous release.