Subject: CVS commit: pkgsrc/www/apache22
From: Adam Ciarcinski
Date: 2014-02-17 18:32:56
Message id: 20140217173256.27AD996@cvs.netbsd.org

Log Message:
Changes with Apache 2.2.26

  *) mod_dav: dav_resource->uri treated as unencoded. This was an
     unnecessary ABI changed introduced in 2.2.25.

  *) mod_dav: Do not validate locks against parent collection of COPY
     source URI.

  *) mod_ssl: Check SNI hostname against Host header case-insensitively.

  *) mod_ssl: enable support for ECC keys and ECDH ciphers.  Tested against
     OpenSSL 1.0.0b3.

  *) mod_ssl: Change default for SSLCompression to off, as compression
     causes security issues in most setups. (The so called "CRIME" attack).

  *) mod_ssl: Fix compilation error when OpenSSL does not contain
     support for SSLv2. Problem was introduced in 2.2.25.

  *) mod_dav: Fix double encoding of URIs in XML and Location header (caused
     by unintential ABI change in 2.2.25).

Files:
RevisionActionfile
1.99modifypkgsrc/www/apache22/Makefile
1.58modifypkgsrc/www/apache22/distinfo
1.12modifypkgsrc/www/apache22/options.mk
1.2modifypkgsrc/www/apache22/patches/patch-modules_proxy_mod_proxy_connect.c
1.1removepkgsrc/www/apache22/files/ecc2224.patch
1.1removepkgsrc/www/apache22/patches/patch-modules_ssl_ssl__engine__kernel.c