diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-11-25 03:56:26 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-11-25 03:56:26 +0800 |
commit | d0440ce9719e9daebab343572e93c013ff8bc873 (patch) | |
tree | e5414b48b4ae183209c6ea0ce3148097f5432fbb /www/apache22/distinfo | |
parent | 3edcec4c89a1ba7b45c1908e2db3bc62facf011e (diff) | |
download | freebsd-ports-gnome-d0440ce9719e9daebab343572e93c013ff8bc873.tar.gz freebsd-ports-gnome-d0440ce9719e9daebab343572e93c013ff8bc873.tar.zst freebsd-ports-gnome-d0440ce9719e9daebab343572e93c013ff8bc873.zip |
- update to 2.2.26
- add new directory for modules (APACHEETCDIR/modules.d)
New modules can be registered here with a simple
file that contains the LoadModule directives.
Additonal Maintaines can write instructions to the
conf file and keep pkg-message short.
As bonus the config file can be installed like every
other config file with a .sample extention so modules
are not disabled during pkg upgrades.
Module config files should begin with three digits
followed by '_' e.g. 100_php5.conf.
The load order can be controlled via the three digits.
Please wait some time before adopting the new directory
so users have time to update and adjust axisting configs
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 PR 55397. [Ben Reser]
*) mod_dav: Do not validate locks against parent collection of COPY
source URI. PR 55304. [Ben Reser]
*) mod_ssl: Check SNI hostname against Host header case-insensitively.
PR 49491. [Mayank Agrawal <magrawal.08 gmail.com>]
*) mod_ssl: enable support for ECC keys and ECDH ciphers. Tested against
OpenSSL 1.0.0b3. [Vipul Gupta vipul.gupta sun.com, Sander Temme,
Stefan Fritsch]
*) mod_ssl: Change default for SSLCompression to off, as compression
causes security issues in most setups. (The so called "CRIME" attack).
[Stefan Fritsch]
*) mod_ssl: Fix compilation error when OpenSSL does not contain
support for SSLv2. Problem was introduced in 2.2.25. PR 55194.
[Rainer Jung, Kaspar Brand]
*) mod_dav: Fix double encoding of URIs in XML and Location header (caused
by unintential ABI change in 2.2.25). PR 55397. [Ben Reser]
Diffstat (limited to 'www/apache22/distinfo')
-rw-r--r-- | www/apache22/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/distinfo b/www/apache22/distinfo index a9c6d4ffbbc4..1a1fb6e2a5a7 100644 --- a/www/apache22/distinfo +++ b/www/apache22/distinfo @@ -1,2 +1,2 @@ -SHA256 (apache22/httpd-2.2.25.tar.bz2) = 4bcaf3524796a514b31aa5c64ce80b0cdb484bab5735416de29d00f6d50fa65a -SIZE (apache22/httpd-2.2.25.tar.bz2) = 5524905 +SHA256 (apache22/httpd-2.2.26.tar.bz2) = af908e3dd5673f1c6f0ccc615e11d435e77517940af00e518e68ea25284b42b6 +SIZE (apache22/httpd-2.2.26.tar.bz2) = 5390190 |