|
|
|
|
Changelog for apache2-example-pages-2.4.16-8.1.x86_64.rpm :
Wed Oct 21 14:00:00 2015 pgajdosAATTsuse.com - gensslcert: CN now defaults to `hostname -f` [bnc#949766], fix help [bnc#949771] Mon Oct 12 14:00:00 2015 pgajdosAATTsuse.com - schwabAATTsuse.de: Fixup libdir in installed files (fixes [bnc#949486]) 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] 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] Mon Jul 27 14:00:00 2015 pgajdosAATTsuse.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 Fri Jul 17 14:00:00 2015 pgajdosAATTsuse.com - go for factory version of the package [bnc#444878], [bnc#915666], [fate#317786], [fate#319007] Thu Jun 25 14:00:00 2015 pgajdosAATTsuse.com - Updated to 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 ] * ) 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] - dropped upstreamed patches: - httpd-2.4.x-mod_headers_chunked_requests.patch - httpd-2.4.x-check_null_pointer_dereference.patch - httpd-2.4.x-mod_lua_handling_of_Require_line.patch
Fri Apr 10 14:00:00 2015 kstreitovaAATTsuse.com - enable mod_imagemap [bnc#923090]
Thu Apr 2 14:00:00 2015 kstreitovaAATTsuse.com - add httpd-2.4.x-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] - add httpd-2.4.x-check_null_pointer_dereference.patch to avoid a crash when Content-Type has an empty value [bnc#899836], [CVE-2014-3581] - add httpd-2.4.x-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] - 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 [bnc#918352], [CVE-2015-0228]
Wed Dec 17 13:00:00 2014 kstreitovaAATTsuse.com - changed apache2.service file to fix situation where apache won\'t start at boot when using an encrypted certificate because user isn\'t prompted for password during boot [bnc#792309].
Fri Sep 26 14:00:00 2014 pgajdosAATTsuse.com - more 2.2 -> 2.4 [bnc#862058]
Wed Sep 24 14:00:00 2014 pgajdosAATTsuse.com - fix documentation links 2.2 -> 2.4 [bnc#888163]
Mon Sep 1 14:00:00 2014 drahtAATTsuse.de - configuration space is now dual-mode: If mod_access_compat.c is loaded, the Allow/Deny directives are used, and the Require directive if not. Along with dynamically supplying mod_access_compat, it allows the admin to select what she wishes to have: Some installers/scripts check for the apache version and decide to go with the Require directive upon 2.4+. added README-access_compat.txt explaining the choices. [bnc#893517]
Wed Aug 20 14:00:00 2014 tbehrensAATTsuse.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\" This is helpful when using Ceph\'s radosgw and httpd. Bump MODULE_MAGIC_NUMBER_MINOR to 37, this change is not forward- compatible, new modules with old httpd2 might break. Requested via fate#317766.
Wed Jul 30 14:00:00 2014 jsegitzAATTsuse.com - Patched get_module_list to ensure proper SELinux context for sysconfig.d/loadmodule.conf
Mon Jul 28 14:00:00 2014 drahtAATTsuse.de - more explicit build options for more rigid build result. - package upgrade to upstream 2.4.10 bugfix release - CVEs fixed with this version: CVE-2014-0117 CVE-2014-3523 CVE-2014-0226 CVE-2014-0118 CVE-2014-0231 - obsoleted patches: httpd-2.4.x-bnc887765-CVE-2014-0226-mod_status_race.diff httpd-2.4.x-bnc887767-CVE-2014-0117-mod_proxy_crash.diff httpd-2.4.x-bnc887768-CVE-2014-0231-mod_cgid-hang.diff - unix domain socket support in proxy backends - enhancements in mod_ssl and mod_lua - RewriteRule scoping - proxy capability via handler
Thu Jul 24 14:00:00 2014 drahtAATTsuse.de - remove default-vhost-ssl.conf and default-vhost.conf from /etc/apache2, reverting change from Fri Dec 16. 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. - regression fix: access_compat needs to be compiled statically into the main daemon. [bnc#888794]
Tue Jul 22 14:00:00 2014 drahtAATTsuse.de - httpd-2.4.x-bnc887767-CVE-2014-0117-mod_proxy_crash.diff: reverse proxy configurations can suffer from a crash bug in mod_proxy with carefully crafter requests. This is known as CVE-2014-0117 . [bnc#887767] - httpd-2.4.x-bnc887768-CVE-2014-0231-mod_cgid-hang.diff: Introduces new configuration parameter CGIDScriptTimeout, which defaults to the value of parameter Timeout . CGIDScriptTimeout is set to 60s if mod_cgid is loaded/active, via /etc/apache2/conf.d/cgid-timeout.conf . The new directive and its effect prevent request workers to be eaten until starvation if cgi programs do not send output back to the server within the timout set by CGIDScriptTimeout. CVE-2014-0231 , [bnc#887768]
Mon Jul 21 14:00:00 2014 drahtAATTsuse.de - provide httpd.service as alias for apache2.service for compatibility reasons (via mcAATT) [bnc#888093] - httpd-2.4.x-bnc887765-CVE-2014-0226-mod_status_race.diff Diff is upstream merge. Don\'t rely on live references of the scoreboard for an individual worker to remain the same while building the response within mod_status, but copy the scoreboard entry. This avoids a race condition and a consecutive heap overflow. CVE-2014-0226 , [bnc#887765]
Thu Jun 12 14:00:00 2014 drahtAATTsuse.de - revert last change about Require directive to avoid spurious 403 errors due to conflicts with Require vs. Deny/Allow. The problem: In /etc/apache2/httpd.conf, the permissions are set for \"/\" using ... Require all denied . This overrides all subsequent Allow/Deny directives that may be present in an older confguration and leads to a 403 unless configured otherwise with a further \"Require all granted\" down in a directory or vhost. This cannot be guaranteed, though, and numerous configurations also from add-ons that bring their own /etc/apache2/conf.d config file make use of the Deny/Allow directives. [bnc#854263]
Mon May 26 14:00:00 2014 drahtAATTsuse.de - Remove occurrences of apache version 2.2 from Summary and Description. Cosmetic change only. [bnc#879664]
Wed May 14 14:00:00 2014 drahtAATTsuse.de - enable mod_reqtimeout.so by default and source the configuration from main (/etc/apache2/httpd.conf Includes /etc/apache2/mod_reqtimeout.conf)
Wed Apr 30 14:00:00 2014 drahtAATTsuse.de - version upgrade to 2.4.9. This includes: * fix for CVE-2014-0098 * fix for CVE-2013-6438 * fix for possible crashes in the event MPM * better error detection in mod_deflate * web-socket awareness for mod_rewrite * 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 - rcapache2 now points at service, not at the init script any longer. The init script is gone, but can be found at /usr/share/apache2/rc.apache2 for those who need it. - do not enable mod_php5 by default any longer. - apache2 logrotate (/etc/logrotate.d/apache2) now uses systemd semantics. - service reload can cause log data to be lost with logrotate under some circumstances: remove \"-t\" from service reload. [bnc#859439] Thanks to brunoAATTioda-net.ch! - re-diff httpd-2.4.6-bnc690734.patch -> httpd-2.4.9-bnc690734.patch - obsoleted: httpd-event-ssl.patch - obsoleted: httpd-mod_ssl_ephemeralkeyhandling.patch
Mon Mar 10 13:00:00 2014 drahtAATTsuse.de - authz_default is gone. Remove authz_default from sysconfig to avoid warning about it being obsolete. - /etc/apache2/sysconfig.d/global.conf: add script name get_module_list in full path to comment so that the user knows better where the file comes from. - add reference to /etc/permissions.local to output of %post if setting the permissions of suexec2 fails. - set SSLHonorCipherOrder and SSLCipherSuite in /etc/apache2/ssl-global.conf now, and comment out the two options with adequate comment in /etc/apache2/vhosts.d/vhost-ssl.template and /etc/apache2/default-vhost-ssl.conf
Sun Mar 2 13:00:00 2014 roAATTsuse.de - fix build with systemd-209: link with -lsystemd
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]
Thu Feb 6 13:00:00 2014 drahtAATTsuse.de - cleanup only: * httpd-2.0.49-log_server_status.dif obsoleted * apache2-mod_ssl_npn.patch removed because not used. * httpd-2.2.x-bnc690734.patch re-diffed into httpd-2.4.6-bnc690734.patch
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.)
|
|
|