diff options
author | taca <taca> | 2008-04-02 01:30:37 +0000 |
---|---|---|
committer | taca <taca> | 2008-04-02 01:30:37 +0000 |
commit | 430c9f1776d6bff18e379f39853ab8c3e3b223f3 (patch) | |
tree | ff5548aa73fd0cf56e2c4b9f7dc9459ca982b9f3 /www | |
parent | 2bfecacb3362fe7c248e744cdd9ffd425529fa05 (diff) | |
download | pkgsrc-430c9f1776d6bff18e379f39853ab8c3e3b223f3.tar.gz |
Update squid package to 2.6.19 (2.6.STABLE19).
Changes to squid-2.6.STABLE19 (19 Mar 2008)
- Fix tcp_outgoing_address example config to match its description
- Bug #2198: assertion failed sc != NULL when using peer monitor
function
- Fix missing default disk store type into QUICKSTART example.
- Bugzilla #761 : Handle recursive completion operations in diskd.
- documentation bugfix for tcp_outgoing_tos directive
- Sort cache list in wccpv2 to ensure a consistent hash allocation
across all services
- Updated Ukrainan error pages
- Compile error in squid_kerb_auth under Mac OS X 10.5.2
- squid_radius_auth failed ro process more than 256 requests
- Clarified description of 'cache_vary' directive
- Make range_offset_limit 0 disable local range processing as
documented, even if the first range starts at 0
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 5 | ||||
-rw-r--r-- | www/squid/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index f368f56415e..5218b358ab3 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.204 2008/03/22 04:30:53 taca Exp $ +# $NetBSD: Makefile,v 1.205 2008/04/02 01:30:37 taca Exp $ -DISTNAME= squid-2.6.STABLE18 +DISTNAME= squid-2.6.STABLE19 PKGNAME= ${DISTNAME:S/STABLE//} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.6/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/squid/distinfo b/www/squid/distinfo index 9bdea16c771..6980791a6d7 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.136 2008/01/12 06:20:45 taca Exp $ +$NetBSD: distinfo,v 1.137 2008/04/02 01:30:37 taca Exp $ -SHA1 (squid-2.6.STABLE18.tar.bz2) = 9b3a46d5b004405cb958a95e34460ba4bfb503c8 -RMD160 (squid-2.6.STABLE18.tar.bz2) = cdebdd38060996a07534403441c7bf2d60eeb4b2 -Size (squid-2.6.STABLE18.tar.bz2) = 1304685 bytes +SHA1 (squid-2.6.STABLE19.tar.bz2) = cd031a3ba672a53054b512bbe43bbe6a58a13d53 +RMD160 (squid-2.6.STABLE19.tar.bz2) = 6888f5a7bfdb4eda5b9b5e2d41ed9ad520186130 +Size (squid-2.6.STABLE19.tar.bz2) = 1324732 bytes SHA1 (patch-aa) = 06712292968ae808494007a722da5710660d0fec SHA1 (patch-ab) = 42c3f2daa2294d346358c199a0c53d849d8b1c74 SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0 |