summaryrefslogtreecommitdiff
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-04-02 01:30:37 +0000
committertaca <taca@pkgsrc.org>2008-04-02 01:30:37 +0000
commit686bcf5dcddaa22448cef3721759b8696a29d4b4 (patch)
treeff5548aa73fd0cf56e2c4b9f7dc9459ca982b9f3 /www/squid/Makefile
parent72cd35c545555171e561b7884f95510fc3d37cdd (diff)
downloadpkgsrc-686bcf5dcddaa22448cef3721759b8696a29d4b4.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/squid/Makefile')
-rw-r--r--www/squid/Makefile5
1 files changed, 2 insertions, 3 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