diff options
author | taca <taca> | 2010-02-02 14:53:37 +0000 |
---|---|---|
committer | taca <taca> | 2010-02-02 14:53:37 +0000 |
commit | 427bf980bf4e9f47bfe4db270903d1f045739358 (patch) | |
tree | f74d8934aa1ee998d13277fe1c61755da58bdc9d /www | |
parent | ec914f9cace50f636a78530c13e0ace02745f67a (diff) | |
download | pkgsrc-427bf980bf4e9f47bfe4db270903d1f045739358.tar.gz |
Update squid30 pakcage to squid-3.0.23 (squid-3.0.STABLE23).
http://www.squid-cache.org/Advisories/SQUID-2010_1.txt
Changes to squid-3.0.STABLE23 (02 Feb 2010):
- Bug 2856: removing assert() required for 3.0 patch for SQUID-2010:1
- Regression Fix: Build error in Kerberos helper after library removal.
Changes to squid-3.0.STABLE22 (01 Feb 2010):
- Regression Fix: Make Squid abort on all config parse failures.
- Bug 2787: Reduce unexpected http status to non-critical warnings.
- Bug 2496: Downloading some variants in full before relaying
- Bug 2452: Add upper limit to external_acl_type entries.
- Removed optional kerberos/spnegohelp/ library due to licensing issues
- Add client_ip_max_connections
- Handle DNS header-only packets as invalid.
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 6e2f7226c6c..be08bfada30 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2009/12/25 13:49:56 taca Exp $ +# $NetBSD: Makefile,v 1.19 2010/02/02 14:53:37 taca Exp $ -DISTNAME= squid-3.0.STABLE21 +DISTNAME= squid-3.0.STABLE23 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= ${SQUID_MASTER_SITES} \ diff --git a/www/squid30/distinfo b/www/squid30/distinfo index cddd01654f0..5c5d5039076 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2009/12/25 13:49:56 taca Exp $ +$NetBSD: distinfo,v 1.17 2010/02/02 14:53:37 taca Exp $ -SHA1 (squid-3.0.STABLE21.tar.bz2) = f030f1f2a06b3d90997a21fd4d7acba80a025332 -RMD160 (squid-3.0.STABLE21.tar.bz2) = 46248bb2ec5b59f8ede15e531a942616f7a067dd -Size (squid-3.0.STABLE21.tar.bz2) = 1802875 bytes +SHA1 (squid-3.0.STABLE23.tar.bz2) = af82d9016797493ff5ce46db454608e3a69ad16c +RMD160 (squid-3.0.STABLE23.tar.bz2) = b9fb082a3e99e69cc5175035564867e96615a1bb +Size (squid-3.0.STABLE23.tar.bz2) = 1757984 bytes SHA1 (patch-ad) = 5e126ffb1427f986484c3c32baf5ae3da409262d SHA1 (patch-ae) = bc38307f8039a7bc63f1e1572df30d20ee161b8a SHA1 (patch-ah) = ab3b9add2a8836a5d5307645eb547d732e6496d0 |