diff options
author | taca <taca@pkgsrc.org> | 2005-03-31 16:44:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-03-31 16:44:25 +0000 |
commit | 2541561dea5dff44a1ba275c62cc30368fc500b2 (patch) | |
tree | 89179e561aedef2c039ad5fce3871c0de382751c /www/squid/patches | |
parent | a5ea0a32ea96cabf1dbc55cff464032f6468e292 (diff) | |
download | pkgsrc-2541561dea5dff44a1ba275c62cc30368fc500b2.tar.gz |
Update squid packate to 2.5.9nb2.
Add these official patches:
* 2005-03-30 22:51 (Cosmetic)
external acls requiring authentication does not request new
credentials on access denials like proxy_auth does.
* 2005-03-29 09:52 (Cosmetic)
New cachemgr pending_objects and client_objects actions
* 2005-03-26 23:53 (Minor) rename() related cleanup
* 2005-03-30 22:51 (Medium)
Fails to process requests for files larger than 2GB in size
* 2005-03-19 23:57 (Cosmetic)
aufs warning about open event filedescriptors on shutdown
* 2005-03-19 01:35 (Minor) --disable-hostname-checks not working
* 2005-03-19 01:11 (Cosmetic) LDAP helpers fails to compile with SUN LDAP SDK
* 2005-03-21 20:44 (Minor)
CONNECT requests truncated if client side disconnects first
assertion failed: comm.c:430: "ntohs(address->sin_port) != 0"
* 2005-03-19 00:25 (Minor)
Basic authentication fails with very long logins or password
* 2005-03-29 08:45 (Minor) Several minor aufs issues
* 2005-03-09 15:46 (Cosmetic)
Extend relaxed_header_parser to work around "excess data from"
errors from many major web servers.
* 2005-03-09 15:46 (Cosmetic)
Duplicate content-length headers logged as conflicting with
relaxed_header_parser off
* 2005-03-09 15:46 (Cosmetic)
Defer digest fetch if the peer is not allowed to be used
* 2005-03-10 23:38 (Minor) Incorrect use of ctype functions
* 2005-03-15 04:27 (Minor) compile warnings due to pid_t not being an int
* 2005-03-09 15:46 (Minor)
bzero is a non-standard function not available on all platforms
* 2005-03-09 15:46 (Cosmetic)
Check several squid.conf directives for int overflows
* 2005-03-09 15:46 (Cosmetic) Clarify delay_access function
* 2005-03-09 15:46 (Minor)
reload_into_ims fails to revalidate negatively cached entries
* 2005-03-09 15:46 (Minor) Handle odd date formats
Diffstat (limited to 'www/squid/patches')
-rw-r--r-- | www/squid/patches/patch-cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/patches/patch-cc b/www/squid/patches/patch-cc index 6c3cd1465ee..6b3c3f312c4 100644 --- a/www/squid/patches/patch-cc +++ b/www/squid/patches/patch-cc @@ -1,6 +1,6 @@ -$NetBSD: patch-cc,v 1.2 2004/08/22 15:11:09 taca Exp $ +$NetBSD: patch-cc,v 1.3 2005/03/31 16:44:25 taca Exp $ ---- src/fs/diskd/store_io_diskd.c.orig 2002-08-09 05:17:41.000000000 +0900 +--- src/fs/diskd/store_io_diskd.c.orig 2005-03-28 23:52:36.000000000 +0900 +++ src/fs/diskd/store_io_diskd.c @@ -37,9 +37,12 @@ #include "squid.h" @@ -15,4 +15,4 @@ $NetBSD: patch-cc,v 1.2 2004/08/22 15:11:09 taca Exp $ + #include "store_diskd.h" - static int storeDiskdSend(int, SwapDir *, int, storeIOState *, int, int, off_t); + static int storeDiskdSend(int, SwapDir *, int, storeIOState *, int, off_t, int); |