diff options
author | adam <adam@pkgsrc.org> | 2010-11-01 17:28:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-01 17:28:49 +0000 |
commit | d7708d4be75f488ba5b3e684b20a17146ba410fa (patch) | |
tree | fbbf51d85b4514e544ae4eacf00b2b4b6f01690a /www/apache22/distinfo | |
parent | 4a10b2fd5f3d534adf64e9ffb88b761715d0e20f (diff) | |
download | pkgsrc-d7708d4be75f488ba5b3e684b20a17146ba410fa.tar.gz |
Changes 2.2.17:
* prefork MPM: Run cleanups for final request when process exits gracefully
to work around a flaw in apr-util.
* mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend
connections and other protocol handlers (like mod_ftp). Enforce the
timeout for AP_MODE_GETLINE. If there is a timeout, shorten the lingering
close time from 30 to 2 seconds.
* Proxy balancer: support setting error status according to HTTP response
code from a backend.
* mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the
password to UTF-8.
* core: check symlink ownership if both FollowSymlinks and
SymlinksIfOwnerMatch are set
* core: fix origin checking in SymlinksIfOwnerMatch
* mod_headers: Enable multi-match-and-replace edit option
* mod_log_config: Make ${cookie}C correctly match whole cookie names
instead of substrings.
* mod_dir, mod_negotiation: Pass the output filter information
to newly created sub requests; as these are later on used
as true requests with an internal redirect. This allows for
mod_cache et.al. to trap the results of the redirect.
* rotatelogs: Fix possible buffer overflow if admin configures a
mongo log file path.
* mod_ssl: Do not do overlapping memcpy.
* vhost: A purely-numeric Host: header should not be treated as a port.
* core: (re)-introduce -T commandline option to suppress documentroot
check at startup.
Diffstat (limited to 'www/apache22/distinfo')
-rw-r--r-- | www/apache22/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache22/distinfo b/www/apache22/distinfo index e7cac1c6dd3..62c7b974279 100644 --- a/www/apache22/distinfo +++ b/www/apache22/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2010/07/26 21:38:51 tron Exp $ +$NetBSD: distinfo,v 1.35 2010/11/01 17:28:49 adam Exp $ -SHA1 (httpd-2.2.16.tar.bz2) = ef92f5b3124fe5e9ba6121ea7f4bab8c014068f9 -RMD160 (httpd-2.2.16.tar.bz2) = 2e6d7d1dae40905be7fdd793140f62cf58112095 -Size (httpd-2.2.16.tar.bz2) = 4775545 bytes +SHA1 (httpd-2.2.17.tar.bz2) = 5c9b44620dee449a86ba1bcba1715033c2c26b08 +RMD160 (httpd-2.2.17.tar.bz2) = 4a2f16f2891094d4176565fadf0e8fcadf7dbaff +Size (httpd-2.2.17.tar.bz2) = 4951247 bytes SHA1 (patch-aa) = e0bfdf6bc9cb034bea46a390a12a5508e363c9a7 SHA1 (patch-ab) = 365cc3b0ac2d9d68ccb94f5699fe168a1c9b0150 SHA1 (patch-ac) = 515043b5c215d49fe8f6d3191b502c978e2a2dad |