diff options
author | taca <taca@pkgsrc.org> | 2007-01-28 05:39:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-01-28 05:39:23 +0000 |
commit | 8bb6483d759a834afb6593551db3d3604bcd169f (patch) | |
tree | 66c3b970292c00a6f55d661795058a3c7fb590c4 | |
parent | 80911ce74c2287f36ea1e98a2e3fe30aa01f41fe (diff) | |
download | pkgsrc-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
-rw-r--r-- | www/squid/Makefile | 6 | ||||
-rw-r--r-- | www/squid/distinfo | 8 |
2 files changed, 6 insertions, 8 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 diff --git a/www/squid/distinfo b/www/squid/distinfo index 5fc2b49e849..1252b296585 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.125 2007/01/14 04:12:12 taca Exp $ +$NetBSD: distinfo,v 1.126 2007/01/28 05:39:23 taca Exp $ -SHA1 (squid-2.6.7/squid-2.6.STABLE7.tar.bz2) = 7c5a7f1fbcdb0a2adbdf4e5641abc0ef7efefae2 -RMD160 (squid-2.6.7/squid-2.6.STABLE7.tar.bz2) = f0f9b06351bc94ed2436145e74f2686230071d96 -Size (squid-2.6.7/squid-2.6.STABLE7.tar.bz2) = 1262361 bytes +SHA1 (squid-2.6.STABLE9.tar.bz2) = d3ada8a02b2a9fe5bf50c4caa33e2f051262fa7d +RMD160 (squid-2.6.STABLE9.tar.bz2) = 3e591107daf6d6f0dd32a2909c598b41f2e5e89f +Size (squid-2.6.STABLE9.tar.bz2) = 1263060 bytes SHA1 (patch-aa) = bcbe4e0bf3cd632497dc8045c1b8d86842edf90c SHA1 (patch-ab) = e4b9213dcbae32b65d0fe69b9cf9cff49aae504e SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0 |