diff options
author | taca <taca@pkgsrc.org> | 2007-03-04 11:32:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-03-04 11:32:59 +0000 |
commit | 13e648b22d61edecce24467352e31292cf5e91e7 (patch) | |
tree | 360057d9c5dfc96a3a20bf106d1e2306098f0dbd /www | |
parent | f55b4f77cf36e25c75987e8b824a209f0c770f55 (diff) | |
download | pkgsrc-13e648b22d61edecce24467352e31292cf5e91e7.tar.gz |
Update www/squid to squid-2.6.10 (squid-2.6.STABLE10).
Changes to squid-2.6.STABLE10 (Mar 4 2007)
- Upgrade HTTP/0.9 responses to our HTTP version (HTTP/1.0)
- various diskd bugfixes
- In the access.log hierarchy field log the unique peer name
instead of the host name
- unlinkdClose() should be called after (not before) storeDirSync()
- CLEAN_BUF_SZ was defined, but never used anywhere
- logging HTTP-request size
- Fix icmp pinger communication on FreeBSD and other not supporing
large dgram AF_UNIX sockets
- Release objects on swapin failure
- Bug #1787: Objects stuck in cache if origin server clock in future
- Bug #1420: 302 responses with an Expires header is always cached
- Primitive support for HTTP/1.1 chunked encoding, working around
broken servers
- Clean up relations between TCP probing and DNS checks of peers with
no known addresses.
- Fix a minor HTML coding error in ftp directory listings with // in
the path
- Bug #1875, #1420. Cleanup of refresh logics when dealing with
non-refreshable content
- Negotiate authentication fixed again. Broken since STABLE7 by the
patch for Bug #1792.
- Bug #1892: COSS tries to shut down the same directory twice on exit
- Bug #1908: store*DirRebuildFromSwapLog() ignores some SWAP_LOG_DEL
entries
- Added support for Subversion HTTP request methods MKACTIVITY,
CHECKOUT and MERGE.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 4 | ||||
-rw-r--r-- | www/squid/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 8ac47a67ef4..56283d368eb 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.188 2007/01/28 05:39:23 taca Exp $ +# $NetBSD: Makefile,v 1.189 2007/03/04 11:32:59 taca Exp $ -DISTNAME= squid-2.6.STABLE9 +DISTNAME= squid-2.6.STABLE10 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.6/ \ diff --git a/www/squid/distinfo b/www/squid/distinfo index 46e3051815c..f008dc466b0 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.128 2007/02/06 22:06:32 joerg Exp $ +$NetBSD: distinfo,v 1.129 2007/03/04 11:32:59 taca Exp $ -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 (squid-2.6.STABLE10.tar.bz2) = 50ee869929f2cff340aa4f7e399b42340fae2d00 +RMD160 (squid-2.6.STABLE10.tar.bz2) = bbce19d234aba5bf37bea6bc7857ae4538c11937 +Size (squid-2.6.STABLE10.tar.bz2) = 1263023 bytes SHA1 (patch-aa) = bcbe4e0bf3cd632497dc8045c1b8d86842edf90c SHA1 (patch-ab) = e4b9213dcbae32b65d0fe69b9cf9cff49aae504e SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0 |