diff options
author | taca <taca@pkgsrc.org> | 2009-06-30 17:17:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-06-30 17:17:39 +0000 |
commit | 50ccff3ae6bf3cc909114d80b30f9ee06dd974d4 (patch) | |
tree | 65623c9ed1ba05c3bffc6782108e09d7b5d795cd /www/squid30/Makefile | |
parent | aa6f3685efd56184ac4b7905c8af3a0815b9ab07 (diff) | |
download | pkgsrc-50ccff3ae6bf3cc909114d80b30f9ee06dd974d4.tar.gz |
Update squid30 package to 3.0.16 (squid-3.0.STABLE16).
(This is a leaf package.)
Changes to squid-3.0.STABLE16 (15 Jun 2009):
- Bug 2672: cacheMemMaxSize 32-bit overflow during snmpwalk
- Bug 2481: Don't set expires: now in generated error responses
- Bug 2387: The calculation of the number of hash buckets correctly
- Fix infinite loop in MSNT auth helper
- Fix FD_SETSIZE on FreeBSD
- Fix stripping NT domain in squid_ldap_group
- Fix RADIUS auth helper build
- Add Translate: and Unless-Modified-Since: headers to known list
- Make fakeauth handle NTLMv2 better
- Better Kerberos support detection
- Several Widows port fixes
Changes to squid-3.0.STABLE16-RC1 (16 May 2009):
- Bug 1148: Ported from 3.1: Chunked Transfer Encoding
- Bug 2648: NTLM helpers not shutting down when deferred
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 7e612cd07ee..4018f2176c0 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2009/05/19 08:59:37 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2009/06/30 17:17:39 taca Exp $ -DISTNAME= squid-3.0.STABLE15 +DISTNAME= squid-3.0.STABLE16 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.0/ |