SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for apache2-example-pages-2.4.29-140.1.i586.rpm :
Wed Oct 18 14:00:00 2017 pgajdosAATTsuse.com
- updated to 2.4.29:

* ) mod_unique_id: Use output of the PRNG rather than IP address and
pid, avoiding sleep() call and possible DNS issues at startup,
plus improving randomness for IPv6-only hosts. [Jan Kaluza]

* ) mod_rewrite, core: Avoid the \'Vary: Host\' response header when HTTP_HOST
is used in a condition that evaluates to true. PR 58231 [Luca Toscano]

* ) mod_http2: v0.10.12, removed optimization for mutex handling in bucket
beams that could lead to assertion failure in edge cases.
[Stefan Eissing]

* ) mod_proxy: Fix regression for non decimal loadfactor parameter introduced
in 2.4.28. [Jim Jagielski]

* ) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set.
PR 61546. [Lubos Uhliarik ]

* ) mod_rewrite: Add support for starting External Rewriting Programs
as non-root user on UNIX systems by specifying username and group
name as third argument of RewriteMap directive. [Jan Kaluza]

* ) core: Rewrite the Content-Length filter to avoid excessive memory
consumption. Chunked responses will be generated in more cases
than in previous releases. PR 61222. [Joe Orton, Ruediger Pluem]

* ) mod_ssl: Fix SessionTicket callback return value, which does seem to
matter with OpenSSL 1.1. [Yann Ylavic]

Tue Oct 17 14:00:00 2017 pgajdosAATTsuse.com
- gensslcert:

* set also SAN [bsc#1045159]

* drop -C argument, it was not mapped to CN actually

* consider also case when hostname does return empty string or
does not exist [bsc#1057406]

* do not consider environment ROOT variable

Fri Oct 6 14:00:00 2017 pgajdosAATTsuse.com
- updated to 2.4.28:

* ) SECURITY: CVE-2017-9798 (cve.mitre.org)
Corrupted or freed memory access. must now be used in the
main configuration file (httpd.conf) to register HTTP methods before the
.htaccess files. [Yann Ylavic]

* ) event: Avoid possible blocking in the listener thread when shutting down
connections. PR 60956. [Yann Ylavic]

* ) mod_speling: Don\'t embed referer data in a link in error page.
PR 38923 [Nick Kew]

* ) htdigest: prevent a buffer overflow when a string exceeds the allowed max
length in a password file.
[Luca Toscano, Hanno Böck ]

* ) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25).
[Jim Jagielski]

* ) mod_proxy_wstunnel: Allow upgrade to any protocol dynamically.
PR 61142.

* ) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified
down to the millisecond. Supports \'mi\' (minute), \'ms\' (millisecond),
\'s\' (second) and \'hr\' (hour!) time suffixes. [Jim Jagielski]

* ) mod_http2: Fix for stalling when more than 32KB are written to a
suspended stream. [Stefan Eissing]

* ) build: allow configuration without APR sources. [Jacob Champion]

* ) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184.
[Bernard Spil , Michael Schlenker ,
Yann Ylavic]

* ) core/log: Support use of optional \"tag\" in syslog entries.
PR 60525. [Ben Rubson , Jim Jagielski]

* ) mod_proxy: Fix ProxyAddHeaders merging. [Joe Orton]

* ) core: Disallow multiple Listen on the same IP:port when listener buckets
are configured (ListenCoresBucketsRatio > 0), consistently with the single
bucket case (default), thus avoiding the leak of the corresponding socket
descriptors on graceful restart. [Yann Ylavic]

* ) event: Avoid listener periodic wake ups by using the pollset wake-ability
when available. PR 57399. [Yann Ylavic, Luca Toscano]

* ) mod_proxy_wstunnel: Fix detection of unresponded request which could have
led to spurious HTTP 502 error messages sent on upgrade connections.
PR 61283. [Yann Ylavic]

Thu Oct 5 14:00:00 2017 pgajdosAATTsuse.com
- suexec binary moved to main package [bsc#1054741]

Tue Oct 3 14:00:00 2017 pgajdosAATTsuse.com
- do not call and do not ship apache-22-24-upgrade [bsc#1042037]

Mon Jul 24 14:00:00 2017 schneemannAATTb1-systems.de
- make the package runable on non systemd systems
+ deprecated-scripts-arch.patch

Mon Jul 17 14:00:00 2017 pgajdosAATTsuse.com
- updated to 2.4.27:

* ) COMPATIBILITY: mod_lua: Remove the undocumented exported \'apr_table\'
global variable when using Lua 5.2 or later. This was exported as a
side effect from luaL_register, which is no longer supported as of
Lua 5.2 which deprecates pollution of the global namespace.
[Rainer Jung]

* ) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork.
The server will continue to run, but HTTP/2 will no longer be negotiated.
[Stefan Eissing]

* ) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the
default ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202.
[Jacob Champion, Jim Jagielski]

* ) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.
PR58188, PR60831, PR61245. [Rainer Jung]

* ) mod_http2: Simplify ready queue, less memory and better performance. Update
mod_http2 version to 1.10.7. [Stefan Eissing]

* ) Allow single-char field names inadvertantly disallowed in 2.4.25.
PR 61220. [Yann Ylavic]

* ) htpasswd / htdigest: Do not apply the strict permissions of the temporary
passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem]

* ) core: Avoid duplicate HEAD in Allow header.
This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.
PR 61207. [Christophe Jaillet]
- drop upstreamed patch:

* httpd-2.4.12-lua-5.2.patch (see upstream\'s PR#58188 for details)

Wed Jul 12 14:00:00 2017 mpluskalAATTsuse.com
- Adjust dependencies for rename apr/apr-util packages

Tue Jun 20 14:00:00 2017 pgajdosAATTsuse.com
- remove /usr/bin/http2 symlink only during apache2 package
uninstall, not upgrade [bsc#1041830]

Mon Jun 19 14:00:00 2017 pgajdosAATTsuse.com
- updated to 2.4.26: This release of Apache is a security, feature,
and bug fix release. For details, see
http://httpd.apache.org/dev/dist/CHANGES_2.4.26
- refreshed patches:
. httpd-2.4.12-lua-5.2.patch
. httpd-2.4.x-fate317766-config-control-two-protocol-options.diff
- removed patches (upstreamed)
. httpd-cache-forward-http-proxy.patch
. httpd-cache-revert-svn1773397.patch

Fri Jun 2 14:00:00 2017 pgajdosAATTsuse.com
- server-tunning.conf: MaxClients was renamed to MaxRequestWorkers
[bsc#1037731]
- gensslcert: use hostname when fqdn is too long [bsc#1035829]

Fri May 19 14:00:00 2017 pgajdosAATTsuse.com
- remove apache-doc and apache-example-pages obsoletes/provides

Thu Mar 16 13:00:00 2017 kukukAATTsuse.com
- PreRequire user wwwrun and group www

Tue Mar 7 13:00:00 2017 pgajdosAATTsuse.com
- start_apache2: include individual sysconfig.d files instead of
sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf
is processed [bsc#1023616]

Thu Feb 23 13:00:00 2017 pgajdosAATTsuse.com
- revert an attempt to fix PR 60458
+ httpd-cache-revert-svn1773397.patch

Tue Feb 21 13:00:00 2017 pgajdosAATTsuse.com
- fix caching of forward proxy
+ httpd-cache-forward-http-proxy.patch

Sat Feb 18 13:00:00 2017 kukukAATTsuse.com
- Don\'t require insserv if we don\'t need it.

Tue Jan 10 13:00:00 2017 jweberhoferAATTweberhofer.at
- Added new HTTP2 option to sysconfig to ease enabling http2
- Added new protocols.conf which is included globally
- Enable http2 also for Leap 42.2+ and SLE12_SP2+

Mon Jan 2 13:00:00 2017 pgajdosAATTsuse.com
- update to 2.4.25: fixed several security issues (CVE-2016-8740,
CVE-2016-5387, CVE-2016-2161, CVE-2016-0736, CVE-2016-8743), many
fixes and improvements of mod_http2 and other modules; see CHANGES
for full change log
- verify tarball: added httpd
*.bz2.asc, apache2.keyring and remove
60C5442D.key

Fri Dec 9 13:00:00 2016 pgajdosAATTsuse.com
- fix build with new systemd
+ amended httpd-2.4.3-mod_systemd.patch

Fri Dec 2 13:00:00 2016 jimmyAATTboombatower.com
- Replace mixed indentation with predominant style.

Tue Sep 13 14:00:00 2016 pgajdosAATTsuse.com
- add NotifyAccess=all to service file [bsc#980663]

Fri Aug 5 14:00:00 2016 tchvatalAATTsuse.com
- Remove the omc xml config. It is useless nowdays

Fri Aug 5 14:00:00 2016 pgajdosAATTsuse.com
- readd the support of multiple entries in APACHE_ACCESS_LOG
[bsc#991032]

Tue Jul 12 14:00:00 2016 kstreitovaAATTsuse.com
- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff
Introduces directives to control two protocol options:

* HttpContentLengthHeadZero - allow Content-Length of 0 to be
returned on HEAD

* HttpExpectStrict - allow admin to control whether we must
see \"100-continue\"
[bsc#894225], [fate#317766]

Wed Jul 6 14:00:00 2016 crrodriguezAATTopensuse.org
- version 2.4.23

* Fixes CVE-2016-4979 [bsc#987365]

* mod_proxy_hcheck was missing due to upstream bug.

* mod_proxy_fdpass needs explicit configure line now.

* Full list of changes:
http://www-eu.apache.org/dist//httpd/CHANGES_2.4.23

Wed Jul 6 14:00:00 2016 fbuiAATTsuse.com
- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd)
is enough and replaces all libsystemd-
* libs which are obsolete.

Thu May 26 14:00:00 2016 pgajdosAATTsuse.com
- remove Alias= from [Install] of the template service
[bsc#981541c#10]

Wed May 18 14:00:00 2016 pgajdosAATTsuse.com
- remove unneded httpd-2.4.17-debug-crash.patch

Mon May 9 14:00:00 2016 pgajdosAATTsuse.com
- start apache services after remote-fs [bsc#978543]

Thu May 5 14:00:00 2016 pgajdosAATTsuse.com
- removed note about ulimits in sysconfig file [bsc#976711]

Mon May 2 14:00:00 2016 pgajdosAATTsuse.com
- do not build mod_http2 for 13.2

Mon Apr 11 14:00:00 2016 crrodriguezAATTopensuse.org
- Update to version 2.4.20 (2.4.19 was never released)

* Drop httpd-2.4.18-missing-semicolon.patch now upstream
- Big changelog available, see:
http://www.apache.org/dist/httpd/CHANGES_2.4.20 for details.

Mon Apr 4 14:00:00 2016 pgajdosAATTsuse.com
- enable authnz_fcgi module

Mon Dec 14 13:00:00 2015 pgajdosAATTsuse.com
- fix build for SLE_11_SP4:
+ httpd-2.4.18-missing-semicolon.patch

Sat Dec 12 13:00:00 2015 crrodriguezAATTopensuse.org
- Update to version 2.4.18

* drop 2.4.17-protocols.patch in upstream.
- Change list too long to mention here see:
http://www.apache.org/dist/httpd/CHANGES_2.4.18 for details.

Mon Dec 7 13:00:00 2015 crrodriguezAATTopensuse.org
- systemd: Set TasksMax=infinity for current systemd releases.
The default limit of 512 is too small and prevents the creation of
new server processes. Apache has its own runtime/harcoded limits.

Thu Dec 3 13:00:00 2015 pgajdosAATTsuse.com
- fix crash when for -X
+ httpd-2.4.17-debug-crash.patch

Mon Nov 23 13:00:00 2015 pgajdosAATTsuse.com
- add a note: FollowSymLinks or SymLinksIfOwnerMatch is neccessary
for RewriteRule in given dir [bnc#955701]

Fri Nov 6 13:00:00 2015 pgajdosAATTsuse.com
- restart apache once after the rpm or zypper transaction
[bnc#893659]
- drop some old compat code from %post

Thu Nov 5 13:00:00 2015 crrodriguezAATTopensuse.org
- 2.4.17-protocols.patch from upstream http2 module:

* master conn_rec
* addition to conn_rec

* improved ALPN and Upgrade handling

* allowing requests for servers whose TLS configuration is compatible
to the SNI server ones

* disabling TLS renegotiation for slave connections

Wed Nov 4 13:00:00 2015 pgajdosAATTsuse.com
- LogLevel directive into correct config file, thanks Michael Calmer
for the fix [bsc#953329]

Mon Oct 26 13:00:00 2015 pgajdosAATTsuse.com
- do not build mod_http2 for older distros than 13.2 for now (nghttp2
does not build there)

Mon Oct 26 13:00:00 2015 pgajdosAATTsuse.com
- Include directives really into /etc/apache2/sysconfig.d/include.conf,
fix from Erik Wegner [bsc#951901]

Wed Oct 21 14:00:00 2015 pgajdosAATTsuse.com
- gensslcert: CN now defaults to `hostname -f` [bnc#949766]
(internal), fix help [bnc#949771] (internal)

Sun Oct 18 14:00:00 2015 crrodriguezAATTopensuse.org
- Update to 2.4.17
- Enable mod_http2/ BuildRequire nghttp2
- MPMs: Support SO_REUSEPORT to create multiple duplicated listener
records for scalability
- mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3
- For more changes see: http://www.apache.org/dist/httpd/CHANGES_2.4.17

Mon Oct 12 14:00:00 2015 pgajdosAATTsuse.com
- start_apache2: reintroduce sysconfig.d, include it on
command line (not in httpd.conf) instead of individual directives
[bnc#949434] (internal), [bnc#941331]

Thu Aug 13 14:00:00 2015 schwabAATTsuse.de
- Fixup libdir in installed files

Tue Aug 11 14:00:00 2015 kstreitovaAATTsuse.com
- fix Logjam vulnerability: change SSLCipherSuite cipherstring to
disable export cipher suites and deploy Ephemeral Elliptic-Curve
Diffie-Hellman (ECDHE) ciphers. Adjust \'gensslcert\' script to
generate a strong and unique Diffie Hellman Group and append it
to the server certificate file [bnc#931723], [CVE-2015-4000]

Wed Jul 29 14:00:00 2015 pgajdosAATTsuse.com
- add reference upstream bug#58188 along httpd-2.4.12-lua-5.2.patch

Mon Jul 20 14:00:00 2015 kstreitovaAATTsuse.com
- update to 2.4.16

* changes http://www.apache.org/dist/httpd/CHANGES_2.4.16

* remove the following patches (fixed in 2.4.16)

* httpd-2.4.x-mod_lua_websocket_DoS.patch

* httpd-2.4.12-CVE-2015-0253.patch

* update httpd-2.4.12-lua-5.2.patch

Sat Jul 18 14:00:00 2015 iAATTmarguerite.su
- add patch: httpd-2.4.12-lua-5.2.patch

* lua_dump introduced a new strip option in 5.3, set it to 0
to get the old behavior

* luaL_register was deprecated in 5.2, use luaL_setfuncs and
luaL_newlib instead

* luaL_optint was deprecated in 5.3, use luaL_optinteger instead

* lua_strlen and lua_objlen wad deprecated in 5.2, use lua_rawlen
instead

Thu Jul 16 14:00:00 2015 pgajdosAATTsuse.com
- change Provides: from suse_maintenance_mmn = # to
suse_maintenance_mmn_#

Wed Jul 15 14:00:00 2015 pgajdosAATTsuse.com
- apache2 Suggests:, not Recommends: apache2-prefork; that means
for example, that `zypper in apache2-worker` will not pull
apache2-prefork also
- installing /usr/sbin/httpd link:

* do not try to install it in \'%post \' when apache2 (which
includes /usr/share/apache2/script-helpers) is not installed
yet (fixes installation on 11sp3)

* install it in \'%post\' if apache2 is installed after
apache2- to be sure it is there

Tue Jul 14 14:00:00 2015 pgajdosAATTsuse.com
- access_compat shared also for 11sp3

Mon Jul 13 14:00:00 2015 pgajdosAATTsuse.com
- apache2-implicit-pointer-decl.patch renamed to
httpd-implicit-pointer-decl.patch to align with other
patches names

Mon Jul 13 14:00:00 2015 pgajdosAATTsuse.com
- apachectl is now wrapper to start_apache2; therefore, it honors
HTTPD_INSTANCE variable, see README-instances.txt for details
+ httpd-apachectl.patch
- httpd-2.4.10-apachectl.patch

Mon Jul 13 14:00:00 2015 pgajdosAATTsuse.com
- a2enmod/a2dismod and a2enflag/a2disflag now respect
HTTPD_INSTANCE= environment variable, which can be
used to specify apache instance name; sysconfig file is expected
at /etc/sysconfig/apache2AATT
(see README-instances.txt for details)

Mon Jul 13 14:00:00 2015 pgajdosAATTsuse.com
- provides suse_maintenance_mmn symbol [bnc#915666] (internal)

Mon Jul 13 14:00:00 2015 pgajdosAATTsuse.com
- credits to Roman Drahtmueller:

* add reference to /etc/permissions.local to output of %post if
setting the permissions of suexec2 fails

* do not enable mod_php5 by default any longer

* httpd-2.0.49-log_server_status.dif obsoleted

* apache2-mod_ssl_npn.patch removed because not used

* include mod_reqtimeout.conf in httpd.conf

* added cgid-timeout.conf, include
it in httpd.conf
- fix default value APACHE_MODULES in sysconfig file
- %service_
* macros for apache2AATT.service

Mon Jul 13 14:00:00 2015 pgajdosAATTsuse.com
- reenable 690734.patch, it should be upstreamed by the author
(Adrian Schroeter) though
+ httpd-2.4.9-bnc690734.patch
- httpd-2.2.x-bnc690734.patch

Mon Jul 13 14:00:00 2015 pgajdosAATTsuse.com
- drop startssl from start_apache2

Wed Jul 1 14:00:00 2015 pgajdosAATTsuse.com
- allow to run multiple instances of Apache on one system
[fate#317786] (internal)

* distributed httpd.conf no longer includes sysconfig.d, nor this
directory is shipped. httpd.conf includes loadmodule.conf and
global.conf which are former sysconfig.d/loadmodule.conf and
sysconfig.d/global.conf for default /etc/sysconfig/apache2
global.conf and loadmodule.conf are not included when
sysconfig variables could have been read by start_apache2
startup script (run with systemd services). Therefore, when
starting server via /usr/sbin/httpd, sysconfig variables
are not taken into account.

* some not-maintained scripts are moved from
/usr/share/apache2 to /usr/share/apache2/deprecated-scripts

* all modules comment in sysconfig file is not generated
anymore

* added README-instances.txt

* removed Sources:
load_configuration
find_mpm
get_module_list
get_includes
find_httpd_includes
apache-find-directives

* added Sources:
deprecated-scripts.tar.xz
apache2-README-instances.txt
apache2-loadmodule.conf
apache2-global.conf
apache2-find-directives
apache2AATT.service
apache2-script-helpers

Thu Jun 25 14:00:00 2015 kstreitovaAATTsuse.com
- add SSLHonorCipherOrder directive to apache2-ssl-global.conf
- adopt SSLCipherSuite directive value from SLE12
- remove default-vhost-ssl.conf and default-vhost.conf from
/etc/apache2. These two files are not (!) read by the
configuration framework, but are named
*.conf, which is
misleading. The files are almost identical with the vhost
templates in /etc/apache2/vhosts.d/. The two templates there do
it right because they are not named
*.conf and are not sourced
either. apache\'s response with no explicit (eg. default, vanilla)
configuration is contained in /etc/apache2/default-server.conf.

* remove apache2-README.default-vhost as there are no
default-vhost
* files anymore.

Thu Jun 25 14:00:00 2015 crrodriguezAATTopensuse.org
- apache2.service: We have to use KillMode=mixed for the
graceful stop, restart to work properly.

Thu Jun 11 14:00:00 2015 pgajdosAATTsuse.com
- dropped 2.0 -> 2.2 modules transition during upgrade

* apache-20-22-upgrade renamed to apache-22-24-upgrade
- apache-
*-upgrade script is called in %posttrans now [bnc#927223]

Tue Jun 9 14:00:00 2015 pgajdosAATTsuse.com
- fix find_mpm to echo mpm binary

Tue Jun 2 14:00:00 2015 crrodriguezAATTopensuse.org
- apache2.service: Only order us after network.target and
nss-lookup.target but not pull the units in.
- apache2.service: SSL requires correct system time to
work properly, order after time-sync.target

Tue May 26 14:00:00 2015 pgajdosAATTsuse.com
- align filenames with upstream names (and add compat symlinks)
- find_httpd2_includes renamed to find_httpd_includes

Mon May 25 14:00:00 2015 pgajdosAATTsuse.com
- access_compat now built as shared and disabled by default
- amend config to use also old syntax when access_compat is
loaded
- added apache2-README-access_compat.txt
- added apache-find-directive script
- see [bnc#896083] and its duplicates

Mon May 11 14:00:00 2015 hguoAATTsuse.com
- add httpd-2.4.12-CVE-2015-0253.patch to fix SECURITY: CVE-2015-0253
(cve.mitre.org) core: Fix a crash introduced in with ErrorDocument
400 pointing to a local URL-path with the INCLUDES filter active,
introduced in 2.4.11. PR 57531. [Yann Ylavic]

Tue May 5 14:00:00 2015 kstreitovaAATTsuse.com
- simplify apache2.logrotate, use sharedscripts [bnc#713581]

Tue May 5 14:00:00 2015 kstreitovaAATTsuse.com
- remove curly brackets around format sequence \"%y\" in
`stat --format=\"%{y}\" %{SOURCE1}` that caused an incorrect
evaluation. Add escaping to proper spec-cleaner processing in
the future

Thu Apr 9 14:00:00 2015 kstreitovaAATTsuse.com
- remove \'exit 0\' from the %post section in the specfile that was
placed here incorrectly and caused that the rest of the %post
section couldn\'t be executed.

Thu Apr 9 14:00:00 2015 pgajdosAATTsuse.com
- /etc/init.d/apache2 reload -> systemctl reload apache2.service
in apache2.logrotate [bnc#926523]

Mon Mar 30 14:00:00 2015 pgajdosAATTsuse.com
- authz_default -> authz_core in sysconfig.apache2/APACHE_MODULES
[bnc#922236]

Tue Mar 10 13:00:00 2015 dimstarAATTopensuse.org
- Add Requires(post) apache2 to the subpackage -worker, -event and
- prefork: their respective post scriptlets execute
/usr/share/apache2/get_module_list, which is shipped as part of
the main package. This script has the side-effect to call
find_mpm, which in turn creates the corresponding /usr/sbin/httpd2
symlink.

Thu Feb 26 13:00:00 2015 jsegitzAATTnovell.com
- Patched get_module_list to ensure proper SELinux context for
sysconfig.d/loadmodule.conf

Wed Feb 25 13:00:00 2015 tchvatalAATTsuse.com
- Pname -> name variable reduction
- Try to fix sle11 build

Wed Feb 25 13:00:00 2015 tchvatalAATTsuse.com
- Version bumpt o 2.4.12:

* ) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for
internationalization. [William Rowe]

* ) mpm_winnt: Normalize the error and status messages emitted by service.c,
the service control interface for Windows. [William Rowe]

* ) configure: Fix --enable-v4-mapped configuration on
*BSD. PR 53824.
[ olli hauer , Yann Ylavic ]

Wed Feb 25 13:00:00 2015 tchvatalAATTsuse.com
- Exit cleanly on end of the post and cleanup the update detection
- Remove Apache.xpm as it ain\'t used

Wed Feb 25 13:00:00 2015 tchvatalAATTsuse.com
- Cleanup init/unit decision making and provide just systemd service
on systemd systems

Wed Feb 25 13:00:00 2015 tchvatalAATTsuse.com
- Deprecate realver define as it is equal to version.
- Explicitely state MPM mods to ensure we don\'t lose some bnc#444878

Wed Feb 25 13:00:00 2015 tchvatalAATTsuse.com
- Pass over spec-cleaner, there should be no actual technical
change in this just reduction of lines in the spec

Mon Feb 23 13:00:00 2015 kstreitovaAATTsuse.com
- add httpd-2.4.x-mod_lua_websocket_DoS.patch to fix mod_lua bug
where a maliciously crafted websockets PING after a script calls
r:wsupgrade() can cause a child process crash
[CVE-2015-0228], [bnc#918352].

Tue Feb 3 13:00:00 2015 pgajdosAATTsuse.com
- httpd2.pid in rc.apache2 was wrong [bnc#898193]

Mon Jan 19 13:00:00 2015 crrodriguezAATTopensuse.org
- httpd-2.4.3-mod_systemd.patch find libsystemd-daemon
with pkg-config, this is the only correct way, in current
versions sd_notify is in libsystemd and in old products
in libsystemd-daemon.

Fri Jan 16 13:00:00 2015 crrodriguezAATTopensuse.org
- remove obsolete patches

* httpd-2.4.10-check_null_pointer_dereference.patch

* httpd-event-deadlock.patch

* httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch

* httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch

Fri Jan 16 13:00:00 2015 crrodriguezAATTopensuse.org
- Apache 2.4.11

* ) SECURITY: CVE-2014-3583 (cve.mitre.org)
mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with
response headers\' size above 8K. [Yann Ylavic, Jeff Trawick]

* ) SECURITY: CVE-2014-3581 (cve.mitre.org)
mod_cache: Avoid a crash when Content-Type has an empty value.
PR 56924. [Mark Montague , Jan Kaluza]

* ) SECURITY: CVE-2014-8109 (cve.mitre.org)
mod_lua: Fix handling of the Require line when a LuaAuthzProvider is
used in multiple Require directives with different arguments.
PR57204 [Edward Lu ]

* ) SECURITY: CVE-2013-5704 (cve.mitre.org)
core: HTTP trailers could be used to replace HTTP headers
late during request processing, potentially undoing or
otherwise confusing modules that examined or modified
request headers earlier. Adds \"MergeTrailers\" directive to restore
legacy behavior. [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener]

* ) mod_ssl: New directive SSLSessionTickets (On|Off).
The directive controls the use of TLS session tickets (RFC 5077),
default value is \"On\" (unchanged behavior).
Session ticket creation uses a random key created during web
server startup and recreated during restarts. No other key
recreation mechanism is available currently. Therefore using session
tickets without restarting the web server with an appropriate frequency
(e.g. daily) compromises perfect forward secrecy. [Rainer Jung]

* ) mod_proxy_fcgi: Provide some basic alternate options for specifying
how PATH_INFO is passed to FastCGI backends by adding significance to
the value of proxy-fcgi-pathinfo. PR 55329. [Eric Covener]

* ) mod_proxy_fcgi: Enable UDS backends configured with SetHandler/RewriteRule
to opt-in to connection reuse and other Proxy options via explicitly
declared \"proxy workers\" ( [Eric Covener]

* ) mod_proxy: Add \"enablereuse\" option as the inverse of \"disablereuse\".
[Eric Covener]

* ) mod_proxy_fcgi: Enable opt-in to TCP connection reuse by explicitly
setting proxy option disablereuse=off. [Eric Covener] PR 57378.

* ) event: Update the internal \"connection id\" when requests
move from thread to thread. Reuse can confuse modules like
mod_cgid. PR 57435. [Michael Thorpe ]

* ) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME
passed to fastcgi backends. [Eric Covener]

* ) core: Configuration files with long lines and continuation characters
are not read properly. PR 55910. [Manuel Mausz ]

* ) mod_include: the \'env\' function was incorrectly handled as \'getenv\' if the
leading \'e\' was written in upper case in
statements. [Christophe Jaillet]

* ) split-logfile: Fix perl error: \'Can\'t use string (\"example.org:80\")
as a symbol ref while \"strict refs\"\'. PR 56329.
[Holger Mauermann ]

* ) mod_proxy: Prevent ProxyPassReverse from doing a substitution when
the URL parameter interpolates to an empty string. PR 56603.
[]

* ) core: Fix -D[efined] or [d] variables lifetime accross restarts.
PR 57328. [Armin Abfalterer , Yann Ylavic].

* ) mod_proxy: Preserve original request headers even if they differ
from the ones to be forwarded to the backend. PR 45387.
[Yann Ylavic]

* ) mod_ssl: dump SSL IO/state for the write side of the connection(s),
like reads (level TRACE4). [Yann Ylavic]

* ) mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198.
[Jan Kaluza]

* ) mod_ssl: Do not crash when looking up SSL related variables during
expression evaluation on non SSL connections. PR 57070 [Ruediger Pluem]

* ) mod_proxy_ajp: Fix handling of the default port (8009) in the
ProxyPass and configurations. PR 57259. [Yann Ylavic]

* ) mpm_event: Avoid a possible use after free when notifying the end of
connection during lingering close. PR 57268. [Eric Covener, Yann Ylavic]

* ) mod_ssl: Fix recognition of OCSP stapling responses that are encoded
improperly or too large. [Jeff Trawick]

* ) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
[Jeff Trawick]

* ) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an
error when parsing or forwarding the response fails. [Yann Ylavic]

* ) mod_ssl: Fix a memory leak in case of graceful restarts with OpenSSL >= 0.9.8e
PR 53435 [tadanori , Sebastian Wiedenroth ]

* ) mod_proxy_connect: Don\'t issue AH02447 on sockets hangups, let the read
determine whether it is a normal close or a real error. PR 57168. [Yann
Ylavic]

* ) mod_proxy_wstunnel: abort backend connection on polling error to avoid
further processing. [Yann Ylavic]

* ) core: Support custom ErrorDocuments for HTTP 501 and 414 status codes.
PR 57167 [Edward Lu ]

* ) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC
systems. PR 57092 [Edward Lu ]

* ) mod_cache: Avoid a 304 response to an unconditional requst when an AH00752
CacheLock error occurs during cache revalidation. [Eric Covener]

* ) mod_ssl: Move OCSP stapling information from a per-certificate store to
a per-server hash. PR 54357, PR 56919. [Alex Bligh ,
Yann Ylavic, Kaspar Brand]

* ) mod_cache_socache: Change average object size hint from 32 bytes to
2048 bytes. [Rainer Jung]

* ) mod_cache_socache: Add cache status to server-status. [Rainer Jung]

* ) event: Fix worker-listener deadlock in graceful restart.
PR 56960.

* ) Concat strings at compile time when possible. PR 53741.

* ) mod_substitute: Restrict configuration in .htaccess to
FileInfo as documented. [Rainer Jung]

* ) mod_substitute: Make maximum line length configurable. [Rainer Jung]

* ) mod_substitute: Fix line length limitation in case of regexp plus flatten.
[Rainer Jung]

* ) mod_proxy: Truncated character worker names are no longer fatal
errors. PR53218. [Jim Jagielski]

* ) mod_dav: Set r->status_line in dav_error_response. PR 55426.

* ) mod_proxy_http, mod_cache: Avoid (unlikely) accesses to freed memory.
[Yann Ylavic, Christophe Jaillet]

* ) http_protocol: fix logic in ap_method_list_(add|remove) in order:
- to correctly reset bits
- not to modify the \'method_mask\' bitfield unnecessarily
[Christophe Jaillet]

* ) mod_slotmem_shm: Increase log level for some originally debug messages.
[Jim Jagielski]

* ) mod_ldap: In 2.4.10, some LDAP searches or comparisons might be done with
the wrong credentials when a backend connection is reused.
[Eric Covener]

* ) mod_macro: Add missing APLOGNO for some Warning log messages.
[Christophe Jaillet]

* ) mod_cache: Avoid sending 304 responses during failed revalidations
PR56881. [Eric Covener]

* ) mod_status: Honor client IP address using mod_remoteip. PR 55886.
[Jim Jagielski]

* ) cmake-based build for Windows: Fix incompatibility with cmake 2.8.12
and later. PR 56615. [Chuck Liu , Jeff Trawick]

* ) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade
failed) messages from ERROR to TRACE1. Other filters do not bother
re-reporting failures from lower level filters. PR56832. [Eric Covener]

* ) core: Avoid useless warning message when parsing a section guarded by
if $(foo) is used within the section.
PR 56503 [Christophe Jaillet]

* ) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the
application. PR 56858. [Manuel Mausz ]

* ) mod_proxy_http: Proxy responses with error status and
\"ProxyErrorOverride On\" hang until proxy timeout.
PR53420 [Rainer Jung]

* ) mod_log_config: Allow three character log formats to be registered. For
backwards compatibility, the first character of a three-character format
must be the \'^\' (caret) character. [Eric Covener]

* ) mod_lua: Don\'t quote Expires and Path values. PR 56734.
[Keith Mashinter, ]

* ) mod_authz_core: Allow \'es to be seen from auth
stanzas under virtual hosts. PR 56870. [Eric Covener]

Mon Jan 12 13:00:00 2015 brunoAATTioda-net.ch
- Redone lost patch to fix boo#859439
+ service reload can cause log data to be lost with logrotate
under some circumstances: remove \"-t\" from service reload.
[bnc#859439]

Thu Jan 8 13:00:00 2015 schwabAATTlinux-m68k.org
- Fix URL syntax in various files

Mon Dec 29 13:00:00 2014 pgajdosAATTsuse.com
- fix IfModule directive around SSLSessionCache [bnc#842377c#11]

Mon Dec 15 13:00:00 2014 kstreitovaAATTsuse.com
- added httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch
to fix flaw in the way mod_headers handled chunked requests. Adds
\"MergeTrailers\" directive to restore legacy behavior
[bnc#871310], [CVE-2013-5704].

Fri Dec 12 13:00:00 2014 kstreitovaAATTsuse.com
- added httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch
that fixes handling of the Require line when a LuaAuthzProvider is
used in multiple Require directives with different arguments
[bnc#909715], [CVE-2014-8109].

Fri Dec 5 13:00:00 2014 pgajdosAATTsuse.com
- fixed start at boot for ssl and encrypted key [bnc#792309]

Sat Nov 29 13:00:00 2014 Led
- fix shebang in start_apache2 script that contains bash-specific
constructions

Thu Nov 27 13:00:00 2014 pgajdosAATTsuse.com
- small improvement of ssl instructions [bnc#891813]

Sun Nov 9 13:00:00 2014 Led
- fix bashisms in post scripts

Fri Nov 7 13:00:00 2014 kstreitovaAATTsuse.com
- added httpd-2.4.10-check_null_pointer_dereference.patch to avoid
a crash when Content-Type has an empty value [bnc#899836],
CVE-2014-3581

Fri Oct 31 13:00:00 2014 crrodriguezAATTopensuse.org
- httpd-event-deadlock.patch: Fix worker-listener
deadlock in graceful restart.

Sat Oct 18 14:00:00 2014 Led
- httpd-2.1.9-apachectl.dif renamed to httpd-2.4.10-apachectl.patch
and updated (fixed bashism).

Thu Oct 16 14:00:00 2014 pgajdosAATTsuse.com
- drop (turned off) itk mpm spec file code as mpm-itk is now
provided as a separate module, not via patch
(see http://mpm-itk.sesse.net/ and [bnc#851229])

Mon Oct 13 14:00:00 2014 pgajdosAATTsuse.com
- enable mod_imagemap [bnc#866366]

Fri Oct 10 14:00:00 2014 pgajdosAATTsuse.com
- fixed link to Apache quickstart [bnc#624681], [bnc#789806]

Mon Oct 6 14:00:00 2014 kstreitovaAATTsuse.com
- the following unused patches were removed from the package:

* apache2-mod_ssl_npn.patch

* httpd-2.0.49-log_server_status.dif

Mon Sep 29 14:00:00 2014 pgajdosAATTsuse.com
- 700 permissions for /usr/sbin/apache2-systemd-ask-pass and
/usr/sbin/start_apache2 [bnc#851627]

Fri Sep 26 14:00:00 2014 oholecekAATTsuse.com
- allow only TCP ports in Yast2 firewall files

Fri Sep 26 14:00:00 2014 pgajdosAATTsuse.com
- more 2.2 -> 2.4 [bnc#862058]

Thu Sep 25 14:00:00 2014 pgajdosAATTsuse.com
- ServerSignature=Off and ServerTokens=Prod by request from
security team [bnc#716495]

Wed Sep 24 14:00:00 2014 pgajdosAATTsuse.com
- fix documentation links 2.2 -> 2.4 [bnc#888163] (internal)

Mon Jul 21 14:00:00 2014 crrodriguezAATTopensuse.org
- Update package Summary and Description.
- version 2.4.10

* SECURITY: CVE-2014-0117 (cve.mitre.org)

* SECURITY: CVE-2014-3523 (cve.mitre.org)

* SECURITY: CVE-2014-0226 (cve.mitre.org)

* SECURITY: CVE-2014-0118 (cve.mitre.org)

* SECURITY: CVE-2014-0231 (cve.mitre.org)

* Multiple bugfixes to mod_ssl, mod_cache, mod_deflate, mod_lua

* mod_proxy_fcgi supports unix sockets.

Mon Jul 21 14:00:00 2014 mcAATTsuse.com
- provide httpd.service as alias for apache2.service for
compatibility reasons (bnc#888093)

Mon Apr 14 14:00:00 2014 lnusselAATTsuse.de
- move most ssl options to ssl-global.conf. There is usually no need
for every vhost to re-define the ciphers for example (bnc#865582).
Drop some commented entries that only lead to confusion.

Thu Mar 27 13:00:00 2014 crrodriguezAATTopensuse.org
- version 2.4.9

* SECURITY: CVE-2014-0098

* SECURITY: CVE-2013-6438

* multiple bugfixes and improvements to mod_ssl, mod_lua,
mod_session and core, see CHANGES for details.

Mon Feb 17 13:00:00 2014 drahtAATTsuse.de
- /etc/sysconfig/apache2: add socache_shmcb to the list of modules
that are enabled.
/etc/apache2/ssl-global.conf: make SSLSessionCache shmcb...
conditional on IfModule socache_shmcb.
The same applies to SSLSessionCache dmb:
* via module socache_dbm
in commented section of same file. [bnc#864185]
- /etc/sysconfig/apache2: remove reference to non-existing script
/usr/share/doc/packages/apache2/certificate.sh, which was only a
wrapper to mkcert.sh anyways. [bnc#864185]

Mon Nov 25 13:00:00 2013 crrodriguezAATTopensuse.org
- update to apache 2.4.7, important changes:

* This release requires both apr and apr-util 1.5.x series
and therefore will no longer build in older released products

* mod_ssl: Improve handling of ephemeral DH and ECDH keys
(obsoletes httpd-mod_ssl_ephemeralkeyhandling.patch)

* event MPM: Fix possible crashes

* mod_deflate: Improve error detection

* core: Add open_htaccess hook in conjunction with dirwalk_stat.

* mod_rewrite: Make rewrite websocket-aware to allow proxying.

* mod_ssl: drop support for export-grade ciphers with ephemeral RSA
keys, and unconditionally disable aNULL, eNULL and EXP ciphers
(not overridable via SSLCipherSuite)

* core, mod_ssl: Enable the ability for a module to reverse the
sense of a poll event from a read to a write or vice versa
(obsoletes httpd-event-ssl.patch)

* see CHANGES for more details

Sat Nov 16 13:00:00 2013 crrodriguezAATTopensuse.org
- httpd-mod_ssl_ephemeralkeyhandling.patch obsoletes
mod_ssl-2.4.x-ekh.diff this new patch is the final
form of the rework, merged for 2.4.7.

Mon Nov 4 13:00:00 2013 freekAATTopensuse.org
- Removed obsolete directive DefaultType
- Changed all access control to new Require directive

Fri Oct 25 14:00:00 2013 crrodriguezAATTopensuse.org
- reenable mod_ssl-2.4.x-ekh.diff

Tue Oct 22 14:00:00 2013 crrodriguezAATTopensuse.org
- Correct build in old distros.

Tue Oct 22 14:00:00 2013 crrodriguezAATTopensuse.org
- disable (revert) mod_ssl changes in the previous
commit so it does not end in factory or 13.1 yet.

Tue Oct 22 14:00:00 2013 crrodriguezAATTopensuse.org
- make mod_systemd static so scenarios described in
[bnc#846897] do not happen again.

Mon Oct 21 14:00:00 2013 crrodriguezAATTopensuse.org
- mod_ssl: improve ephemeral key handling in particular, support DH params
with more than 1024 bits, and allow custom configuration.
This patch adjust DH parameters according to the relevant RFC
recommendations and permanently disables the usage of \"export\"
and \"NULL\" ciphers no matter what the user configuration is
(mod_ssl-2.4.x-ekh.diff, to be in 2.4.7)

Mon Oct 21 14:00:00 2013 crrodriguezAATTopensuse.org
- fix [bnc#846897] problems building kiwi images due to
systemd not being running in chroot. (submit to 13.1 ASAP)

Mon Oct 14 14:00:00 2013 ajAATTsuse.com
- Fix SUSE spelling.

Tue Sep 3 14:00:00 2013 crrodriguezAATTopensuse.org
- Also fix subtle non-obvious systemd unit confusion
we really mean -DFOREGROUND not -DNO_DETACH the latter only
inhibits the parent from forking, not quite the same as
running in well.. the foreground as required.

Tue Sep 3 14:00:00 2013 crrodriguezAATTopensuse.org
- Ensure we only use /run and not /var/run

Fri Aug 30 14:00:00 2013 crrodriguezAATTopensuse.org
- Really use %requires_ge for libapr1 and libapr-util1
mentioned but not implemented in the previous commit.

Wed Aug 28 14:00:00 2013 crrodriguezAATTopensuse.org
- Use %requires_ge for libapr1 and libapr-util1
- apache2-default-server.conf: Need to use IncludeOptional
- apache-20-22-upgrade: also load authz_core
- httpd-visibility.patch: Use compiler symbol visibility.

Fri Aug 2 14:00:00 2013 meissnerAATTsuse.com
- Make the default keysize in the sample gensslcerts 2048 bits to match
government recommendations.

Thu Aug 1 14:00:00 2013 crrodriguezAATTopensuse.org
- Enable mod_proxy_html, mod_xml2enc and mod_lua (missed BuildRequires)

Mon Jul 29 14:00:00 2013 crrodriguezAATTopensuse.org
- provide and obsolete mod_macro
- upgrade: some people complain that log_config module
is not enabled by default sometimes, fix that.
- upgrade : \"SSLMutex\" no longer exists.
- Toogle EnableSendfile on because now apache defaults to off
due to kernel bugs. that\'s a silly thing to do here
as kernel bugs have to be fixed at their source, not worked around
in applications.

Mon Jul 22 14:00:00 2013 crrodriguezAATTopensuse.org
- httpd-event-ssl.patch: from upstream
Lift the restriction that prevents mod_ssl taking
full advantage of the event MPM.

Mon Jul 22 14:00:00 2013 crrodriguezAATTopensuse.org
- Update to version 2.4.6

* SECURITY: CVE-2013-1896 (cve.mitre.org)

* SECURITY: CVE-2013-2249 (cve.mitre.org)

* Major updates to mod_lua

* Support for proxying websocket requests

* Higher performant shm-based cache implementation

* Addition of mod_macro for easier configuration management

* As well as several exciting fixes, especially those related to RFC edge
cases in mod_cache and mod_proxy.
- IMPORTANT : With the current packaging scheme, we can no longer
Include the ITK MPM, therefore it has been disabled. This is because
this MPM can now only be provided as a loadable module but we do
not currently build MPMs as shared modules but as independant
binaries and all helpers/startup scripts depend on that behaviour.
It will be fixed in the upcoming weeks/months.

Tue Jun 18 14:00:00 2013 crrodriguezAATTopensuse.org
- apache-20-22-upgrade: still no cookie, module authn_file
is ok and must not be disabled on update.
authn_core must however be enabled too.

Tue Jun 18 14:00:00 2013 crrodriguezAATTopensuse.org
- fix apache_mmn spec macro, otherwise all modules down
the chain will have broken dependencies

Tue Jun 18 14:00:00 2013 crrodriguezAATTopensuse.org
- remove After=mysql.service php-fpm.service postgresql.service
which were added in the previous change, those must be added
as Before=apache2.service in the respective services.

Fri Jun 14 14:00:00 2013 crrodriguezAATTopensuse.org
- Include mod_systemd for more complete integration with
systemd, turn the service to Typé=notify as required
- Disable SSL NPN patch for now, it is required for mod_spdy
but mod_spdy does not support apache 2.4

Sat Jun 1 14:00:00 2013 crrodriguezAATTopensuse.org
- apache 2.4.4

* fix for CVE-2012-3499

* fix for the CRIME attack (disable ssl compression by default)

* many other bugfies

* build access_compat amd unixd as static modules and solve
some other upgrade quirks (bnc#813705)

Mon Feb 25 13:00:00 2013 mlinAATTsuse.com
- Install apache2.service accordingly (/usr/lib/systemd for 12.3
and up or /lib/systemd for older versions).

Sat Jan 26 13:00:00 2013 crrodriguezAATTopensuse.org
- Apache 2.4.3

* SECURITY: CVE-2012-3502

* SECURITY: CVE-2012-2687

* mod_cache: Set content type in case we return stale content.

* lots of bugfixes see http://www.apache.org/dist/httpd/CHANGES_2.4.3

Sat Jan 26 13:00:00 2013 crrodriguezAATTopensuse.org
- Improve systemd unit file (tested for months)

Fri Jan 18 13:00:00 2013 mhruseckyAATTsuse.cz
- use %set_permissions instead %run_permissions (bnc#764097)

Wed Aug 1 14:00:00 2012 crrodriguezAATTopensuse.org
- Fix factory-auto (aka r2dbag) complains about URL.
- Provide a symlink for apxs2 new location otherwise
all buggy spec files of external modules will break.

Wed Aug 1 14:00:00 2012 crrodriguezAATTopensuse.org
- BuildRequire xz explicitly, fix build in !Factory
- Drop more old, unused patches

Wed Aug 1 14:00:00 2012 crrodriguezAATTopensuse.org
- Upgrade to apache 2.4.2

*
* ATTENTION, before installing this update YOU MUST
READ http://httpd.apache.org/docs/2.4/upgrading.html
CAREFULLY otherwise your server will most likely
fail to start due to backward incompatible changes.

* You can read the huge complete list of changes
at http://httpd.apache.org/docs/2.4/new_features_2_4.html

Wed Jul 25 14:00:00 2012 saschpeAATTsuse.de
- gensslcert: Use 0400 permissions for generated SSL certificate files
instead of 0644

Fri Jul 6 14:00:00 2012 meissnerAATTsuse.com
- modified apache2.2-mpm-itk-20090414-00.patch to fix
itk running as root. bnc#681176 / CVE-2011-1176

Fri Jul 6 14:00:00 2012 meissnerAATTsuse.com
- remove the insecure LD_LIBRARY_PATH line. bnc#757710

Sun Apr 22 14:00:00 2012 dimstarAATTopensuse.org
- Add apache2-mod_ssl_npn.patch: Add npn support to mod_ssl, which
is needed by spdy.
- Provide apache2(mod_ssl+npn), indicating that our mod_ssl does
have the npn patch. This can be used by mod_spdy to ensure a
compatible apache/mod_ssl is installed.

Tue Mar 20 13:00:00 2012 adrianAATTsuse.de
- fix truncating and resulting paniking of answer headers (bnc#690734)

Sat Feb 18 13:00:00 2012 poemlAATTcmdline.net
- update to 2.2.22

* ) SECURITY: CVE-2011-3368 (cve.mitre.org)
Reject requests where the request-URI does not match the HTTP
specification, preventing unexpected expansion of target URLs in
some reverse proxy configurations.

* ) SECURITY: CVE-2011-3607 (cve.mitre.org)
Fix integer overflow in ap_pregsub() which, when the mod_setenvif module
is enabled, could allow local users to gain privileges via a .htaccess
file.

* ) SECURITY: CVE-2011-4317 (cve.mitre.org)
Resolve additional cases of URL rewriting with ProxyPassMatch or
RewriteRule, where particular request-URIs could result in undesired
backend network exposure in some configurations.

* ) SECURITY: CVE-2012-0021 (cve.mitre.org)
mod_log_config: Fix segfault (crash) when the \'%{cookiename}C\' log format
string is in use and a client sends a nameless, valueless cookie, causing
a denial of service. The issue existed since version 2.2.17. PR 52256.

* ) SECURITY: CVE-2012-0031 (cve.mitre.org)
Fix scoreboard issue which could allow an unprivileged child process
could cause the parent to crash at shutdown rather than terminate
cleanly.

* ) SECURITY: CVE-2012-0053 (cve.mitre.org)
Fix an issue in error responses that could expose \"httpOnly\" cookies
when no custom ErrorDocument is specified for status code 400.

* ) mod_proxy_ajp: Try to prevent a single long request from marking a worker
in error.

* ) config: Update the default mod_ssl configuration: Disable SSLv2, only
allow >= 128bit ciphers, add commented example for speed optimized cipher
list, limit MSIE workaround to MSIE <= 5.

* ) core: Fix segfault in ap_send_interim_response(). PR 52315.

* ) mod_log_config: Prevent segfault. PR 50861.

* ) mod_win32: Invert logic for env var UTF-8 fixing.
Now we exclude a list of vars which we know for sure they dont hold UTF-8
chars; all other vars will be fixed. This has the benefit that now also
all vars from 3rd-party modules will be fixed. PR 13029 / 34985.

* ) core: Fix hook sorting for Perl modules, a regression introduced in
2.2.21. PR: 45076.

* ) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20:
A range of \'0-\' will now return 206 instead of 200. PR 51878.

* ) Example configuration: Fix entry for MaxRanges (use \"unlimited\" instead
of \"0\").

* ) mod_substitute: Fix buffer overrun.
- adjusted SSL template/default config for upstream changes, and added
MaxRanges example to apache2-server-tuning.conf
- fixed installation of (moved) man pages

Sat Feb 11 13:00:00 2012 cooloAATTsuse.com
- compile with pcre 8.30 - patch taken from apache bugzilla

Sat Jan 21 13:00:00 2012 drahtAATTsuse.de
- enable mod_reqtimeout by default via APACHE_MODULES in
/etc/sysconfig/apache2, configuration
/etc/apache2/mod_reqtimeout.conf .
Of course, the existing configuration remains unchanged.

Fri Dec 16 13:00:00 2011 chrisAATTcomputersalat.de
- add default vhost configs

* default-vhost.conf, default-vhost-ssl.conf, README.default-vhost

Sat Dec 10 13:00:00 2011 meissnerAATTsuse.de
- openldap2 is not necessary, just openldap2-devel as buildrequires

Fri Dec 2 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency

Fri Nov 18 13:00:00 2011 drahtAATTsuse.de
- update to /etc/init.d/apache2: handle reload with deleted
binaries after package update more thoughtfully: If the binaries
have been replaced, then a dlopen(3) on the apache modules is
prone to fail. => Don\'t reload then, but complain and fail.
Especially important for logrotate!

Fri Oct 7 14:00:00 2011 drahtAATTsuse.de
- httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff fixes mod_proxy
reverse exposure via RewriteRule or ProxyPassMatch directives.
This is CVE-2011-3368.

Fri Oct 7 14:00:00 2011 fcrozatAATTsuse.com
- Ensure service_add_pre macro is correctly called for
openSUSE 12.1 or later.

Tue Sep 27 14:00:00 2011 fcrozatAATTsuse.com
- Fix systemd files packaging, %ghost is not a good idea.
- Use systemd rpm macros for openSUSE 12.1 and later.

Thu Sep 15 14:00:00 2011 drahtAATTsuse.de
- don\'t create $RPM_BUILD_ROOT/etc/init.d twice in %install.

Tue Sep 13 14:00:00 2011 drahtAATTsuse.de
- Update to 2.2.21. News therein:

* re-worked CVE-2011-3192 (byterange_filter.c) with a regression
fix. New config option: MaxRanges (PR 51748)

* multi fixes in mod_filter, mod_proxy_ajp, mod_dav_fs,
mod_alias, mod_rewrite. As always, see CHANGES file.
- added httpd-%{realver}.tar.bz2.asc to source, along with
60C5442D.key which the tarball was signed with.

Tue Sep 13 14:00:00 2011 drahtAATTsuse.de
- need to add %ghost /lib/systemd to satisfy distributions that
have no systemd yet.

Thu Sep 1 14:00:00 2011 fcrozatAATTsuse.com
- Add apache2-systemd-ask-pass / apache2.service / start_apache2
and modify apache2-ssl-global.conf for systemd support
(bnc#697137).

Wed Aug 31 14:00:00 2011 crrodriguezAATTopensuse.org
- Update to version 2.2.20, fix CVE-2011-3192
mod_deflate D.o.S.

Fri Aug 5 14:00:00 2011 crrodriguezAATTopensuse.org
- Fix apache PR 45076

Sun Jul 17 14:00:00 2011 crrodriguezAATTopensuse.org
- Use SSL_MODE_RELEASE_BUFFERS to reduce mod_ssl memory usage

Wed Jun 22 14:00:00 2011 crrodriguezAATTopensuse.org
- Add 2 patches from the \"low hanging fruit\" warnings in apache
STATUS page.

* mod_deflate: Stop compressing HEAD requests
if there is not Content-Length header

* mod_reqtimeout: Disable keep-alive after read timeout

Fri Jun 10 14:00:00 2011 crrodriguezAATTopensuse.org
- Remove -fno-strict-aliasing from CFLAGS, no longer needed.

Wed Jun 8 14:00:00 2011 crrodriguezAATTopensuse.org
- Allow KeepAliveTimeout to be expressed in miliseconds
sometimes one second is too long, upstream r733557.

Mon Jun 6 14:00:00 2011 crrodriguezAATTopensuse.org
- When linux changes to version 3.x configure tests are gonna break.
remove version check, assuming kernel 2.2 or later.

Thu May 26 14:00:00 2011 crrodriguezAATTopensuse.org
- Update to 2.2.19, only one bugfix.

* ) Revert ABI breakage in 2.2.18 caused by the function signature change
of ap_unescape_url_keep2f(). This release restores the signature from
2.2.17 and prior, and introduces ap_unescape_url_keep2f_ex().
[Eric Covener]

Fri May 20 14:00:00 2011 crrodriguezAATTopensuse.org
- Remove SSLv2 disabled patch, already in upstream.
- Update to version 2.2.18

* mod_ssl, ab: Support OpenSSL compiled without SSLv2 support.

* core: Treat timeout reading request as 408 error, not 400.

* core: Only log a 408 if it is no keepalive timeout.

* mod_rewrite: Allow to unset environment variables.

* prefork: Update MPM state in children during a graceful restart.

* Other fixes in mod_cache,mod_dav,mod_proxy se NEWS for detail.

Wed Apr 20 14:00:00 2011 crrodriguezAATTopensuse.org
- Fix regular expression in vhost ssl template IE workaround
it is obsolete see https://issues.apache.org/bugzilla/show_bug.cgi?id=49484
You should apply this update to fix painfully slow SSL
connections when using IE.

Mon Apr 11 14:00:00 2011 crrodriguezAATTopensuse.org
- Allow usage of an openSSL library compiled without SSlv2

Fri Apr 8 14:00:00 2011 lnusselAATTsuse.de
- set sane default cipher string in apache2-vhost-ssl.template
- remove useless example snakeoil certs
- remove broken mkcert script

Thu Feb 17 13:00:00 2011 wernerAATTsuse.de
- Tag boot script as interactive as systemd uses it

Mon Feb 7 13:00:00 2011 lnusselAATTsuse.de
- recommend the default mpm package (bnc#670027)

Tue Oct 19 14:00:00 2010 poemlAATTcmdline.net
- update to 2.2.17:
SECURITY: CVE-2010-1623 (cve.mitre.org)
Fix a denial of service attack against apr_brigade_split_line().
[Actual fix is in the libapr 1.3 line, which we don\'t use // poeml]
SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
Fix two buffer over-read flaws in the bundled copy of expat which could
cause applications to crash while parsing specially-crafted XML documents.
[We build with system expat library // poeml]
prefork MPM: Run cleanups for final request when process exits gracefully
to work around a flaw in apr-util. PR 43857
core:
- check symlink ownership if both FollowSymlinks and
SymlinksIfOwnerMatch are set
- fix origin checking in SymlinksIfOwnerMatch PR 36783
- (re)-introduce -T commandline option to suppress documentroot
check at startup. PR 41887
vhost:
- A purely-numeric Host: header should not be treated as a port. PR 44979
rotatelogs:
- Fix possible buffer overflow if admin configures a
mongo log file path.
Proxy balancer: support setting error status according to HTTP response
code from a backend. PR 48939.
mod_authnz_ldap:
- If AuthLDAPCharsetConfig is set, also convert the
password to UTF-8. PR 45318.
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. PR 17629, 43939
mod_headers:
- Enable multi-match-and-replace edit option PR 46594
mod_log_config:
- Make ${cookie}C correctly match whole cookie names
instead of substrings. PR 28037.
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.
mod_ssl:
- Do not do overlapping memcpy. PR 45444

Tue Oct 5 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Add missing libcap-devel to BuildRequires, wanted by \"itk\" MPM.

Thu Jul 29 14:00:00 2010 poemlAATTcmdline.net
- update to 2.2.16:
SECURITY: CVE-2010-1452 (cve.mitre.org)
mod_dav, mod_cache: Fix Handling of requests without a path segment.
PR: 49246
SECURITY: CVE-2010-2068 (cve.mitre.org)
mod_proxy_ajp, mod_proxy_http, mod_reqtimeout: Fix timeout detection
for platforms Windows, Netware and OS2. PR: 49417.
core:
- Filter init functions are now run strictly once per request
before handler invocation. The init functions are no longer run
for connection filters. PR 49328.
mod_filter:
- enable it to act on non-200 responses. PR 48377
mod_ldap:
- LDAP caching was suppressed (and ldap-status handler returns
title page only) when any mod_ldap directives were used in VirtualHost
context.
mod_ssl:
- Fix segfault at startup if proxy client certs are shared
across multiple vhosts. PR 39915.
mod_proxy_http:
- Log the port of the remote server in various messages.
PR 48812.
apxs:
- Fix -A and -a options to ignore whitespace in httpd.conf
mod_dir:
- add FallbackResource directive, to enable admin to specify
an action to happen when a URL maps to no file, without resorting
to ErrorDocument or mod_rewrite. PR 47184
mod_rewrite:
- Allow to set environment variables without explicitely
giving a value.
- add Requires and BuildRequires on libapr1 >= 1.4.2. In the past, libapr1 >=
1.0 was sufficient. But since 2.2.16, a failure to create listen sockets can
occur, unless newer libapr1 is used. See
https://bugzilla.redhat.com/show_bug.cgi?id=516331
- remove obsolete httpd-2.2.15-deprecated_use_of_build_in_variable.patch

Mon May 17 14:00:00 2010 poemlAATTcmdline.net
- add type and encoding for zipped SVG images (.svgz)
Thanks to Sebastian Siebert (via Submit Request #40059)

Tue May 11 14:00:00 2010 larsAATTlinux-schulserver.de
- fix deprecated usage of $[ in apxs2
(httpd-2.2.15-deprecated_use_of_build_in_variable.patch)

Fri May 7 14:00:00 2010 ajAATTsuse.de
- Do not compile in build time but use mtime of changes file instead.
This allows build-compare to identify that no changes have happened.

Tue Mar 30 14:00:00 2010 poemlAATTcmdline.net
- add apache2-prefork to the Requires of apache2-devel, because apxs2 will
build for prefork, if not called as apxs2-worker (which should rarely be the
case). Also added gcc to the Requires.

Mon Mar 8 13:00:00 2010 poemlAATTcmdline.net
- update to 2.2.15:
SECURITY: CVE-2009-3555 (cve.mitre.org)
mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection
attack when compiled against OpenSSL version 0.9.8m or later. Introduces
the \'SSLInsecureRenegotiation\' directive to reopen this vulnerability and
offer unsafe legacy renegotiation with clients which do not yet support
the new secure renegotiation protocol, RFC 5746.
SECURITY: CVE-2009-3555 (cve.mitre.org)
mod_ssl: A partial fix for the TLS renegotiation prefix injection attack
by rejecting any client-initiated renegotiations. Forcibly disable
keepalive for the connection if there is any buffered data readable. Any
configuration which requires renegotiation for per-directory/location
access control is still vulnerable, unless using OpenSSL >= 0.9.8l.
SECURITY: CVE-2010-0408 (cve.mitre.org)
mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent
when request headers indicate a request body is incoming; not a case of
HTTP_INTERNAL_SERVER_ERROR.
SECURITY: CVE-2010-0425 (cve.mitre.org)
mod_isapi: Do not unload an isapi .dll module until the request processing
is completed, avoiding orphaned callback pointers.
SECURITY: CVE-2010-0434 (cve.mitre.org)
Ensure each subrequest has a shallow copy of headers_in so that the parent
request headers are not corrupted. Elimiates a problematic optimization
in the case of no request body. PR 48359
mod_reqtimeout:
- New module to set timeouts and minimum data rates for receiving requests
from the client.
core:
- Fix potential memory leaks by making sure to not destroy bucket brigades
that have been created by earlier filters.
- Return APR_EOF if request body is shorter than the length announced by the
client. PR 33098
- Preserve Port information over internal redirects PR 35999
- Build: fix --with-module to work as documented PR 43881
worker:
- Don\'t report server has reached MaxClients until it has. Add message when
server gets within MinSpareThreads of MaxClients. PR 46996.
ab, mod_ssl:
- Restore compatibility with OpenSSL < 0.9.7g.
mod_authnz_ldap:
- Add AuthLDAPBindAuthoritative to allow Authentication to try other
providers in the case of an LDAP bind failure. PR 46608
- Failures to map a username to a DN, or to check a user password now result
in an informational level log entry instead of warning level.
mod_cache:
- Introduce the thundering herd lock, a mechanism to keep the flood of
requests at bay that strike a backend webserver as a cached entity goes
stale.
- correctly consider s-maxage in cacheability decisions.
mod_disk_cache, mod_mem_cache:
- don\'t cache incomplete responses, per RFC 2616, 13.8. PR15866.
mod_charset_lite:
- Honor \'CharsetOptions NoImplicitAdd\'.
mod_filter:
- fix FilterProvider matching where \"dispatch\" string doesn\'t exist. PR 48054
mod_include:
- Allow fine control over the removal of Last-Modified and ETag headers
within the INCLUDES filter, making it possible to cache responses if
desired. Fix the default value of the SSIAccessEnable directive.
mod_ldap:
- If LDAPSharedCacheSize is too small, try harder to purge some cache
entries and log a warning. Also increase the default LDAPSharedCacheSize
to 500000. This is a more realistic size suitable for the default values
of 1024 for LdapCacheEntries/LdapOpCacheEntries. PR 46749.
mod_log_config:
- Add the R option to log the handler used within the request.
mod_mime:
- Make RemoveType override the info from TypesConfig. PR 38330.
- Detect invalid use of MultiviewsMatch inside Location and LocationMatch
sections. PR 47754.
mod_negotiation:
- Preserve query string over multiviews negotiation. This buglet was fixed
for type maps in 2.2.6, but the same issue affected multiviews and was
overlooked. PR 33112
mod_proxy:
- unable to connect to a backend is SERVICE_UNAVAILABLE, rather than
BAD_GATEWAY or (especially) NOT_FOUND. PR 46971
mod_proxy, mod_proxy_http:
- Support remote https proxies by using HTTP CONNECT. PR 19188.
mod_proxy_http:
- Make sure that when an ErrorDocument is served from a reverse proxied URL,
that the subrequest respects the status of the original request. This
brings the behaviour of proxy_handler in line with default_handler. PR
47106.
mod_proxy_ajp:
- Really regard the operation a success, when the client aborted the
connection. In addition adjust the log message if the client aborted the
connection.
mod_rewrite:
- Make sure that a hostname:port isn\'t fully qualified if the request is a
CONNECT request. PR 47928
- Add scgi scheme detection.
mod_ssl:
- Fix a potential I/O hang if a long list of trusted CAs is configured for
client cert auth. PR 46952.
- When extracting certificate subject/issuer names to the SSL_
*_DN_
*
variables, handle RDNs with duplicate tags by exporting multiple
varialables with an \"_n\" integer suffix. PR 45875.
- obsolete patch CVE-2009-3555-2.2.patch removed

Fri Mar 5 13:00:00 2010 cooloAATTnovell.com
- readd whitespace removed by autobuild

Wed Dec 16 13:00:00 2009 jengelhAATTmedozas.de
- package documentation as noarch

Sat Nov 7 13:00:00 2009 poemlAATTcmdline.net
- add patch for CVE-2009-3555 (cve.mitre.org)
http://www.apache.org/dist/httpd/patches/apply_to_2.2.14/CVE-2009-3555-2.2.patch
http://mail-archives.apache.org/mod_mbox/httpd-announce/200911.mbox/%3c20091107013220.31376.qmailAATTminotaur.apache.org%3e
A partial fix for the TLS renegotiation prefix injection attack by rejecting
any client-initiated renegotiations. Any configuration which requires
renegotiation for per-directory/location access control is still vulnerable,
unless using OpenSSL >= 0.9.8l.

Mon Oct 26 13:00:00 2009 poemlAATTcmdline.net
- update to 2.2.14:

* ) SECURITY: CVE-2009-2699 (cve.mitre.org)
Fixed in APR 1.3.9. Faulty error handling in the Solaris pollset support
(Event Port backend) which could trigger hangs in the prefork and event
MPMs on that platform. PR 47645. [Jeff Trawick]

* ) SECURITY: CVE-2009-3095 (cve.mitre.org)
mod_proxy_ftp: sanity check authn credentials.
[Stefan Fritsch , Joe Orton]

* ) SECURITY: CVE-2009-3094 (cve.mitre.org)
mod_proxy_ftp: NULL pointer dereference on error paths.
[Stefan Fritsch , Joe Orton]

* ) mod_proxy_scgi: Backport from trunk. [André Malo]

* ) mod_ldap: Don\'t try to resolve file-based user ids to a DN when AuthLDAPURL
has been defined at a very high level. PR 45946. [Eric Covener]

* ) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]

* ) mod_ldap: Bring the LDAPCacheEntries and LDAPOpCacheEntries
usage() in synch with the manual and the implementation (0 and -1
both disable the cache). [Eric Covener]

* ) mod_ssl: The error message when SSLCertificateFile is missing should
at least give the name or position of the problematic virtual host
definition. [Stefan Fritsch sf sfritsch.de]

* ) htdbm: Fix possible buffer overflow if dbm database has very
long values. PR 30586 [Dan Poirier]

* ) Add support for HTTP PUT to ab. [Jeff Barnes ]

* ) mod_ssl: Fix SSL_
*_DN_UID variables to use the \'userID\' attribute
type. PR 45107. [Michael Ströder ,
Peter Sylvester ]

* ) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
defined session identifiers encoded in the URL when caching.
[Ruediger Pluem]

* ) mod_mem_cache: fix seg fault under load due to pool concurrency problem
PR: 47672 [Dan Poirier ]

* ) mod_autoindex: Correctly create an empty cell if the description
for a file is missing. PR 47682 [Peter Poeml ]

Mon Aug 10 14:00:00 2009 poemlAATTsuse.de
- update to 2.2.13:

* ) SECURITY: CVE-2009-2412 (cve.mitre.org)
Distributed with APR 1.3.8 and APR-util 1.3.9 to fix potential overflow
in pools and rmm, where size alignment was taking place.

* ) mod_ssl, ab: improve compatibility with OpenSSL 1.0.0 betas. Report
warnings compiling mod_ssl against OpenSSL to the httpd developers.

* ) mod_cgid: Do not add an empty argument when calling the CGI script.
PR 46380

* ) Fix potential segfaults with use of the legacy ap_rputs() etc
interfaces, in cases where an output filter fails. PR 36780.

Mon Jul 27 14:00:00 2009 poemlAATTsuse.de
- update to 2.2.12:
SECURITY: CVE-2009-1891 (cve.mitre.org)
Fix a potential Denial-of-Service attack against mod_deflate or other
modules, by forcing the server to consume CPU time in compressing a
large file after a client disconnects. PR 39605.
SECURITY: CVE-2009-1195 (cve.mitre.org)
Prevent the \"Includes\" Option from being enabled in an .htaccess
file if the AllowOverride restrictions do not permit it.
SECURITY: CVE-2009-1890 (cve.mitre.org)
Fix a potential Denial-of-Service attack against mod_proxy in a
reverse proxy configuration, where a remote attacker can force a
proxy process to consume CPU time indefinitely.
SECURITY: CVE-2009-1191 (cve.mitre.org)
mod_proxy_ajp: Avoid delivering content from a previous request which
failed to send a request body. PR 46949
SECURITY: CVE-2009-0023, CVE-2009-1955, CVE-2009-1956 (cve.mitre.org)
The bundled copy of the APR-util library has been updated, fixing three
different security issues which may affect particular configurations
and third-party modules.
core:
- New piped log syntax: Use \"||process args\" to launch the given process
without invoking the shell/command interpreter. Use \"|$command line\"
(the default behavior of \"|command line\" in 2.2) to invoke using shell,
consuming an additional shell process for the lifetime of the logging
pipe program but granting additional process invocation flexibility.
- prefork: Fix child process hang during graceful restart/stop in
configurations with multiple listening sockets. PR 42829.
- Translate the status line to ASCII on EBCDIC platforms in
ap_send_interim_response() and for locally generated \"100
Continue\" responses.
- CGI: return 504 (Gateway timeout) rather than 500 when a
script times out before returning status line/headers. PR 42190
- prefork: Log an error instead of segfaulting when child startup fails
due to pollset creation failures. PR 46467.
- core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
- Set Listen protocol to \"https\" if port is set to 443 and no proto is specified
(as documented but not implemented). PR 46066
- Output -M and -S dumps (modules and vhosts) to stdout instead of stderr.
PR 42571 and PR 44266 (dup).
mod_alias:
- check sanity in Redirect arguments. PR 44729
- Ensure Redirect emits HTTP-compliant URLs. PR 44020
mod_authnz_ldap:
- Reduce number of initialization debug messages and make
information more clear. PR 46342
mod_cache:
- Introduce \'no-cache\' per-request environment variable to
prevent the saving of an otherwise cacheable response.
- Correctly save Content-Encoding of cachable entity. PR 46401
- When an explicit Expires or Cache-Control header is set, cache
normally non-cacheable response statuses. PR 46346.
mod_cgid:
- fix segfault problem on solaris. PR 39332
mod_disk_cache:
- The module now turns off sendfile support if \'EnableSendfile
off\' is defined globally. PR 41218.
mod_disk_cache/mod_mem_cache:
- Fix handling of CacheIgnoreHeaders directive to correctly
remove headers before storing them.
mod_deflate:
- revert changes in 2.2.8 that caused an invalid etag to be
emitted for on-the-fly gzip content-encoding. PR 39727 will
require larger fixes and this fix was far more harmful than
the original code. PR 45023.
mod_ext_filter:
- fix error handling when the filter prog fails to start, and
introduce an onfail configuration option to abort the request
or to remove the broken filter and continue. PR 41120
mod_include:
- fix potential segfault when handling back references on an
empty SSI variable.
- Prevent a case of SSI timefmt-smashing with filter chains
including multiple INCLUDES filters. PR 39369
- support generating non-ASCII characters as entities in SSI PR
25202
mod_ldap:
- Avoid a segfault when result->rc is checked in
uldap_connection_init when result is NULL. This could happen
if LDAP initialization failed. PR 45994.
mod_negotiation:
- Escape pathes of filenames in 406 responses to avoid HTML
injections and HTTP response splitting. PR 46837.
mod_proxy:
- Complete ProxyPassReverse to handle balancer URL\'s. Given;
BalancerMember balancer://alias http://example.com/foo
ProxyPassReverse /bash balancer://alias/bar backend url
http://example.com/foo/bar/that is now translated /bash/that
mod_proxy_ajp:
- Check more strictly that the backend follows the AJP protocol.
- Forward remote port information by default.
mod_proxy_http:
- fix Host: header for literal IPv6 addresses. PR 47177
- fix case sensitivity checking transfer encoding PR 47383
mod_rewrite:
- Remove locking for writing to the rewritelog. PR 46942
- Fix the error string returned by RewriteRule. RewriteRule
returned \"RewriteCond: bad flag delimiters\" when the 3rd
argument of RewriteRule was not started with \"[\" or not ended
with \"]\". PR 45082
- When evaluating a proxy rule in directory context, do escape
the filename by default. PR 46428
- Introduce DiscardPathInfo|DPI flag to stop the troublesome way
that per-directory rewrites append the previous notion of
PATH_INFO to each substitution before evaluating subsequent
rules. PR38642
- fix \"B\" flag breakage by reverting r589343 PR 45529
mod_ssl:
- Add server name indication support (RFC 4366) and better
support for name based virtual hosts with SSL. PR 34607
- Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
to enable stricter checking of remote server certificates.
- Add SSLRenegBufferSize directive to allow changing the size of
the buffer used for the request-body where necessary during a
per-dir renegotiation. PR 39243.
mod_substitute:
- Fix a memory leak. PR 44948

Tue Jul 14 14:00:00 2009 hvogelAATTsuse.de
- Fix missing -Y option in gensslcert [bnc#416888]

Tue Jun 9 14:00:00 2009 poemlAATTsuse.de
- merge changes from openSUSE:Factory:
- trailing spaces removed from robots.txt
- moved Snakeoil certificates to separate subpackage
example-certificates [bnc#419601]
- removed outdated ca-bundle.crt
- NOT merging the change from [bnc#301380] (setting TraceEnable
Off), since there is no reason to deviate from upstream

Tue Jun 9 14:00:00 2009 poemlAATTsuse.de
- avoid useless (and potentially irritating) messages from usermod
called in %post when updating the package - this should probably
only be run when updating from very old installs anyway.
- likewise, avoid similar useless messages about creation of the
httpd user when installing on Fedora.

Tue May 5 14:00:00 2009 poemlAATTsuse.de
- fix hyperref to the quickstart howto in the installed httpd.conf
[bnc#500938] Thanks, Frank!

Mon Apr 27 14:00:00 2009 poemlAATTsuse.de
- add ITK MPM (apache2.2-mpm-itk-20090414-00.patch)
see http://mpm-itk.sesse.net/

Mon Apr 27 14:00:00 2009 poemlAATTsuse.de
- buildfix (from Factory): replace \"shadow\" by \"pwdutils\" in requires

Thu Mar 12 13:00:00 2009 crrodriguezAATTsuse.de
- update apache2-vhost.template mod_php4 references [bnc#444205]

Mon Mar 9 13:00:00 2009 poemlAATTsuse.de
- fixed the ed script which turns apxs into
apxs-{prefork,worker,event) to work on Fedora, by using - instead
of ^ to go \"up\" one line. Thereby fixing Fedora build. (Package
probably needs further tuning to fit into a Fedora environment.)

Fri Dec 19 13:00:00 2008 poemlAATTsuse.de
- update to 2.2.11:
core:
- Worker MPM: Crosscheck that idle workers are still available
before using them and thus preventing an overflow of the
worker queue which causes a SegFault. PR 45605
- Add ap_timeout_parameter_parse to public API.
- When the ap_http_header_filter processes an error bucket,
cleanup the passed brigade before returning AP_FILTER_ERROR
down the filter chain. This unambiguously ensures the same
error bucket isn\'t revisited
- Error responses set by filters were being coerced into 500
errors, sometimes appended to the original error response. Log
entry of: \'Handler for (null) returned invalid result code -3\'
- configure: Don\'t reject libtool 2.x PR 44817
- Build: Correctly set SSL_LIBS during openssl detection if
pkgconfig is not available. PR 46018
mod_autoindex:
- add configuration option to insert string in HTML HEAD (IndexHeadInsert).
mod_cache:
- Convert age of cached object to seconds before comparing it to
age supplied by the request when checking whether to send a
Warning header for a stale response. PR 39713.
mod_expires:
- Do not sets negative max-age / Expires header in the past. PR 39774
mod_info:
- Was displaying the wrong value for the KeepAliveTimeout value.
mod_log_config:
- Add new LogFormat parameter, %k, which logs the number of
keepalive requests on this connection for this request. PR 45762
mod_proxy:
- Add the possibility to set the worker parameters
connectiontimeout and ping in milliseconds.
- Prevent segmentation faults by correctly adjusting the
lifetime of the buckets read from the proxy backend. PR 45792
mod_proxy_ajp:
- Do not fail if response data is sent before all request
data is read. PR 45911
- Fix wrongly formatted requests where client sets
Content-Length header, but doesn\'t provide a body. Servlet
container always expects that next packet is body whenever C-L
is present in the headers. This can lead to wrong
interpretation of the packets. In this case send the empty
body packet, so container can deal with that.
mod_proxy_balancer:
- Add in forced recovery for balancer members if
all are in error state.
mod_rewrite:
- Export and install the mod_rewrite.h header to ensure the optional
rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
available to third party modules.

Wed Dec 17 13:00:00 2008 poemlAATTsuse.de
- remove mod_authn_dbm and mod_suexec from the default module list.

Fri Nov 21 13:00:00 2008 skhAATTsuse.de
- apache2-server-tuning.conf:
Enclose module-specific configuration in IfModule tags [bnc#440584]

Fri Nov 14 13:00:00 2008 poemlAATTsuse.de
- apply Dirks fix for [bnc#444878], making the packaging of per-mpm
modules more deterministic. They\'ll reliably put into the
subpackage or main package now, which varied in a ping-pong way
from build to build in the past.

Wed Oct 29 13:00:00 2008 poemlAATTsuse.de
- update year of copyright in rc.apache2

Tue Oct 28 13:00:00 2008 poemlAATTsuse.de
- update to 2.2.10:
SECURITY: CVE-2008-2939 (cve.mitre.org)
mod_proxy_ftp: Prevent XSS attacks when using wildcards in the path of
the FTP URL. Discovered by Marc Bevand of Rapid7.
core:
- Support chroot on Unix-family platforms. PR 43596
mod_authn_alias:
- Detect during startup when AuthDigestProvider is configured to
use an incompatible provider via AuthnProviderAlias. PR 45196
mod_cgid:
- Pass along empty command line arguments from an ISINDEX query
that has consecutive \'+\' characters in the QUERY_STRING,
matching the behavior of mod_cgi.
mod_charset_lite:
- Avoid dropping error responses by handling meta buckets
correctly. PR 45687
mod_dav_fs:
- Retrieve minimal system information about directory entries
when walking a DAV fs, resolving a performance degradation on
Windows. PR 45464.
mod_headers:
- Prevent Header edit from processing only the first header of
possibly multiple headers with the same name and deleting the
remaining ones. PR 45333.
mod_proxy:
- Allow for smax to be 0 for balancer members so that all idle
connections are able to be dropped should they exceed ttl. PR 43371
- Add \'scolonpathdelim\' parameter to allow for \';\' to also be
used as a session path separator/delim PR 45158.
- Add connectiontimeout parameter for proxy workers in order to
be able to set the timeout for connecting to the backend separately.
PR 45445.
mod_proxy_http:
- Don\'t trigger a retry by the client if a failure to
read the response line was the result of a timeout.
- Introduce environment variable proxy-initial-not-pooled to
avoid reusing pooled connections if the client connection is an initial
connection. PR 37770.
- Do not forward requests with \'Expect: 100-continue\' to
known HTTP/1.0 servers. Return \'Expectation failed\' (417) instead.
mod_proxy_balancer:
- Move nonce field in the balancer manager page inside
the html form where it belongs. PR 45578.
- Add \'bybusyness\' load balance method.
mod_rewrite:
- Allow Cookie option to set secure and HttpOnly flags. PR 44799
- Preserve the query string when [proxy,noescape]. PR 45247.
mod_ssl:
- implement dynamic mutex callbacks for the benefit of OpenSSL.
- Rewrite shmcb to avoid memory alignment issues. PR 42101.
- drop obsolete patch httpd-2.2.x-CVE-2008-2939.patch

Fri Oct 24 14:00:00 2008 skhAATTsuse.de
- apache2.firewall, apache2.ssl-firewall
Use unique name tags \"HTTP Server\" and \"HTTPS Server\" in for
SuSEFirewall2 configuration [bnc#414962]

Fri Sep 19 14:00:00 2008 skhAATTsuse.de
- add httpd-2.x.x-logresolve.patch again [bnc#210904]
- add httpd-2.2.x-CVE-2008-2939.patch [bnc#415061]:
mod_proxy_ftp: Prevent XSS attacks when using wildcards in
the path of the FTP URL. Discovered by Marc Bevand of Rapid7.
[Ruediger Pluem]

Tue Aug 26 14:00:00 2008 poemlAATTsuse.de
- drop rc.config handling (was removed in or after SuSE Linux 8.0)
- don\'t use fillup_insserv options which have been removed lately

Fri Aug 15 14:00:00 2008 poemlAATTsuse.de
- fix init script LSB headers

Wed Jun 25 14:00:00 2008 poemlAATTsuse.de
- add note to /etc/sysconfig/apache2 and /etc/init.d/apache2 about
how to set ulimits when starting the server
- undocument APACHE_BUFFERED_LOGS and APACHE_TIMEOUT in the
sysconfig template. They still work but I think it is good to
keep this stuff out of the beginner\'s config, first because both
features are sophisticated enough to not being tweaked in most
cases, second because it only confuses people I guess, and makes
the sysconfig file larger than necessary.

Sun Jun 15 14:00:00 2008 poemlAATTsuse.de
- update to 2.2.9:
SECURITY: CVE-2008-2364 (cve.mitre.org)
mod_proxy_http: Better handling of excessive interim responses
from origin server to prevent potential denial of service and
high memory usage. Reported by Ryujiro Shibuya.
SECURITY: CVE-2007-6420 (cve.mitre.org)
mod_proxy_balancer: Prevent CSRF attacks against the
balancer-manager interface.
- htpasswd: Fix salt generation weakness. PR 31440
worker/event MPM:
- Fix race condition in pool recycling that leads to
segmentation faults under load. PR 44402
core:
- Fix address-in-use startup failure on some platforms caused by
creating an IPv4 listener which overlaps with an existing IPv6
listener.
- Add the filename of the configuration file to the warning
message about the useless use of AllowOverride. PR 39992.
- Do not allow Options ALL if not all options are allowed to be
overwritten. PR 44262
- reinstate location walk to fix config for subrequests PR 41960
- Fix garbled TRACE response on EBCDIC platforms.
- gen_test_char: add double-quote to the list of
T_HTTP_TOKEN_STOP. PR 9727
http_filters:
- Don\'t return 100-continue on redirects. PR 43711
- Don\'t return 100-continue on client error PR 43711
- Don\'t spin if get an error when reading the next chunk. PR 44381
- Don\'t add bogus duplicate Content-Language entries
suexec:
- When group is given as a numeric gid, validate it by looking up
the actual group name such that the name can be used in log entries.
PR 7862
mod_authn_dbd:
- Disambiguate and tidy database authentication error messages. PR 43210.
mod_cache:
- Handle If-Range correctly if the cached resource was stale. PR 44579
- Revalidate cache entities which have Cache-Control: no-cache
set in their response headers. PR 44511
mod_cgid:
- Explicitly set permissions of the socket (ScriptSock) shared
by mod_cgid and request processing threads, for OS\'es such as
HPUX and AIX that do not use umask for AF_UNIX socket permissions.
- Don\'t try to restart the daemon if it fails to initialize the socket.
mod_charset_lite:
- Add TranslateAllMimeTypes sub-option to CharsetOptions,
allowing the administrator to skip the mimetype checking that
precedes translation.
mod_dav:
- Return \"method not allowed\" if the destination URI of a WebDAV
copy / move operation is no DAV resource. PR 44734
mod_headers:
- Add \'merge\' option to avoid duplicate values within the same header.
mod_include:
- Correctly handle SSI directives split over multiple filter
mod_log_config:
- Add format options for %p so that the actual local or remote
port can be logged. PR 43415.
mod_logio:
- Provide optional function to allow modules to adjust the
bytes_in count
mod_proxy:
- Make all proxy modules nocanon aware and do not add the
query string again in this case. PR 44803.
- scoreboard: Remove unused proxy load balancer elements from scoreboard
image (not scoreboard memory itself).
- Support environment variable interpolation in reverse
proxying directives.
- Do not try a direct connection if the connection via a
remote proxy failed before and the request has a request body.
- ProxyPassReverse is now balancer aware.
- Lower memory consumption for short lived connections.
PR 44026.
- Keep connections to the backend persistent in the HTTPS case.
mod_proxy_ajp:
- Do not retry request in the case that we either failed to
sent a part of the request body or if the request is not idempotent.
PR 44334
mod_proxy_ftp:
- Fix base for directory listings. PR 27834
mod_proxy_http:
- Fix processing of chunked responses if Connection:
Transfer-Encoding is set in the response of the proxied
system. PR 44311
- Return HTTP status codes instead of apr_status_t values for
errors encountered while forwarding the request body PR 44165
mod_rewrite:
- Initialize hash needed by ap_register_rewrite_mapfunc early
enough. PR 44641
- Check all files used by DBM maps for freshness, mod_rewrite
didn\'t pick up on updated sdbm maps due to this. PR41190
- Don\'t canonicalise URLs with [P,NE] PR 43319
mod_speling:
- remove regression from 1.3/2.0 behavior and drop dependency
between mod_speling and AcceptPathInfo.
mod_ssl:
- Fix a memory leak with connections that have zlib compression
turned on. PR 44975
mod_substitute:
- The default is now flattening the buckets after each
substitution. The newly added \'q\' flag allows for the quicker,
more efficient bucket-splitting if the user so
mod_unique_id:
- Fix timestamp value in UNIQUE_ID. PR 37064
ab (apache benchmark):
- Include earlier if available since we may need
INT_MAX (defined there on Windows) for the definition of MAX_REQUESTS.
- Improve client performance by clearing connection pool instead
- Don\'t stop sending a request if EAGAIN is returned, which
will only happen if both the write and subsequent wait are
returning EAGAIN, and count posted bytes correctly when the initial
write of a request is not complete. PR 10038, 38861, 39679
- Overhaul stats collection and reporting to avoid integer
truncation and time divisions within the test loop, retain
native time resolution until output, remove unused data,
consistently round milliseconds, and generally avoid losing
accuracy of calculation due to type casts. PR 44878, 44931.
- Add -r option to continue after socket receive errors.
- Do not try to read non existing response bodies of HEAD requests.
- Use a 64 bit unsigned int instead of a signed long to count the
rotatelogs:
- Log the current file size and error code/description when
failing to write to the log file.
- Added \'-f\' option to force rotatelogs to create the logfile as
soon as started, and not wait until it reads the first entry.
- Don\'t leak memory when reopening the logfile. PR 40183
- Improve atomicity when using -l and cleaup code. PR 44004
- drop obsolete patches httpd-2.1.3alpha-autoconf-2.59.dif
httpd-2.2.x-CVE-2008-1678.patch
- don\'t run autoreconf on SLES9
- remove the addition of -g to the CFLAGS, since the build service
handles debuginfo packages now

Mon Jun 9 14:00:00 2008 poemlAATTsuse.de
- build service supports the debuginfo flag in metadata now; remove
debug_package macro from the specfile therefore.

Mon May 26 14:00:00 2008 skhAATTsuse.de
- CVE-2008-1678: modules/ssl/mod_ssl.c (ssl_cleanup_pre_config):
Remove the call to CRYPTO_cleanup_all_ex_data here, fixing a
per-connection memory leak which occurs if the client indicates
support for a compression algorithm in the initial handshake, and
mod_ssl is linked against OpenSSL >= 0.9.8f. [bnc#392096]
httpd-2.2.x-CVE-2008-1678.patch

Wed May 14 14:00:00 2008 poemlAATTsuse.de
- fix build on Mandriva 2007, by escaping commented %build macro
- make filelist of man pages independant of the compression method
(gz, bz2, lzma)

Fri Apr 18 14:00:00 2008 poemlAATTsuse.de
- fix from Factory:
- remove dir /usr/share/omc/svcinfo.d as it is provided now
by filesystem
- remove obsolete httpd-2.2.x.doublefree.patch file, which isn\'t
used since quite some time since the issue is resolved.

Thu Apr 17 14:00:00 2008 poemlAATTsuse.de
- new implementation of sysconf_addword, using sed instead of ed.
Moving it from the -utils subpackage into the parent package,
where it\'s actually needed. If sysconf_addword is already present
in the system, it is preferred (by PATH). That\'s because the tool
has been integrated into aaa_base.rpm with openSUSE 11.0.
Removing the requires on the ed package. [bnc#377131]

Wed Mar 12 13:00:00 2008 poemlAATTsuse.de
- require ed package, since ed is needed by sysconf_addword, which
in turn is used by a2enmod/a2enflag

Fri Feb 29 13:00:00 2008 poemlAATTsuse.de
- better documentation how to enable SSL in /etc/sysconfig/apache2
- quickstart readme: the link to the openSUSE wiki is about to move

Tue Feb 19 13:00:00 2008 poemlAATTsuse.de
- add \"127.0.0.1\" to the local access list in mod_status.conf,
because on some systems \"localhost\" seems to resolve only to IPv6
localhost

Sat Feb 2 13:00:00 2008 crrodriguezAATTsuse.de
- upstream 2.2.8
SECURITY: CVE-2007-6421 (cve.mitre.org)
mod_proxy_balancer: Correctly escape the worker route and the worker
redirect string in the HTML output of the balancer manager.
Reported by SecurityReason.
SECURITY: CVE-2007-6422 (cve.mitre.org)
Prevent crash in balancer manager if invalid balancer name is passed
as parameter. Reported by SecurityReason.
SECURITY: CVE-2007-6388 (cve.mitre.org)
mod_status: Ensure refresh parameter is numeric to prevent
a possible XSS attack caused by redirecting to other URLs.
Reported by SecurityReason.
SECURITY: CVE-2007-5000 (cve.mitre.org)
mod_imagemap: Fix a cross-site scripting issue. Reported by JPCERT.
SECURITY: CVE-2008-0005 (cve.mitre.org)
Introduce the ProxyFtpDirCharset directive, allowing the administrator
to identify a default, or specific servers or paths which list their
contents in other-than ISO-8859-1 charset (e.g. utf-8).
mod_autoindex:
- Generate valid XHTML output by adding the xhtml namespace. PR 43649
mod_charset_lite:
- Don\'t crash when the request has no associated filename.
mod_dav:
- Fix evaluation of If-Match
* and If-None-Match
* conditionals. PR 38034
- Adjust etag generation to produce identical results on 32-bit
and 64-bit platforms and avoid a regression with conditional PUT\'s on lock
and etag. PR 44152.
mod_deflate:
- initialise inflate-out filter correctly when the first brigade
contains no data buckets. PR 43512
mod_disk_cache:
- Delete temporary files if they cannot be renamed to their final
name.
mod_filter:
- Don\'t segfault on (unsupported) chained FilterProvider usage. PR 43956
mod_include:
- Add an \"if\" directive syntax to test whether an URL is
accessible, and if so, conditionally display content. This
allows a webmaster to hide a link to a private page when the
user has no access to that page.
mod_ldap:
- Try to establish a new backend LDAP connection when the
Microsoft LDAP client library returns LDAP_UNAVAILABLE, e.g.
after the LDAP server has closed the connection due to a
timeout. PR 39095
- Give callers a reference to data copied into the request pool
instead of references directly into the cache PR 43786
- Stop passing a reference to pconf around for (limited) use
during request processing, avoiding possible memory corruption
and crashes.
mod_proxy:
- Canonicalisation improvements. Add \"nocanon\" keyword to
ProxyPass, to suppress URI-canonicalisation in a reverse proxy. Also,
don\'t escape/unescape forward-proxied URLs. PR 41798, 42592
- Don\'t by default violate RFC2616 by setting Max-Forwards when
the client didn\'t send it to us. Leave that as a
configuration option. PR 16137
- Fix persistent backend connections. PR 43472
- escape error-notes correctly PR 40952
- check ProxyBlock for all blocked addresses PR 36987
- Don\'t lose bytes when a response line arrives in small chunks.
PR 40894
mod_proxy_ajp:
- Use 64K as maximum AJP packet size. This is the maximum length
we can squeeze inside the AJP message packet.
- Ignore any ajp13 flush packets received before we send the
response headers. See Tomcat PR 43478.
- Differentiate within AJP between GET and HEAD requests. PR 43060
mod_proxy_balancer:
- Do not reset lbstatus, lbfactor and lbset when starting a new
child. PR 39907
mod_proxy_http:
- Remove Warning headers with wrong date PR 16138
- Correctly parse all Connection headers in proxy. PR 43509
- add Via header correctly (if enabled) to response, even where
other Via headers exist. PR 19439
- Correctly forward unexpected interim (HTTP 1xx) responses from
the backend according to RFC2616. But make it configurable in
case something breaks on it. PR 16518
- strip hop-by-hop response headers PR 43455
- Propagate Proxy-Authorization header correctly. PR 25947
- Don\'t segfault on bad line in FTP listing PR 40733
mod_rewrite:
- Add option to suppress URL unescaping PR 34602
- Add the novary flag to RewriteCond.
mod_substitute:
- Added a new output filter, which performs inline response
content pattern matching (including regex) and substitution.
mod_ssl:
- Fix handling of the buffered request body during a per-location
renegotiation, when an internal redirect occurs. PR 43738.
- Fix SSL client certificate extensions parsing bug. PR 44073.
- Prevent memory corruption of version string. PR 43865, 43334
mod_status:
- Add SeeRequestTail directive, which determines if
ExtendedStatus displays the 1st 63 characters of the request
or the last 63. Useful for those requests with large string
lengths and which only vary with the last several characters.
event MPM:
- Add support for running under mod_ssl, by reverting to the
Worker MPM behaviors, when run under an input filter that buffers
its own data.
core:
- Fix regression in 2.2.7 in chunk filtering with massively
chunked requests.
- Lower memory consumption of ap_r
* functions by reusing the
brigade instead of recreating it during each filter pass.
- Lower memory consumption in case that flush buckets are passed
thru the chunk filter as last bucket of a brigade. PR 23567.
- Fix broken chunk filtering that causes all non blocking reads
to be converted into blocking reads. PR 19954, 41056.
- Change etag generation to produce identical results on 32-bit
and 64-bit platforms. PR 40064.
- Handle unrecognised transfer-encodings. PR 43882
- Avoid some unexpected connection closes by telling the client
that the connection is not persistent if the MPM process
handling the request is already exiting when the response
header is built.
- fix possible crash at startup in case of nonexistent
DocumentRoot. PR 39722
- http_core: OPTIONS
* no longer maps to local storage or URI
space. Note that unlike previous versions, OPTIONS
* no longer
returns an Allow: header. PR 43519
- scoreboard: improve error message on apr_shm_create failure PR
40037
- Don\'t send spurious \"100 Continue\" response lines. PR 38014
- http_protocol:
- Escape request method in 413 error reporting. Determined to
be not generally exploitable, but a flaw in any case. PR
44014
- Add \"DefaultType none\" option. PR 13986 and PR 16139
- Escape request method in 405 error reporting. This has no
security impact since the browser cannot be tricked into
sending arbitrary method strings.
- Various code cleanups. PR 38699, 39518, 42005, 42006, 42007, 42008, 42009
- Add explicit charset to the output of various modules to work
around possible cross-site scripting flaws affecting web
browsers that do not derive the response character set as
required by RFC2616. One of these reported by SecurityReason
- rotatelogs: Change command-line parsing to report more types
of errors. Allow local timestamps to be used when rotating based
on file size.

Wed Sep 12 14:00:00 2007 poemlAATTsuse.de
- fix graceful-restart. Wait until the pidfile is gone, but don\'t
wait for the parent to disappear. It stays there, after closing
the listen ports.

Wed Sep 12 14:00:00 2007 poemlAATTsuse.de
- use debug_package macro only on suse, because it breaks the build
on Mandriva

Wed Sep 12 14:00:00 2007 poemlAATTsuse.de
- don\'t configure in maintainer-mode. It not only enables compile
time warnings, but also adds AP_DEBUG into the mix which causes
enablement of debug code which is not wanted in production
builds.

Mon Sep 10 14:00:00 2007 poemlAATTsuse.de
- upstream 2.2.6
SECURITY: CVE-2007-3847 (cve.mitre.org)
mod_proxy: Prevent reading past the end of a buffer when parsing
date-related headers. PR 41144.
SECURITY: CVE-2007-1863 (cve.mitre.org)
mod_cache: Prevent a segmentation fault if attributes are listed in a
Cache-Control header without any value.
SECURITY: CVE-2007-3304 (cve.mitre.org)
prefork, worker, event MPMs: Ensure that the parent process cannot
be forced to kill processes outside its process group.
SECURITY: CVE-2006-5752 (cve.mitre.org)
mod_status: Fix a possible XSS attack against a site with a public
server-status page and ExtendedStatus enabled, for browsers which
perform charset \"detection\". Reported by Stefan Esser.
SECURITY: CVE-2007-1862 (cve.mitre.org)
mod_mem_cache: Copy headers into longer lived storage; header names and
values could previously point to cleaned up storage. PR 41551.
mod_alias:
- Accept path components (URL part) in Redirects. PR 35314.
mod_authnz_ldap:
- Don\'t return HTTP_UNAUTHORIZED during authorization when
LDAP authentication is configured but we haven\'t seen any
\'Require ldap-
*\' directives, allowing authorization to be passed to lower
level modules (e.g. Require valid-user) PR 43281
mod_autoindex:
- Add in Type and Charset options to IndexOptions
directive. This allows the admin to explicitly set the
content-type and charset of the generated page and is therefore
a viable workaround for buggy browsers affected by CVE-2007-4465
mod_cache:
- Remove expired content from cache that cannot be revalidated.
PR 30370.
- Do not set Date or Expires when they are missing from the
original response or are invalid.
- Correctly handle HEAD requests on expired cache content. PR
41230.
- Let Cache-Control max-age set the expiration of the cached
representation if Expires is not set.
- Allow caching of requests with query arguments when
Cache-Control max-age is explicitly specified.
- Use the same cache key throughout the whole request processing
to handle escaped URLs correctly. PR 41475.
- Add CacheIgnoreQueryString directive. PR 41484.
- While serving a cached entity ensure that filters that have
been applied to this cached entity before saving it to the
cache are not applied again. PR 40090.
- Correctly cache objects whose URL query string has been
modified by mod_rewrite. PR 40805.
mod_cgi, mod_cgid:
- Fix use of CGI scripts as ErrorDocuments. PR 39710.
mod_dbd:
- Introduce configuration groups to allow inheritance by virtual
hosts of database configurations from the main server.
Determine the minimal set of distinct configurations and share
connection pools whenever possible. Allow virtual hosts to
override inherited SQL statements. PR 41302.
- Create memory sub-pools for each DB connection and close DB
connections in a pool cleanup function. Ensure prepared
statements are destroyed before DB connection is closed. When
using reslists, prevent segfaults when child processes exit,
and stop memory leakage of ap_dbd_t structures. Avoid use of
global s->process->pool, which isn\'t destroyed by exiting
child processes in most multi-process MPMs. PR 39985.
- Handle error conditions in dbd_construct() properly. Simplify
ap_dbd_open() and use correct arguments to apr_dbd_error()
when non-threaded. Register correct cleanup data in
non-threaded ap_dbd_acquire() and ap_dbd_cacquire(). Clean up
configuration data and merge function. Use ap_log_error()
wherever possible.
- Stash DBD connections in request_config of initial request
only, or else sub-requests and internal redirections may cause
entire DBD pool to be stashed in a single HTTP request.
mod_deflate:
- don\'t try to process metadata buckets as data. what should
have been a 413 error was logged as a 500 and a blank screen
appeared at the browser.
- fix protocol handling in deflate input filter PR 23287
mod_disk_cache:
- Allow Vary\'d responses to be refreshed properly.
mod_dumpio:
- Fix for correct dumping of traffic on EBCDIC hosts Data had
been incorrectly converted twice, resulting in garbled log
output.
mod_expires:
- don\'t crash on bad configuration data PR 43213
mod_filter:
- fix integer comparisons in dispatch rules PR 41835
- fix merging of ! and = in FilterChain PR 42186
mod_headers:
- Allow % at the end of a Header value. PR 36609.
mod_info:
- mod_info outputs invalid XHTML 1.0 transitional. PR 42847
mod_ldap:
- Avoid possible crashes, hangs, and busy loops due to improper
merging of the cache lock in vhost config PR 43164
mod_ldap:
- Remove the hardcoded size limit parameter for
ldap_search_ext_s and replace it with an APR_ defined value
that is set according to the LDAP SDK being used.
mod_mem_cache:
- Increase the minimum and default value for MCacheMinObjectSize
from 0 to 1, as a MCacheMinObjectSize of 0 does not make sense
and leads to a division by zero. PR 40576.
mod_negotiation:
- preserve Query String in resolving a type map PR 33112
mod_proxy:
- mod_proxy_http: accept proxy-sendchunked/proxy-sendchunks as
synonymous. PR 43183
- Ensure that at least scheme://hostname[:port] matches between
worker and URL when searching for the best fitting worker for
a given URL. PR 40910
- Improve network performance by setting APR_TCP_NODELAY
(disable Nagle algorithm) on sockets if implemented. PR 42871
- Add a missing assignment in an error checking code path. PR 40865
- don\'t URLencode tilde in path component PR 38448
- enable Ignore Errors option on ProxyPass Status. PR 43167
- Allow to use different values for sessionid in url encoded id
and cookies. PR 41897.
- Fix the 503 returned when session route does not match any of
the balancer members.
- Added ProxyPassMatch directive, which is similar to ProxyPass
but takes a regex local path prefix.
- Print the correct error message for erroneous configured
ProxyPass directives. PR 40439.
- Fix some proxy setting inheritance problems (eg:
ProxyTimeout). PR 11540.
- proxy/ajp_header.c: Fixed header token string comparisons
Matching of header tokens failed to include the trailing NIL
byte and could misinterpret a longer header token for a
shorter. Additionally, a \"Content-Type\" comparison was made
case insensitive.
- proxy/ajp_header.c: Backport of an AJP protocol fix for EBCDIC
On EBCDIC machines, the status_line string was incorrectly
converted twice.
mod_proxy_connect:
- avoid segfault on DNS lookup failure. PR 40756
mod_proxy_http:
- HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses
alone. Only processing of error responses (4xx, 5xx) will be
altered. PR 39245.
- Don\'t try to read body of a HEAD request before responding. PR 41644
- Handle request bodies larger than 2 GB by converting the
Content-Length header of the request correctly. PR 40883.
mod_ssl:
- Fix spurious hostname mismatch warning for valid wildcard
certificates. PR 37911.
- Version reporting update; displays \'compiled against\' Apache
and build-time SSL Library versions at loglevel [info], while
reporting the run-time SSL Library version in the server info
tags. Helps to identify a mod_ssl built against one flavor of
OpenSSL but running against another (also adds SSL-C version
number reporting.)
- initialize thread locks before initializing the hardware
acceleration library, so the latter can make use of the
former. PR 20951.
core:
- Do not replace a Date header set by a proxied backend server. PR 40232
- log core: ensure we use a special pool for stderr logging, so that
the stderr channel remains valid from the time plog is destroyed,
until the time the open_logs hook is called again.
- main core: Emit errors during the initial apr_app_initialize()
or apr_pool_create() (when apr-based error reporting is not ready).
- log core: fix the new piped logger case where we couldn\'t connect
the replacement stderr logger\'s stderr to the NULL stdout stream.
Continue in this case, since the previous alternative of no error
logging at all (/dev/null) is far worse.
- Correct a regression since 2.0.x in the handling of AllowOverride
Options. PR 41829.
- Unix MPMs: Catch SIGFPE so that exception hooks and CoreDumpDirectory
can work after that terminating signal.
- mod_so: Provide more helpful LoadModule feedback when an error occurs.
misc:
- mime.types: Many updates to sync with IANA registry and common
unregistered types that the owners refuse to register. Admins
are encouraged to update their installed mime.types file. PR:
35550, 37798, 39317, 31483
- mime.types: add Registered Javascript/ECMAScript MIME types
(RFC4329) PR 40299
- htdbm: Enable crypt support on platforms with crypt() but not
, such as z/OS.
- ab.c: Correct behavior of HTTP request headers sent by ab in
presence of -H command-line overrides. PR 31268, 26554.
- ab.c: The apr_port_t type is unsigned, but ab was using a
signed format code in its reports. PR 42070.
- drop obsolete patches apache2-mod_cache-CVE-2007-1863.patch
apache2-mod_status-CVE-2006-5752.patch
httpd-2.2.4-mod_autoindex-charset-r570962.patch
mod_dbd.c-issue18989-autoconnect.dif
mod_dbd.c-r571441

Mon Sep 3 14:00:00 2007 skhAATTsuse.de
- get_module_list: replace loadmodule.conf atomically [bnc #214863]

Fri Aug 31 14:00:00 2007 poemlAATTsuse.de
- /etc/init.d/apache2: implement restart-graceful, stop-graceful

Fri Aug 31 14:00:00 2007 poemlAATTsuse.de
- update mod_dbd to trunk version (r571441)

* apr_dbd_check_conn() just returns APR_SUCCESS or
APR_EGENERAL, so we don\'t actually have a driver-specific value
to pass to apr_dbd_error(), but that\'s OK because most/all
drivers just ignore this value anyway

Fri Aug 31 14:00:00 2007 poemlAATTsuse.de
- replace httpd-2.2.3-AddDirectoryIndexCharset.patch with the upstream
solution, httpd-2.2.4-mod_autoindex-charset-r570962.patch [#153557]
(backport from 2.2.6)

* Merge r570532, r570535, r570558 from trunk:
IndexOptions ContentType=text/html Charset=UTF-8 magic.
http://svn.apache.org/viewvc?rev=570962&view=rev
http://issues.apache.org/bugzilla/show_bug.cgi?id=42105
This means that the AddDirectoryIndexCharset is no longer
available. Instead, IndexOptions Charset=xyz can be used.

Fri Aug 31 14:00:00 2007 poemlAATTsuse.de
- remove libexpat-devel in the build service version of the package
- apply apache2-mod_cache-CVE-2007-1863.patch (patch 152) in the
buildservice package
- don\'t apply mod_dbd.c-issue18989-autoconnect.dif, since it
patches only modules/database/mod_dbd.c which is replaced with
trunk version anyway

Thu Aug 23 14:00:00 2007 mskibbeAATTsuse.de
- Bug 289996 - VUL-0: mod_status XSS in public server status page
- Bug 289997 - VUL-0: apache2: mod_cache remote denial of service

Wed Jul 18 14:00:00 2007 skhAATTsuse.de
- split off apache2-utils subpackage, containing all helper tools that
are useful for system administrators in general (b.n.c. #272292 and
FATE #302059)

Thu Mar 29 14:00:00 2007 dmuellerAATTsuse.de
- add zlib-devel to BuildRequires

Fri Mar 23 13:00:00 2007 poemlAATTsuse.de
- add mod_dbd.c from trunk (r512038), the version we run ourselves
http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/database/mod_dbd.c?view=log
- add mod_dbd.c-issue18989-autoconnect.dif, but disabled. It
applies to 2.2.4 mod_dbd.c but not to the trunk version
- build mod_version
- fix documentation link in apache2-httpd.conf

Tue Mar 20 13:00:00 2007 mskibbeAATTsuse.de
- add firewall file for ssl (#246929)

Mon Mar 19 13:00:00 2007 mskibbeAATTsuse.de
- Apache - Support for FATE #300687: Ports for SuSEfirewall added
via packages (#246929)

Fri Jan 26 13:00:00 2007 poemlAATTsuse.de
- the QUICKSTART Readmes have been moved to
http://www.opensuse.org/Apache

Mon Jan 22 13:00:00 2007 poemlAATTsuse.de
- point out better in README.QUICKSTART.SSL that a vhost needs to
be created
- fixes to README.QUICKSTART.WebDAV
- updated email addresses (now there is apacheAATTsuse.de)

Sat Jan 20 13:00:00 2007 poemlAATTsuse.de
- add httpd-2.2.x.doublefree.patch, backport of
http://svn.apache.org/viewvc?diff_format=h&view=rev&revision=496831
See http://issues.apache.org/bugzilla/show_bug.cgi?id=39985

Thu Jan 18 13:00:00 2007 poemlAATTsuse.de
- create debuginfo package in the buildservice

Fri Jan 12 13:00:00 2007 mskibbeAATTsuse.de
- change path to service cml document (fate #301708)

Tue Jan 9 13:00:00 2007 poemlAATTsuse.de
- upstream 2.2.4
mod_authnz_ldap:
- Add an AuthLDAPRemoteUserAttribute directive. If set,
REMOTE_USER will be set to this attribute, rather than the
username supplied by the user. Useful for example when you
want users to log in using an email address, but need to
supply a userid instead to the backend.
mod_cache:
- From RFC3986 (section 6.2.3.) if a URI contains an authority
component and an empty path, the empty path is to be
equivalent to \"/\". It explicitly cites the following four URIs
as equivalents:
http://example.com
http://example.com/
http://example.com:/
http://example.com:80/
- Eliminate a bogus error in the log when a filter returns
AP_FILTER_ERROR.
- Don\'t cache requests with a expires date in the past;
otherwise mod_cache will always try to cache the URL. This bug
might lead to numerous rename() errors on win32 if the URL was
previously cached.
mod_cgi and mod_cgid:
- Don\'t use apr_status_t error return from input filters as HTTP
return value from the handler. PR 31579.
mod_dbd:
- share per-request database handles across subrequests and
internal redirects
- key connection pools to virtual hosts correctly even when
ServerName is unset/unavailable
mod_deflate:
- Rework inflate output and deflate output filter to fix several
issues: Incorrect handling of flush buckets, potential memory
leaks, excessive memory usage in inflate output filter for
large compressed content. PR 39854.
mod_disk_cache:
- Make sure that only positive integers are accepted for the
CacheMaxFileSize and CacheMinFileSize parameters in the config
file. PR39380.
mod_dumpio:
- Allow mod_dumpio to log at other than DEBUG levels via the new
DumpIOLogLevel directive.
mod_echo:
- Fix precedence problem in if statement. PR 40658.
mod_ext_filter:
- Handle filter names which include capital letters. PR 40323.
mod_headers:
- Support regexp-based editing of HTTP headers.
mod_mime_magic:
- Fix precedence problem in if statement. PR 40656.
mod_mem_cache:
- Memory leak fix: Unconditionally free the buffer.
- Convert mod_mem_cache to use APR memory pool functions by
creating a root pool for object persistence across requests.
This also eliminates the need for custom serialization code.
mod_proxy:
- Don\'t try to use dead backend connection. PR 37770.
- Add explicit flushing feature. When Servlet container sends
AJP body message with size 0, this means that Servlet
container has asked for an explicit flush. Create flush bucket
in that case. This feature has been added to the recent Tomcat
versions without breaking the AJP protocol.
mod_proxy_ajp:
- Close connection to backend if reading of request body fails.
PR 40310.
- Added cping/cpong support for the AJP protocol. A new worker
directive ping=timeout will cause CPING packet to be send
expecting CPONG packet within defined timeout. In case the
backend is too busy this will fail instead sending the full
header.
mod_proxy_balancer:
- Workers can now be defined as part of a balancer cluster \"set\"
in which members of a lower-numbered set are preferred over
higher numbered ones.
- Workers can now be defined as \"hot standby\" which will only be
used if all other workers are unusable (eg: in error or
disabled). Also, the balancer-manager displays the election
count and I/O counts of all workers.
- Retry worker chosen by route / redirect worker if it is in
error state before sending \"Service Temporarily Unavailable\".
PR 38962.
- Extract stickysession routing information contained as
parameter in the URL correctly. PR 40400.
- Set the new environment variable BALANCER_ROUTE_CHANGED if a
worker with a route different from the one supplied by the
client had been chosen or if the client supplied no routing
information for a balancer with sticky sessions.
- Add information about the route, the sticky session and the
worker used during a request as environment variables. PR
39806.
core:
- Fix issue which could cause piped loggers to be orphaned and
never terminate after a graceful restart. PR 40651.
- Fix address-in-use startup failure caused by corruption of the
list of listen sockets in some configurations with multiple
generic Listen directives.
- Fix NONBLOCK status of listening sockets on restart/graceful
PR 37680.
- Deal with the widespread use of apr_status_t return values as
HTTP status codes, as documented in PR#31759 (a bug shared by
the default handler, mod_cgi, mod_cgid, mod_proxy, and
probably others). PR31759.
- The full server version information is now included in the
error log at startup as well as server status reports,
irrespective of the setting of the ServerTokens directive.
ap_get_server_version() is now deprecated, and is replaced by
ap_get_server_banner() and ap_get_server_description().
misc:
- Allow htcacheclean, httxt2dbm, and fcgistarter to link
apr/apr-util statically like the older support programs.
- Better detection and clean up of ldap connection that has been
terminated by the ldap server. PR 40878.
- rotatelogs: Improve error message for open failures. PR
39487.

Mon Jan 8 13:00:00 2007 mskibbeAATTsuse.de
- Apache XML Service Description Document (fate #301708)

Thu Dec 21 13:00:00 2006 poemlAATTsuse.de
- add patch to add charset=utf-8 to directory listings generated by
mod_autoindex, and add a directive to allow overriding the
charset (testing, needs to be discussed with upstream) [#153557]
httpd-2.2.3-AddDirectoryIndexCharset.patch

Wed Dec 20 13:00:00 2006 poemlAATTsuse.de
- set a proper HOME (/var/lib/apache2), otherwise the server might
end up HOME=/root and some script might try to use that [#132769]
- add two notes to the QUICKSTART readmes
- don\'t install /etc/apache2/extra configuration since this is only
serving as an example and installed with the documentation anyway

Tue Sep 26 14:00:00 2006 poemlAATTsuse.de
- add rpm macro for suexec_safepath
- use _bindir/_sbindir in a few places [#202355]
- remove unused /sbin/conf.d directory from build root

Thu Aug 31 14:00:00 2006 poemlAATTsuse.de
- Enable fatal exception hook for use by diagnostic modules.

Tue Aug 29 14:00:00 2006 poemlAATTsuse.de
- move some binaries, where calling by users makes sense (dbmmanage
htdbm htdigest htpasswd), from /usr/sbin to /usr/bin [#140133]

Wed Aug 9 14:00:00 2006 poemlAATTsuse.de
- upstream 2.2.3
|SECURITY: CVE-2006-3747 (cve.mitre.org)
| mod_rewrite: Fix an off-by-one security problem in the ldap scheme
| handling. For some RewriteRules this could lead to a pointer being
| written out of bounds. Reported by Mark Dowd of McAfee.
| mod_authn_alias: Add a check to make sure that the base provider and the
| alias names are different and also that the alias has not been registered
| before. PR 40051.
| mod_authnz_ldap: Fix a problem with invalid auth error detection for LDAP
| client SDKs that don\'t support the LDAP_SECURITY_ERROR macro. PR 39529.
| mod_autoindex: Fix filename escaping with FancyIndexing disabled.
| PR 38910.
| mod_cache:
| - Make caching of reverse SSL proxies possible again. PR 39593.
| - Do not overwrite the Content-Type in the cache, for
| successfully revalidated cached objects. PR 39647.
| mod_charset_lite: Bypass translation when the source and dest charsets
| are the same.
| mod_dbd: Fix dependence on virtualhost configuration in
| defining prepared statements (possible segfault at startup
| in user modules such as mod_authn_dbd).
| mod_mem_cache: Set content type correctly when delivering data from
| cache. PR 39266.
| mod_speling: Add directive to deal with case corrections only
| and ignore other misspellings
| miscellaneous:
| - Add optional \'scheme://\' prefix to ServerName directive,
| allowing correct determination of the canonical server URL
| for use behind a proxy or offload device handling SSL;
| fixing redirect generation in those cases. PR 33398.
| - Added server_scheme field to server_rec for above. Minor MMN bump.
| - Worker MPM: On graceless shutdown or restart, send signals
| to each worker thread to wake them up if they\'re polling on
| a Keep-Alive connection. PR 38737.
| - worker and event MPMs: fix excessive forking if fork() or
| child_init take a long time. PR 39275.
| - Respect GracefulShutdownTimeout in the worker and event MPMs.
| - configure: Add \"--with-included-apr\" flag to force use of
| the bundled version of APR at build time.

Tue Jul 4 14:00:00 2006 poemlAATTsuse.de
- a2enmod, a2enflag: add /usr/sbin to PATH so sysconf_addword is
found


 
ICM