summaryrefslogtreecommitdiff
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-01-28 05:39:23 +0000
committertaca <taca@pkgsrc.org>2007-01-28 05:39:23 +0000
commit8bb6483d759a834afb6593551db3d3604bcd169f (patch)
tree66c3b970292c00a6f55d661795058a3c7fb590c4 /www/squid/Makefile
parent80911ce74c2287f36ea1e98a2e3fe30aa01f41fe (diff)
downloadpkgsrc-8bb6483d759a834afb6593551db3d3604bcd169f.tar.gz
Update squid to 2.6.9 (2.6.STABLE9). I deleted DIST_SUBDIR for now.
Changes to squid-2.6.STABLE9 (Jan 24 2007) - Bug #1878: If-Modified-Since broken in 2.6.STABLE8 - Bug #1877 diskd bug in storeDiskdIOCallback() Changes to squid-2.6.STABLE8 (Jan 21 2007) - Bug #1873: authenticateNTLMFixErrorHeader: state 4. - Document the https_port vhost option, useful in combination with a wildcard certificate - Document the existence of connection pinning / forwarding of NTLM auth and a few other features overlooked in the release notes. - Spelling correction of the ssl cache_peer option - Add back the optional "accel" http_port option. Makes accelerator mode configurations easier to read. - Bug #1872: Date parsing error causing objects to get unexpectedly cached. - Cleanup to have the access.log tags autogenerated from enums.h - Bug #1783: STALE: Entry's timestamp greater than check time. Clock going backwards? - Don't update object timestamps on a failed revalidation. - Fix how ftp://user@host URLs is rendered when Squid is built with leak checking enabled
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index af8658efcbf..8ac47a67ef4 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.187 2007/01/14 04:12:12 taca Exp $
+# $NetBSD: Makefile,v 1.188 2007/01/28 05:39:23 taca Exp $
-DISTNAME= squid-2.6.STABLE7
+DISTNAME= squid-2.6.STABLE9
PKGNAME= ${DISTNAME:S/STABLE//}
-#PKGREVISION=
CATEGORIES= www
MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.6/ \
ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \
@@ -14,7 +13,6 @@ HOMEPAGE= http://www.squid-cache.org/
COMMENT= Post-Harvest_cached WWW proxy cache and accelerator
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
-DIST_SUBDIR= ${PKGNAME_NOREV}
DOCDIR= ${PREFIX}/share/doc/squid
EXAMPLESDIR= ${PREFIX}/share/examples/squid