diff options
author | taca <taca> | 2009-06-30 17:17:39 +0000 |
---|---|---|
committer | taca <taca> | 2009-06-30 17:17:39 +0000 |
commit | 1ccadf44722ef9f3a761fa118b92546c1941ab68 (patch) | |
tree | 65623c9ed1ba05c3bffc6782108e09d7b5d795cd /www | |
parent | 83821f288f5cf82c351c2116b9c0f1a33852e1ac (diff) | |
download | pkgsrc-1ccadf44722ef9f3a761fa118b92546c1941ab68.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')
-rw-r--r-- | www/squid30/Makefile | 4 | ||||
-rw-r--r-- | www/squid30/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/www/squid30/distinfo b/www/squid30/distinfo index 051124e9593..9a8d846cc8d 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2009/05/08 13:39:09 taca Exp $ +$NetBSD: distinfo,v 1.9 2009/06/30 17:17:39 taca Exp $ -SHA1 (squid-3.0.STABLE15.tar.bz2) = f01697bee0af0084db62b87b0646298775f53c28 -RMD160 (squid-3.0.STABLE15.tar.bz2) = e8e54377672de849cfd7c5bd687ff0c97f68c961 -Size (squid-3.0.STABLE15.tar.bz2) = 1782217 bytes +SHA1 (squid-3.0.STABLE16.tar.bz2) = d4438516e63a8ef232eac8526b7b4be27fdeca1f +RMD160 (squid-3.0.STABLE16.tar.bz2) = 0f99505962a8ea2cedca57b134828b94ba8b7426 +Size (squid-3.0.STABLE16.tar.bz2) = 1796458 bytes SHA1 (patch-ad) = 5e126ffb1427f986484c3c32baf5ae3da409262d SHA1 (patch-ae) = bc38307f8039a7bc63f1e1572df30d20ee161b8a SHA1 (patch-ah) = ab3b9add2a8836a5d5307645eb547d732e6496d0 |