diff options
author | taca <taca@pkgsrc.org> | 2007-03-17 15:14:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-03-17 15:14:27 +0000 |
commit | 338a75820b8ce457f25ab67474ef3672d3d8be04 (patch) | |
tree | 5a1c17c51e48a2c28aeb45b84d3b926446a96a61 /www/squid/Makefile | |
parent | de4dd047fb4ecf7fc21bb199db9a6f34b7a58523 (diff) | |
download | pkgsrc-338a75820b8ce457f25ab67474ef3672d3d8be04.tar.gz |
Update squid to 2.6.11 (squid-2.6.STABLE11).
Changes to squid-2.6.STABLE11 (Mar 17 2007)
- Bug #1915: assertion failed: client_side.c:4055: "buf != NULL ||
!conn->body.request"
- Handle garbage helper responses better in concurrent protocol format
- Fix kqueue when overflowing the changes queue
- Make sure the child worker process commits suicide if it could
not start up
- Don't log short responses at debug level 1
- Fix bswap16 & bwsap32 error on NetBSD
- Fix collapsed_forwarding for non-GET requests
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 56283d368eb..318d33276d1 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.189 2007/03/04 11:32:59 taca Exp $ +# $NetBSD: Makefile,v 1.190 2007/03/17 15:14:27 taca Exp $ -DISTNAME= squid-2.6.STABLE10 +DISTNAME= squid-2.6.STABLE11 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.6/ \ |