diff options
author | krion <krion@FreeBSD.org> | 2004-07-20 05:25:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-20 05:25:38 +0800 |
commit | 352add6ee1a4847a5788c58597ba2aba6a65de40 (patch) | |
tree | 388a6665ad4ec88d9bb7df9f113b3ccdd28f4cf1 /www/squid31/distinfo | |
parent | 3ccc11e1f5e45f079eb40e4be3ccfca5771adb58 (diff) | |
download | freebsd-ports-gnome-352add6ee1a4847a5788c58597ba2aba6a65de40.tar.gz freebsd-ports-gnome-352add6ee1a4847a5788c58597ba2aba6a65de40.tar.zst freebsd-ports-gnome-352add6ee1a4847a5788c58597ba2aba6a65de40.zip |
Integrate the following vendor patches as published on
http://www.squid-cache.org/Versions/v2/2.5/bugs/:
- fix a memory leak in client_db (squid bug #833)
- add delay pools information to cachemgr's active_requests
page
- make basic authentication operate case insensitive by
default, case sensitive operation can be enabled via
squid.conf
- log if cache files cannot be created for some reason
- make sure that a HTTP HEAD request does not return stale data
- correctly log partial hits as TCP_MISS instead of TCP_HIT
- fix memory leaks within the NTLM authentication helper
- handle the request_header_max_size directive correctly
- avoid creating a large number of queued DNS lookups for the
same domain in case of DNS problems
- update LDAP helper
PR: ports/69307
Submitted by: maintainer
Diffstat (limited to 'www/squid31/distinfo')
-rw-r--r-- | www/squid31/distinfo | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/www/squid31/distinfo b/www/squid31/distinfo index 334ce8158938..6607230a768c 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,4 +1,26 @@ MD5 (squid2.5/squid-2.5.STABLE6.tar.bz2) = 7fd964ac27b43b613d6b981cc702a29e SIZE (squid2.5/squid-2.5.STABLE6.tar.bz2) = 1047199 -MD5 (squid2.5/squid-2.5.STABLE6.ufs_no_valid_dir.patch) = 26a4ab522a2469f805f746bcdbe0109c -SIZE (squid2.5/squid-2.5.STABLE6.ufs_no_valid_dir.patch) = 566 +MD5 (squid2.5/squid-2.5.STABLE6-ufs_no_valid_dir.patch) = 26a4ab522a2469f805f746bcdbe0109c +SIZE (squid2.5/squid-2.5.STABLE6-ufs_no_valid_dir.patch) = 566 +MD5 (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 2c367b09a30a8c1bb8af290cbc5d15c8 +SIZE (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 25080 +MD5 (squid2.5/squid-2.5.STABLE6-concurrent_dns_lookups.patch) = 2d6c81bd95659aa936281962b86e8a90 +SIZE (squid2.5/squid-2.5.STABLE6-concurrent_dns_lookups.patch) = 6467 +MD5 (squid2.5/squid-2.5.STABLE6-request_header_max_size.patch) = 1900043f6b73aa8a3cbd5004633a6c5c +SIZE (squid2.5/squid-2.5.STABLE6-request_header_max_size.patch) = 765 +MD5 (squid2.5/squid-2.5.STABLE6-ntlm_challengereuse_leak.patch) = f8f2744de056a9a0cbe7cafe44e67c19 +SIZE (squid2.5/squid-2.5.STABLE6-ntlm_challengereuse_leak.patch) = 12192 +MD5 (squid2.5/squid-2.5.STABLE6-ntlm_noreuse_leak.patch) = 7a18ed9211ec65c9275767401d1f8cf9 +SIZE (squid2.5/squid-2.5.STABLE6-ntlm_noreuse_leak.patch) = 3646 +MD5 (squid2.5/squid-2.5.STABLE6-partial_hit_is_miss.patch) = 9ce8322cf6c48dc02a7a51d039489143 +SIZE (squid2.5/squid-2.5.STABLE6-partial_hit_is_miss.patch) = 747 +MD5 (squid2.5/squid-2.5.STABLE6-HEAD.patch) = 929fe3d48046a7d17c0aa314befd8f7c +SIZE (squid2.5/squid-2.5.STABLE6-HEAD.patch) = 895 +MD5 (squid2.5/squid-2.5.STABLE6-ufs_create_error.patch) = 63b5693268cbba233a442b345e5769bb +SIZE (squid2.5/squid-2.5.STABLE6-ufs_create_error.patch) = 847 +MD5 (squid2.5/squid-2.5.STABLE6-basic_auth_caseinsensitive.patch) = eb6f28d6d572c8cf996619aea925a1b6 +SIZE (squid2.5/squid-2.5.STABLE6-basic_auth_caseinsensitive.patch) = 2337 +MD5 (squid2.5/squid-2.5.STABLE6-active_requests_delaypool.patch) = f465bdbbadd83dee417aafeb974a9248 +SIZE (squid2.5/squid-2.5.STABLE6-active_requests_delaypool.patch) = 500 +MD5 (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 315e3bb42b4febde95b0974634ef8d66 +SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668 |