pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/apache22



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  1 17:28:50 UTC 2010

Modified Files:
        pkgsrc/www/apache22: Makefile buildlink3.mk distinfo options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/apache22/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/apache22/buildlink3.mk \
    pkgsrc/www/apache22/options.mk
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/apache22/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index