Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

apache2-worker-2.0.54-10.13 RPM for x86_64

From SuSE Linux 10.0-OSS updates for i386 / deltas

Name: apache2-worker Distribution: SUSE LINUX 10.0 (X86-64)
Version: 2.0.54 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release: 10.13 Build date: Tue Dec 4 17:00:14 2007
Group: Productivity/Networking/Web/Servers Build host: harvey.suse.de
Size: 645040 Source RPM: apache2-2.0.54-10.13.src.rpm
Packager: http://www.suse.de/feedback
Url: http://httpd.apache.org/
Summary: Apache 2 worker MPM (Multi-Processing Module)
The worker MPM (multi-Processing Module) implementing a hybrid
multi-threaded multi-process web server.

This combination offers a performance boost and retains some of the
stability of the multi-process model.



Authors:
--------
    Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE

Provides

Requires

Copyright

The Apache Software License

Signatures

internal MD5: eefacdb979b2fef168801a3644cf9801
GPG

Changelog

* Tue Dec 04 2007 - mskibbe@suse.de
  - Bug 325921 - VUL-0: Multiple pcre vulnerabilities
* Thu Nov 08 2007 - skh@suse.de
  - bnc #210904: use File::Temp to create good tmpdir in logresolve.pl2
    (httpd-2.x.x-logresolve.patch)
  - bnc #289996/#308637 / CVE-2006-5752: 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".
  - bnc #289997/#308637 / CVE-2007-1863: mod_cache: Prevent a segmentation
    fault if attributes are listed in a Cache-Control header without any
    value.
  - bnc #286685/#308637 / CVE-2007-3304: prefork, worker, event MPMs:
    Ensure that the parent process cannot be forced to kill processes
    outside its process group.
  - bnc #308637 / CVE-2007-3847: mod_proxy: Prevent reading past the end
    of a buffer when parsing date-related headers. PR 41144.
  - bnc #310161 / CVE-2007-4465: mod_autoindex: Add in ContentType and
    Charset options to IndexOptions directive. This allows the admin to
    explicitly set the content-type and charset of the generated page.
  - bnc #214863: get_module_list: replace loadmodule.conf atomically
* Tue Aug 29 2006 - poeml@suse.de
  - HTML-escape the Expect error message. Not classed as security as
    an attacker has no way to influence the Expect header a victim
    will send to a target site. CVE-2006-3918.
    Fix from 2.0.x branch. [#198212]
* Wed Aug 23 2006 - poeml@suse.de
  - fixed httpd-2.0.54-CVE-2005-3357-bug138083.dif, which invalidated
    httpd-2.0.54-SSLVerifyClient-CAN-2005-2700.diff, so that mod_ssl
    did not honour SSLVerifyClient in Directory or Location context.
    The port of the CVE-2005-3357 fix to the ssl_engine_kernel.c
    patched with TLS upgrade support was incorrect. [#186167]
* Thu Jul 27 2006 - meissner@suse.de
  - Security fix: CVE-2006-3747 / #194675
    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.
* Wed Feb 01 2006 - poeml@suse.de
  - security fix [CVE-2005-3352 (cve.mitre.org)]: mod_imap: Escape
    untrusted referer header before outputting in HTML to avoid
    potential cross-site scripting.  Change also made to
    ap_escape_html so we escape quotes. [#138083]
  - security fix [CVE-2005-3357 (cve.mitre.org)]: mod_ssl in Apache
    2.0 up to 2.0.55, when configured with an SSL vhost with access
    control and a custom error 400 error page, allowed remote
    attackers to cause a denial of service (application crash) via a
    non-SSL request to an SSL port, which triggered a NULL pointer
    dereference. [#138083]
* Wed Nov 09 2005 - poeml@suse.de
  - security fix [CAN-2005-2970 (cve.mitre.org)]:
    worker MPM: Fix a memory leak which can occur after an aborted connection
    in some limited circumstances. Patch from 2.0.55, r307218. [#132728]
* Fri Sep 02 2005 - poeml@suse.de
  - security fix [CAN-2005-2728 (cve.mitre.org)]:
    fix memory consumption bug in byterange handling
  - security fix [CAN-2005-2700 (cve.mitre.org)]: [#114701]
    if "SSLVerifyClient optional" has been configured at the vhost
    context then "SSLVerifyClient require" is not enforced in a
    location context within that vhost; effectively allowing clients
    to bypass client-cert authentication checks. [#114701]
* Wed Aug 31 2005 - poeml@suse.de
  - Security fix: fix integer overflows in PCRE in quantifier parsing which
    could be triggered by a local user through use of a carefully-crafted
    regex in an .htaccess file. CAN-2005-2491 [#112651] [#106209]
* Tue Aug 30 2005 - lmuelle@suse.de
  - Escape also any forward slash while removing a word with sysconf_addword.
* Fri Aug 26 2005 - lmuelle@suse.de
  - Escape any forward slash in the word argument of sysconf_addword.
* Sun Aug 14 2005 - ro@suse.de
  - alingn suexec2 permissions with permissions.secure
* Thu Aug 11 2005 - poeml@suse.de
  - the permissions files are now maintained centrally and packaged
    in the permissions package. Package suexec2 with mode 0750. [#66304]
* Fri Aug 05 2005 - poeml@suse.de
  - change SSLMutex "default" so APR always picks the best on the
    platform
  - fix Source42 tag which was present twice
  - add a2enmod/a2enflag to add/remove modules/flags conveniently
  - add charset.conv table for mod_auth_ldap
  - make sure that suse_version is defined (it might be unset by e.g.
    ISPs preinstallations)
* Tue Jul 12 2005 - poeml@suse.de
  - security fix [CAN-2005-2088 (cve.mitre.org)]: core: If a request
    contains both Transfer-Encoding and a Content-Length, remove the
    Content-Length, stopping some HTTP Request smuggling attacks.
    mod_proxy: Reject chunked requests. [#95709]
  - security fix [CAN-2005-1268 (cve.mitre.org)]: mod_ssl: fix
    off-by-one overflow whilst printing CRL information at "LogLevel
    debug" which could be triggered if configured to use a
    "malicious" CRL.  PR 35081. [#95709]
* Mon Jun 20 2005 - poeml@suse.de
  - add httpd-2.0.47-pie.patch from from 2.1.3-dev to compile with
    -fpie and link with -pie
* Wed May 18 2005 - poeml@suse.de
  - update to 2.0.54. Relevant changes:
    | mod_cache:
    |  - Add CacheIgnoreHeaders directive.  PR 30399.
    | mod_dav:
    | - Correctly export all public functions.
    | mod_ldap:
    | - Added the directive LDAPConnectionTimeout to configure the
    |   ldap socket connection timeout value.
    | mod_ssl:
    | - If SSLUsername is used, set r->user earlier.  PR 31418.
    | miscellaneous:
    | - Unix MPMs: Shut down the server more quickly when child
    |   processes are slow to exit.
    | - worker MPM: Fix a problem which could cause httpd processes
    |   to remain active after shutdown.
    | - Remove formatting characters from ap_log_error() calls.
    |   These were escaped as fallout from CAN-2003-0020.
    | - core_input_filter: Move buckets to a persistent brigade
    |   instead of creating a new brigade. This stop a memory leak
    |   when proxying a Streaming Media Server. PR 33382.
    | - htdigest: Fix permissions of created files.  PR 33765.
* Mon Mar 14 2005 - poeml@suse.de
  - revise README
* Mon Mar 07 2005 - poeml@suse.de
  - when building the suexec binary, set the "docroot" compile time
    option to the datadir (/srv/www) instead of the htdocsdir
    (/srv/www/htdocs), so it can be used with virtual hosts placed
    e.g. in /srv/www/vhosts [#63845] Suggested by Winfried Kuiper.
  - add php5 to APACHE_MODULES by default, so it can be used simply
    by installing the package. Suppress warning about not-found
    module in the php4/php5 case. [#66729]
  - remove a redundant get_module_list call from the init script
  - add hints about vhost setup to README.QUICKSTART
  - after a change of APACHE_MPM, apache2-reconfigure-mpm is no
    longer needed since SuSEconfig.apache2 is gone. Leave it for
    compatibility, because /etc/sysconfig/apache2 is probably not
    updated and yast may still use it.
  - move the 4 most important variables in sysconfig.apache2 to the
    top of the file
  - add note about the old monolithic configuration file and how to
    use it
  - drop patch httpd-2.0.40-openssl-version.dif (we don't even have
    openssl-0.9.6e anywhere, any longer)
* Wed Mar 02 2005 - poeml@suse.de
  - fix TLS upgrade patch: with SSLEngine set to Optional, an
    additional token in an Upgrade: header before "TLS/1.0" could
    result into an infinite loop [#67126]
* Tue Feb 22 2005 - poeml@suse.de
  - run /usr/share/apache2/get_module_list post install, which will
    also create the symlink to the httpd2 binary, which might be
    necessary during package building when apache has been installed
    but never been run.
* Mon Feb 21 2005 - poeml@suse.de
  - remove SuSEconfig.apache2
* Fri Feb 11 2005 - poeml@suse.de
  - raise DYNAMIC_MODULE_LIMIT to 80. The test suite loading all
    available modules plus 9 perl modules was beginning to fail
* Wed Feb 09 2005 - poeml@suse.de
  - update to 2.0.53. Relevant changes:
    | SECURITY: CAN-2004-0942 (cve.mitre.org)
    |   Fix for memory consumption DoS in handling of MIME folded request
    |   headers.
    | SECURITY: CAN-2004-0885 (cve.mitre.org)
    |   mod_ssl: Fix a bug which allowed an SSLCipherSuite setting to be
    |   bypassed during an SSL renegotiation.  PR 31505.
    | mod_dumpio:
    |  - new I/O logging/dumping module, added to the
    |    modules/expermimental subdirectory.
    | mod_ssl:
    |  - fail quickly if SSL connection is aborted rather than making
    |    many doomed ap_pass_brigade calls.  PR 32699.
    |  - Fail at startup rather than segfault at runtime if a client cert
    |    is configured with an encrypted private key.  PR 24030.
    | mod_include:
    |  - Fix bug which could truncate variable expansions of N*64
    |    characters by one byte.  PR 32985.
    | mod_status:
    |  - Start keeping track of time-taken-to-process-request again if
    |    ExtendedStatus is enabled.
    | util_ldap:
    |  - Util_ldap: Implemented the util_ldap_cache_getuserdn() API so
    |    that ldap authorization only modules have access to the
    |    util_ldap user cache without having to require ldap
    |    authentication as well.  PR 31898.
    | mod_ldap:
    |  - Fix format strings to use %APR_PID_T_FMT instead of %d.
    |  - prevent the possiblity of an infinite loop in the LDAP
    |    statistics display. PR 29216.
    |  - fix a bogus error message to tell the user which file is causing
    |    a potential problem with the LDAP shared memory cache.  PR 31431
    |  - Fix the re-linking issue when purging elements from the LDAP
    |    cache PR 24801.
    | mod_auth_ldap:
    |  - Added the directive "Requires ldap-attribute" that allows the
    |    module to only authorize a user if the attribute value specified
    |    matches the value of the user object. PR 31913
    |  - Handle the inconsistent way in which the MS LDAP library handles
    |    special characters.  PR 24437.
    | mod_proxy:
    |  - Fix ProxyRemoteMatch directive.  PR 33170.
    |  - Respect errors reported by pre_connection hooks.
    |  - Handle client-aborted connections correctly.  PR 32443.
    | mod_cache:
    |  - CacheDisable will only disable the URLs it was meant to disable,
    |    not all caching. PR 31128.
    |  - Try to correctly follow RFC 2616 13.3 on validating stale cache
    |    responses.
    |  - Fix Expires handling.
    | mod_disk_cache:
    |  - Do not store aborted content.  PR 21492.
    |  - Correctly store cached content type.  PR 30278.
    |  - Do not store hop-by-hop headers.
    |  - Fix races in saving responses.
    | mod_expires:
    |  - Alter mod_expires to run at a different filter priority to allow
    |    proper Expires storage by mod_cache.
    | mod_rewrite:
    |  - Handle per-location rules when r->filename is unset.  Previously
    |    this would segfault or simply not match as expected, depending
    |    on the platform.
    |  - Fix 0 bytes write into random memory position.  PR 31036.
    | miscellaneous:
    |  - Fix --with-apr=/usr and/or --with-apr-util=/usr.  PR 29740.
    |  - apxs: fix handling of -Wc/-Wl and "-o mod_foo.so". PR 31448
    |  - Allow for the use of --with-module=foo:bar where the ./modules/foo
    |    directory is local only. Assumes, of course, that the required
    |    files are in ./modules/foo, but makes it easier to statically
    |    build/log "external" modules.
    |  - --with-module can now take more than one module to be statically
    |    linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
    |    If the <modtype>-subdirectory doesn't exist it will be created and
    |    populated with a standard Makefile.in.
    |  - Fix handling of files >2Gb on all platforms (or builds) where
    |    apr_off_t is larger than apr_size_t.  PR 28898.
    |  - Remove compiled-in upper limit on LimitRequestFieldSize.
    |  - Correct handling of certain bucket types in ap_save_brigade, fixing
    |    possible segfaults in mod_cgi with #include virtual.  PR 31247.
    |  - conf: Remove AddDefaultCharset from the default configuration
    |    because setting a site-wide default does more harm than good. PR
    |    23421.
    |  - Add charset to example CGI scripts.
  - merge tls-upgrade.patch
  - remove obsolete httpd-2.0.47-headtail.dif
    httpd-2.0.52-util_ldap_cache_mgr.c.dif
    httpd-2.0.52-SSLCipherSuite-bypass-CAN-2004-0885.dif
    httpd-2.0.52-ssl-incomplete-keypair.dif
    httpd-2.0.52-memory-consumption-DoS-CAN-2004-0942.dif
    httpd-2.0.52.21492.diff
    httpd-2.0.52.30278.diff
    httpd-2.0.52.30399.diff
    httpd-2.0.52.30419.diff
    httpd-2.0.52.31385.diff
  - sync configuration with upstream changes
    * Remove AddDefaultCharset (see upstream changelog above)
    * LanguagePriority for error documents updated
* Sat Jan 15 2005 - schwab@suse.de
  - Use <owner>:<group> in permissions file.
* Tue Jan 11 2005 - schwab@suse.de
  - Fix /etc/init.d/apache2 to use readlink instead of linkto or file.
* Mon Nov 29 2004 - hvogel@suse.de
  - fix permission handling
* Thu Nov 11 2004 - poeml@suse.de
  - fix /etc/init.d/apache2 to correctly handle the start of multiple
    instances of the same binary (using startproc -f plus prior check
    for running instance) [#48153]
  - fix helper scripts to allow overriding of $sysconfig_file and
    other useful values
  - remove unused 'rundir' variable from /etc/init.d/apache2
  - removed backward compatibility code for pre-8.0
  - add documentation to the vhost template files and
    README.QUICKSTART
* Mon Nov 08 2004 - poeml@suse.de
  - security fix [CAN-2004-0942 (cve.mitre.org)]: Fix for memory
    consumption DoS [#47967]
* Thu Nov 04 2004 - poeml@suse.de
  - remove heimdal-devel from #neededforbuild, it is not needed
* Fri Oct 15 2004 - poeml@suse.de
  - fix SSLCipherSuite bypass CAN-2004-0885 (cve.mitre.org) [#47117]
  - update the TLS upgrade patch [#47207]
    - mod_ssl returned invalid method on TLS upgraded connections
    - additional checks for httpd_method and default_port hooks
    - fixed typo in upgrade header
  - add patches from Ruediger Pluem for the experimental modules
    mod_disk_cache, mod_cache
    PR 21492: mod_disk_cache: Do not store aborted content.
    PR 30278: mod_disk_cache: Correctly store cached content type.
    PR 30399: make storing of Set-Cookie headers optional
    PR 30419: weird caching behaviour of mod_cache and old Cookies
    PR 31385: skipping start of file if recaching already cached file
  - patch from 2.0.53: Fail to configure when an SSL proxy is
    configured with incomplete client cert keypair, rather than
    segfaulting at runtime. PR 24030
    http://cvs.apache.org/viewcvs/httpd-2.0/modules/ssl/ssl_engine_init.c.diff?r1=1.118&r2=1.119
* Mon Oct 11 2004 - poeml@suse.de
  - add patch fixing re-linking issue when purging elements from the
    LDAP cache. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24801
    http://www.apache.org/dist/httpd/patches/apply_to_2.0.52/util_ldap_cache_mgr.c.patch
* Mon Oct 11 2004 - poeml@suse.de
  - sync update configuration with upstream changes (2.0.52)
    (mostly comments; configuration for spanish manual added)
  - add mime type for shortcut icons (favicon.ico)
* Fri Oct 08 2004 - poeml@suse.de
  - update to 2.0.52. Relevant changes:
    | SECURITY: CAN-2004-0811 (cve.mitre.org)
    |   Fix merging of the Satisfy directive, which was applied to
    |   the surrounding context and could allow access despite configured
    |   authentication.  PR 31315.
    | util_ldap:
    |   Fix a segfault in the LDAP cache when it is configured switched off.
    | mod_mem_cache:
    |   Fixed race condition causing segfault because of memory being
    |   freed twice, or reused after being freed.
    | mod_log_config:
    |   Fix a bug which prevented request completion time from being
    |   logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
    |   processing.  PR 29696.
    | miscellaneous:
    |   - Use HTML 2.0 <hr> for error pages. PR 30732
    |   - Fix the handling of URIs containing %2F when
    |     AllowEncodedSlashes is enabled.  Previously, such urls would
    |     still be rejected.
    |   - Fix the global mutex crash when the global mutex is never
    |     allocated due to disabled/empty caches.
    |   - Add -l option to rotatelogs to let it use local time rather
    |     than UTC.  PR 24417.
  - changes from 2.0.51:
    | SECURITY: CAN-2004-0786 (cve.mitre.org)
    |   Fix an input validation issue in apr-util which could be
    |   triggered by malformed IPv6 literal addresses.
    | SECURITY: CAN-2004-0747 (cve.mitre.org)
    |   Fix buffer overflow in expansion of environment variables in
    |   configuration file parsing.
    | SECURITY: CAN-2004-0809 (cve.mitre.org)
    |   mod_dav_fs: Fix a segfault in the handling of an indirect lock
    |   refresh.  PR 31183.
    | SECURITY: CAN-2004-0751 (cve.mitre.org)
    |   mod_ssl: Fix a segfault in the SSL input filter which could be
    |   triggered if using "speculative" mode, for instance by a proxy
    |   request to an SSL server.  PR 30134.
    | SECURITY: CAN-2004-0748 (cve.mitre.org)
    |   mod_ssl: Fix a potential infinite loop.  PR 29964.
    | mod_include:
    |   no longer checks for recursion, because that's done in the core.
    |   This allows for careful usage of recursive SSI.
    | mod_rewrite:
    |  - Fix memory leak in the cache handlingof mod_rewrite. PR 27862.
    |  - Add %{SSL:...} and %{HTTPS} variable lookups.  PR 30464.
    |  - mod_rewrite now officially supports RewriteRules in <Proxy>
    |    sections.  PR 27985.
    |  - no longer confuse the RewriteMap caches if different maps
    |    defined in different virtual hosts use the same map name. PR 26462.
    | mod_ssl:
    |  - Add new 'ssl_is_https' optional function.
    |  - Add "SSLUserName" directive to set r->user based on a chosen SSL
    |    environment variable.  PR 20957.
    |  - Avoid startup failure after unclean shutdown if using shmcb.  PR 18989.
    | mod_autoindex:
    |  - Don't truncate the directory listing if a stat() call fails (for
    |    instance on a >2Gb file).  PR 17357.
    | mod_cache, mod_disk_cache, mod_mem_cache:
    |  - Refactor cache modules, and switch to the provider API instead
    |    of hooks.
    | mod_disk_cache:
    |  - Implement binary format for on-disk header files.
    |  - Optimize network performance of disk cache subsystem by allowing
    |    zero-copy (sendfile) writes and other miscellaneous fixes.
    | mod_userdir:
    |  - Ensure that the userdir identity is used for suexec userdir
    |    access in a virtual host which has suexec configured.  PR 18156.
    | mod_setenvif:
    |  - Remove "support" for Remote_User variable which never worked at
    |    all. PR 25725.
    |  - Extend the SetEnvIf directive to capture subexpressions of the
    |    matched value.
    | mod_headers:
    |  - Backport from 2.1 / Regression from 1.3: mod_headers now knows
    |    again the functionality of the ErrorHeader directive. But
    |    instead using this misnomer additional flags to the Header
    |    directive were introduced ("always" and "onsuccess", defaulting
    |    to the latter).  PR 28657.
    | mod_usertrack:
    |  - Escape the cookie name before pasting into the regexp.
    | mod_dir:
    |  - the trailing-slash behaviour is now configurable using the
    |    DirectorySlash directive.
    | util_ldap:
    |  - Switched the lock types on the shared memory cache from thread
    |    reader/writer locks to global mutexes in order to provide cross
    |    process cache protection.
    |  - Reworked the cache locking scheme to eliminate duplicate cache
    |    entries in the credentials cache due to race conditions.
    |  - Enhanced the util_ldap cache-info display to show more detail
    |    about the contents and current state of the cache.
    | mod_ldap:
    |  - Enable the option to support anonymous shared memory in
    |    mod_ldap.  This makes the cache work on Linux again.
    | miscellaneous:
    |  - Include directives no longer refuse to process symlinks on
    |    directories. Instead there's now a maximum nesting level of
    |    included directories (128 as distributed). This is configurable
    |    at compile time using the -DAP_MAX_INCLUDE_DIR_DEPTH switch.  PR
    |    28492, PR 28370.
    |  - Prevent CGI script output which includes a Content-Range header
    |    from being passed through the byterange filter.
    |  - Satisfy directives now can be influenced by a surrounding
    |    <Limit> container.  PR 14726.
    |  - Makefile fix: httpd is linked against LIBS given to the 'make'
    |    invocation.  PR 7882.
    |  - suexec: Pass the SERVER_SIGNATURE envvar through to CGIs.
    |  - apachectl: Fix a problem finding envvars if sbindir != bindir.
    |    PR 30723.
    |  - Use the higher performing 'httpready' Accept Filter on all
    |    platforms except FreeBSD < 4.1.1.
    |  - Allow proxying of resources that are invoked via DirectoryIndex.
    |    PR 14648, 15112, 29961.
    |  - Small fix to allow reverse proxying to an ftp server. Previously
    |    an attempt to do this would try and connect to 0.0.0.0,
    |    regardless of the server specified. PR 24922
    |  - Enable special ErrorDocument value 'default' which restores the
    |    canned server response for the scope of the directive.
    |  - work around MSIE Digest auth bug - if
    |    AuthDigestEnableQueryStringHack is set in r->subprocess_env
    |    allow mismatched query strings to pass.  PR 27758.
    |  - Accept URLs for the ServerAdmin directive. If the supplied
    |    argument is not recognized as an URL, assume it's a mail
    |    address.  PR 28174.
    |  - initialize server arrays prior to calling
    |    ap_setup_prelinked_modules so that static modules can push
    |    Defines values when registering hooks just like DSO modules can
  - drop obsolete security fixes
    httpd-2.0.50-CAN-2004-0751-mod_ssl-proxied-request-segfault.dif
    httpd-2.0.50-CAN-2004-0748-mod_ssl-input-filter-infinite-loop.dif
    httpd-2.0.50-CAN-2004-0747-ENVVAR.dif
    httpd-2.0.50-CAN-2004-0786-apr_uri_parse-IPv6-address-validation.dif
    httpd-2.0.50-CAN-2004-0809-mod_dav-crash.dif
  - httpd-2.0.45-anon-mmap.dif included upstream
* Tue Sep 14 2004 - poeml@suse.de
  - security fix [CAN-2004-0809 (cve.mitre.org)]: fix possible DoS in
    mod_dav by remotely triggerable null-pointer dereference
    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=31183 [#45231]
  - fix hint about vhost checking in the SSL readme
* Wed Sep 08 2004 - poeml@suse.de
  - security fix [CAN-2004-0786 (cve.mitre.org)]: fix a vulnerability
    in the apr-util library (lacking input validation on IPv6 literal
    addresses in the apr_uri_parse function [#44736]
  - security fix [CAN-2004-0747 (cve.mitre.org)]: fix a buffer
    overflow that can occur when expanding ${ENVVAR} constructs in
    .htaccess or httpd.conf files. [#44736]
* Mon Sep 06 2004 - poeml@suse.de
  - rename check_forensic script to avoid clash with apache 1.3.x
    package
* Fri Aug 27 2004 - poeml@suse.de
  - implement action "startssl" in the init script. [#42365]
  - add /usr/bin/check_forensic script to evaluate mod_log_forensic logs.
  - disable building of leader and metuxmpm MPMs.
* Wed Aug 25 2004 - poeml@suse.de
  - security fix [CAN-2004-0748 (cve.mitre.org)]: fix a potential
    infinite loop in the SSL input filter which can be triggered by
    an aborted connection
    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29964 [#44103]
  - security fix [CAN-2004-0751 (cve.mitre.org)]: fix a potential
    segfault in the SSL input filter which can be triggered by the
    response to request which is proxied to a remote SSL server
    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30134 [#44103]
  - remove the obsolete notify message on package update
* Thu Jul 08 2004 - poeml@suse.de
  - update to 2.0.50. Relevant changes:
    | SECURITY: CAN-2004-0493 (cve.mitre.org)
    |   Close a denial of service vulnerability identified by Georgi
    |   Guninski which could lead to memory exhaustion with certain
    |   input data.
    | SECURITY: CAN-2004-0488 (cve.mitre.org)
    |   mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for
    |   a (trusted) client certificate subject DN which exceeds 6K in
    |   length.
    | mod_alias:
    |   now emits a warning if it detects overlapping *Alias* directives.
    | mod_cgi: Handle output on stderr during script execution on Unix
    |   platforms; preventing deadlock when stderr output fills pipe
    |   buffer.  Also fixes case where stderr from nph- scripts could be
    |   lost.  PR 22030, 18348.
    | mod_dav:
    |  - Fix a problem that could cause crashes when manipulating locks
    |    on some platforms.
    | mod_dav_fs:
    |  - Fix MKCOL response for missing parent collections, which caused
    |    issues for the Eclipse WebDAV extension.  PR 29034.
    | mod_deflate:
    |  - Fix memory consumption (which was proportional to the response
    |    size).  PR 29318.
    | mod_expires:
    |  - Fix segfault which occured under certain circumstances. PR 28047.
    | mod_headers:
    |  - no longer crashes if an empty header value should be added.
    | mod_log_forensic:
    |  - new module.
    | mod_logio:
    |  - no longer removes the EOS bucket. PR 27928.
    | mod_proxy:
    |  - Fix handling of IPv6 numeric strings.
    | mod_rewrite:
    |   no longer turns forward proxy requests into reverse proxy
    |   requests. PR 28125
    | mod_ssl:
    |  - Log the errors returned on failure to load or initialize a
    |    crypto accelerator engine.
    |  - Fix a potential segfault in the 'shmcb' session cache for small
    |    cache sizes.  PR 27751.
    |  - Fix memory leak in session cache handling.  PR 26562
    |  - Fix potential segfaults when performing SSL shutdown from a pool
    |    cleanup.  PR 27945.
    | mod_auth_ldap/util_ldap:
    |  - allow relative paths for LDAPTrustedCA to be resolved against
    |    ServerRoot PR#26602
    |  - Throw an error message if an attempt is made to use the
    |    LDAPTrustedCA or LDAPTrustedCAType directives in a VirtualHost.
    |    PR 26390
    |  - Fix a potential segfault if the bind password in the LDAP cache
    |    is NULL.  PR 28250.
    |  - Overhaul handling of LDAP error conditions, so that the
    |    util_ldap_* functions leave the connections in a sane state
    |    after errors have occurred. PR 27748, 17274, 17599, 18661,
    |    21787, 24595, 24683, 27134, 27271
    |  - mod_ldap calls ldap_simple_bind_s() to validate the user
    |    credentials.  If the bind fails, the connection is left in an
    |    unbound state.  Make sure that the ldap connection record is
    |    updated to show that the connection is no longer bound.
    |  - Update the bind credentials for the cached LDAP connection to
    |    reflect the last bind.  This prevents util_ldap from creating
    |    unnecessary connections rather than reusing cached connections.
    |  - Quotes cannot be used around require group and require dn
    |    directives, update the documentation to reflect this. Also add
    |    quotes around the dn and group within debug messages, to make it
    |    more obvious why authentication is failing if quotes are used in
    |    error.  PR 19304.
    | miscellaneous:
    |  - Allow RequestHeader directives to be conditional. PR 27951.
    |  - Allow LimitRequestBody to be reset to unlimited. PR 29106
    |  - <VirtualHost myhost> now applies to all IP addresses for myhost
    |    instead of just the first one reported by the resolver.  This
    |    corrects a regression since 1.3.
    |  - Fix a bunch of cases where the return code of the regex compiler
    |    was not checked properly. This affects: mod_setenvif,
    |    mod_usertrack, mod_proxy, mod_proxy_ftp and core. PR 28218.
    |  - Remove 2Gb log file size restriction on some 32-bit platforms.
    |    PR 13511.
    |  - htpasswd no longer refuses to process files that contain empty
    |    lines.
    |  - Regression from 1.3: At startup, suexec now will be checked for
    |    availability, the setuid bit and user root. The works only if
    |    httpd is compiled with the shipped APR version (0.9.5).  PR
    |    28287.
    |  - Unix MPMs: Stop dropping connections when the file descriptor is
    |    at least FD_SETSIZE.
    |  - Fix a segfault when requests for shared memory fails and returns
    |    NULL. Fix a segfault caused by a lack of bounds checking on the
    |    cache.  PR 24801.
    |  - Ensure that lines in the request which are too long are properly
    |    terminated before logging.
    |  - htpasswd: use apr_temp_dir_get() and general cleanup
    |  - logresolve: Allow size of log line buffer to be overridden at
    |    build time (MAXLINE).  PR 27793.
    |  - Fix the comment delimiter in htdbm so that it correctly parses
    |    the username comment.  Also add a terminate function to allow
    |    NetWare to pause the output before the screen is destroyed.
    |  - Fix crash when Apache was started with no Listen directives.
    |  - core_output_filter: Fix bug that could result in sending garbage
    |    over the network when module handlers construct bucket brigades
    |    containing multiple file buckets all referencing the same open
    |    file descriptor.
    |  - Fix memory corruption problem with ap_custom_response()
    |    function.  The core per-dir config would later point to request
    |    pool data that would be reused for different purposes on
    |    different requests.
  - drop obsolete patches
  - change vendor string SuSE -> SUSE
* Tue Jun 29 2004 - poeml@suse.de
  - security fix [CAN-2004-0493 (cve.mitre.org)]: fix Denial of
    Service vulnaribility which could lead to memory exhaustion with
    certain input data. [#42566]
* Fri Jun 18 2004 - poeml@suse.de
  - package forgotten CHANGES file
  - package apr and apr-util documentation files
  - fix log_server_status2 to use perl's Socket module
* Wed May 19 2004 - poeml@suse.de
  - security fix for mod_ssl: fix buffer overflow in
    ssl_util_uuencode() [#40791]
* Wed Apr 28 2004 - poeml@suse.de
  - add TLS upgrade patch [#39449]
  - add patch to allow writing log files larger than 2>GB [#39453]
  - obsolete apache and mod_ssl versions only when older than what is
    shipped with 9.1
  - don't provide mod_ssl
* Fri Apr 02 2004 - cschum@suse.de
  - Add "suse_help_viewer" provides [#37932]
* Mon Mar 29 2004 - poeml@suse.de
  - provide and obsolete packages apache, mod_ssl, apache-doc and
    apache-example-pages [#37084]
* Mon Mar 22 2004 - poeml@suse.de
  - disable large file support by not building with _FILE_OFFSET_BITS=64,
    in favour of retaining a binary compatible module API.
    Therefore, do not change the module magic number. LFS can be
    enabled by building via rpmbuild --define 'build_with_LFS 1'
* Thu Mar 18 2004 - poeml@suse.de
  - update to proposed 2.0.49 tarball
    - mod_cgid: Fix storage corruption caused by use of incorrect pool.
    - docs update
  - remove APACHE_DOCUMENT_ROOT from sysconfig.apache2 [#32635]
  - fix a comment in default-server.conf
  - remove obsolete ssl_scache_cleanup support script and ftok helper
* Tue Mar 16 2004 - poeml@suse.de
  - change mmn in header file as well, for modules that include it
    from there
* Mon Mar 15 2004 - poeml@suse.de
  - update to 2.0.49-rc2. Relevant changes:
    | The whole codebase was relicensed and is now available under the
    |   Apache License, Version 2.0 (http://www.apache.org/licenses).
    |   [Apache Software Foundation]
    | Security [CAN-2004-0113 (cve.mitre.org)]: mod_ssl: Fix a memory
    |   leak in plain-HTTP-on-SSL-port handling.  PR 27106.
    | Security [CAN-2003-0020 (cve.mitre.org)]: Escape arbitrary data
    |   before writing into the errorlog. Unescaped errorlogs are still
    |   possible using the compile time switch
    |   "-DAP_UNSAFE_ERROR_LOG_UNESCAPED".
    | mod_ssl:
    |  - Send the Close Alert message to the peer before closing the
    |    SSL session.  PR 27428.
    |  - Fix bug in passphrase handling which could cause spurious
    |    failures in SSL functions later.  PR 21160.
    |  - Fix potential segfault on lookup of SSL_SESSION_ID.  PR 15057.
    |  - Fix streaming output from an nph- CGI script. PR 21944
    |  - Advertise SSL library version as determined at run-time rather
    |    than at compile-time.  PR 23956.
    |  - Fix segfault on a non-SSL request if the 'c' log format code
    |    is used.  PR 22741.
    |  - Fix segfaults at startup if other modules which use OpenSSL
    |    are also loaded.
    |  - Use human-readable OpenSSL error strings in logs; use
    |    thread-safe interface for retrieving error strings.
    | mod_cache:
    |  - Fixed cache-removal order in mod_mem_cache.
    |  - Fix segfault in mod_mem_cache cache_insert() due to cache size
    |    becoming negative.  PR: 21285, 21287
    |  - Modified the cache code to be header-location agnostic. Also
    |    fixed a number of other cache code bugs related to PR 15852.
    |    Includes a patch submitted by Sushma Rai <rsushma novell.com>.
    |    This fixes mod_mem_cache but not mod_disk_cache yet so I'm not
    |    closing the PR since that is what they are using.
    | mod_dav:
    |  - Reject requests which include an unescaped fragment in the
    |    Request-URI.  PR 21779.
    |  - Use bucket brigades when reading PUT data. This avoids
    |    problems if the data stream is modified by an input filter. PR
    |    22104.
    |  - Return a WWW-auth header for MOVE/COPY requests where the
    |    destination resource gives a 401.  PR 15571.
    |  - Fix a problem with namespace mappings being dropped in
    |    mod_dav_fs; if any property values were set which defined
    |    namespaces these came out mangled in the PROPFIND response.
    |    PR 11637.
    | mod_expires:
    |  - Initialize ExpiresDefault to NULL instead of "" to avoid
    |    reporting an Internal Server error if it is used without
    |    having been set in the httpd.conf file. PR: 23748, 24459
    |  - Add support for IMT minor-type wildcards (e.g., text/*) to
    |    ExpiresByType.  PR#7991
    | mod_log_config / logging:
    |  - Fix some piped log problems: bogus "piped log program '(null)'
    |    failed" messages during restart and problem with the logger
    |    respawning again after Apache is stopped.  PR 21648, PR 24805.
    |  - mod_log_config: Fix corruption of buffered logs with threaded
    |    MPMs.  PR 25520.
    |  - mod_log_config: Log the minutes component of the timezone correctly.
    |    PR 23642.
    | mod_proxy*:
    |  - proxy_http fix: mod_proxy hangs when both KeepAlive and
    |    ProxyErrorOverride are enabled, and a non-200 response without a
    |    body is generated by the backend server. (e.g.: a client makes a
    |    request containing the "If-Modified-Since" and "If-None-Match"
    |    headers, to which the backend server respond with status 304.)
    |  - Fix memory leak in handling of request bodies during reverse
    |    proxy operations.  PR 24991.
    |  - mod_proxy: Fix cases where an invalid status-line could be sent
    |    to the client.  PR 23998.
    | mod_rewrite:
    |  - Catch an edge case, where strange subsequent RewriteRules
    |    could lead to a 400 (Bad Request) response.
    |  - Make REMOTE_PORT variable available in mod_rewrite.  PR 25772.
    |  - In external rewrite maps lookup keys containing
    |    a newline now cause a lookup failure. PR 14453.
    |  - Fix RewriteBase directive to not add double slashes.
    | mod_usertrack:
    |  - Fix bug in mod_usertrack when no CookieName is set.
    |  - mod_usertrack no longer inspects the Cookie2 header for
    |    the cookie name. PR 11475.
    |  - mod_usertrack no longer overwrites other cookies.
    |    PR 26002.
    | mod_include, filters:
    |  - Backport major overhaul of mod_include's filter parser from 2.1.
    |    The new parser code is expected to be more robust and should
    |    catch all of the edge cases that were not handled by the previous one.
    |    The 2.1 external API changes were hidden by a wrapper which is
    |    expected to keep the API backwards compatible.
    |  - Add a hook (insert_error_filter) to allow filters to re-insert
    |    themselves during processing of error responses. Enable mod_expires
    |    to use the new hook to include Expires headers in valid error
    |    responses. This addresses an RFC violation. It fixes PRs 19794,
    |    24884, and 25123.
    |  - complain via error_log when mod_include's INCLUDES filter is
    |    enabled, but the relevant Options flag allowing the filter to run
    |    for the specific resource wasn't set, so that the filter won't
    |    silently get skipped. next remove itself, so the warning will be
    |    logged only once
    |  - Fix mod_include's expression parser to recognize strings correctly
    |    even if they start with an escaped token.
    |  - Fix a problem with the display of empty variables ("SetEnv foo") in
    |    mod_include.  PR 24734
    |  - mod_include no longer allows an ETag header on 304 responses.
    |    PR 19355.
    | mod_autoindex:
    |  - Don't omit the <tr> start tag if the SuppressIcon option is
    |    set. PR 21668.
    |  - Restore the ability to add a description for directories that
    |    don't contain an index file.  (Broken in 2.0.48)
    |  - mod_autoindex / core: Don't fail to show filenames containing
    |    special characters like '%'. PR 13598.
    |  - Add 'XHTML' option in order to allow switching between HTML
    |    3.2 and XHTML 1.0 output. PR 23747.
    | mod_status:
    |  - Add mod_status hook to allow modules to add to the mod_status
    |    report.
    |  - Report total CPU time accurately when using a threaded MPM.
    |    PR 23795.
    | mod_info:
    |  - Fix mod_info to use the real config file name, not the default
    |    config file name.
    |  - HTML escape configuration information so it displays
    |    correctly. PR 24232.
    | mod_auth_digest:
    |  - Allow mod_auth_digest to work with sub-requests with different
    |    methods than the original request.  PR 25040.
    | mod_auth_ldap:
    |  - Fix some segfaults in the cache logic.  PR 18756.
    | mod_cgid:
    |  - Restart the cgid daemon if it crashes.  PR 19849
    | mod_setenvif:
    |  - Fix the regex optimizer, which under circumstances
    |    treated the supplied regex as literal string. PR 24219.
    | miscellaneous:
    |  - core.c: If large file support is enabled, allow any file that is
    |    greater than AP_MAX_SENDFILE to be split into multiple buckets.
    |    This allows Apache to send files that are greater than 2gig.
    |    Otherwise we run into 32/64 bit type mismatches in the file size.
    |  - Fixed file extensions for real media files and removed rpm extension
    |    from mime.types. PR 26079.
    |  - Remove compile-time length limit on request strings. Length is
    |    now enforced solely with the LimitRequestLine config directive.
    |  - Set the scoreboard state to indicate logging prior to running
    |    logging hooks so that server-status will show 'L' for hung loggers
    |    instead of 'W'.
    |  - Fix the inability to log errors like exec failure in
    |    mod_ext_filter/mod_cgi script children.  This was broken after
    |    such children stopped inheriting the error log handle.
    |  - fix "Expected </Foo>> but saw </Foo>" errors in nested,
    |    argumentless containers.
    |  - ap_mpm.h: Fix include guard of ap_mpm.h to reference mpm
    |    instead of mmn.
    |  - Add Polish translation of error messages.  PR 25101.
    |  - Add AP_MPMQ_MPM_STATE function code for ap_mpm_query.
    |  - Fix htdbm to generate comment fields in DBM files correctly.
    |  - Correct UseCanonicalName Off to properly check incoming port number.
    |  - Fix slow graceful restarts with prefork MPM.
    |  - Keep focus of ITERATE and ITERATE2 on the current module when
    |    the module chooses to return DECLINE_CMD for the directive.
    |    PR 22299.
    |  - Build array of allowed methods with proper dimensions, fixing
    |    possible memory corruption.
    |  - worker MPM: fix stack overlay bug that could cause the parent
    |    process to crash.
    |  - Add XHTML Document Type Definitions to httpd.h (minor MMN bump).
    |  - Fix build with parallel make.  PR 24643.
    |  - Add fatal exception hook for use by diagnostic modules.  The hook
    |    is only available if the --enable-exception-hook configure parm
    |    is used and the EnableExceptionHook directive has been set to
    |    "on".
    |  - Improve 'configure --help' output for some modules.
  - drop two hunks from httpd-2.0.47-headtail.dif (buildcheck.sh is
    fixed)
  - disable automatic restarts, because they do not work properly
    [#35408]
  - change MMN to prevent loading of incompatible modules (modules
    that are not built with `apxs -q CFLAGS` and therefore miss
    _FILE_OFFSET_BITS=64). Provide our old apache_mmn_20020903 in
    addition.
  - use CPPFLAGS for passing preprocessor flags because they are
    removed from CFLAGS
  - Stop dropping connections when the file descriptor
    is at least FD_SETSIZE. This isn't a problem on Linux because
    poll() is used instead of select() by APR. Assert HAVE_POLL.
    [#34178]
  - add modifications to the code to the NOTICE file as required by
    the new license
* Fri Feb 27 2004 - poeml@suse.de
  - compile with -DSSL_EXPERIMENTAL_ENGINE to allow usage of hardware
    crypto accelerators
  - compile with -DMAX_SERVER_LIMIT=200000
  - if an SSL passphrase is not entered within the timeout, fall back
    to start apache without SSL (with -D NOSSL). This could/should be
    made configurable.
  - clean up output of SuSEconfig.apache2
  - add pre-defined LogFormat "vhost_combined"
  - configure /var/lib/apache2 for WebDAV locks
  - add a readme about configuring WebDAV with digest authentication
  - add default configuration for mod_usertrack (this is the current
    workaround for the problem in the 1.3.29/2.0.48 release that
    occurs if no CookieName is configured)
  - in vhost.template, enclose all virtual host configuration in the
    VirtualHost container
  - update metuxmpm patch to r7
  - fix test run as non-root
* Tue Jan 13 2004 - schwab@suse.de
  - Fix quoting in autoconf macros.
* Sat Dec 13 2003 - poeml@suse.de
  - add changes to gensslcert from Volker Kuhlmann [#31803]
  - revert default character set from UTF-8 to ISO-8859-1, and revert
    the misleading comment that talked about filenames while it is
    all about content of the files
* Tue Nov 18 2003 - poeml@suse.de
  - add a ServerLimit directive to server-tuning.conf, so it's
    already in the right place if someone needs to tweak it [#32852]
* Fri Nov 07 2003 - poeml@suse.de
  - mark apache2-manual.conf in %files doc as %config
  - wrap directives specific to the mod_negotiation module into an
    <IfModule> block [#32848]
* Thu Oct 30 2003 - poeml@suse.de
  - update to 2.0.48. Relevant / user visible changes are:
    Security [CAN-2003-0789]: Resolve some mishandling of the AF_UNIX
    socket used to communicate with the cgid daemon and the CGI
    script.
    Security [CAN-2003-0542]: Fix buffer overflows in mod_alias and
    mod_rewrite which occurred if one configured a regular
    expression with more than 9 captures.
    mod_rewrite:
      - Don't die silently when failing to open RewriteLogs. PR 23416
      - Fix support of the [P] option to send rewritten request using
    "proxy:". The code was adding multiple "proxy:" fields in the
    rewritten URI. PR: 13946.
      - Ignore RewriteRules in .htaccess files if the directory
    containing the .htaccess file is requested without a trailing
    slash.  PR 20195.
    mod_include:
      - Fix a trio of bugs that would cause various unusual sequences
    of parsed bytes to omit portions of the output stream. PR 21095
      - fix segfault which occured if the filename was not set, for
    example, when processing some error conditions.
    mod_cgid: fix a hash table corruption problem which could
    result in the wrong script being cleaned up at the end of a
    request.
    mod_ssl: Fix segfaults after renegotiation failure. PR 21370
      - Fix a problem setting variables that represent the client
    certificate chain.  PR 21371
      - Fix FakeBasicAuth for subrequest.  Log an error when an
    identity spoof is encountered.
      - Assure that we block properly when reading input bodies with
    SSL.  PR 19242.
    mod_autoindex: If a directory contains a file listed in the
    DirectoryIndex directive, the folder icon is no longer replaced
    by the icon of that file. PR 9587.
    mod_usertrack: do not get false positive matches on the
    user-tracking cookie's name. PR 16661.
    mod_cache:
      - Fix the cache code so that responses can be cached if they
    have an Expires header but no Etag or Last-Modified headers.
    PR 23130.  cache_util: Fix ap_check_cache_freshness to check
    max_age, smax_age, and expires as directed in RFC 2616.
    mod_deflate:
      - fix to not call deflate() without checking first whether it
    has something to deflate. (Currently this causes deflate to
    generate a fatal error according to the zlib spec.) PR 22259.
      - Don't attempt to hold all of the response until we're done.
      - Fix a bug, where mod_deflate sometimes unconditionally
    compressed the content if the Accept-Encoding header
    contained only other tokens than "gzip" (such as "deflate").
    PR 21523.
    mod_proxy: Don't respect the Server header field as set by
    modules and CGIs.  As with 1.3, for proxy requests any such
    field is from the origin server; otherwise it will have our
    server info as controlled by the ServerTokens directive.
    mod_log_config: Fix %b log format to write really "-" when 0
    bytes were sent (e.g. with 304 or 204 response codes).
    mod_ext_filter: Set additional environment variables for use by
    the external filter.  PR 20944.
    core:
      - allow <Foo>..</Foo> containers (no arguments in the opening
    tag), as in 1.3. Needed by mod_perl <Perl> sections
      - Fix a misleading message from the some of the threaded MPMs
    when MaxClients has to be lowered due to the setting of
    ServerLimit.
      - Avoid an infinite recursion, which occured if the name of an
    included config file or directory contained a wildcard
    character. PR 22194.
      - MPMs: The bucket brigades subsystem now honors the MaxMemFree
    setting.
      - Lower the severity of the "listener thread didn't exit"
    message to debug, as it is of interest only to developers.
    miscellaneous:
      - Update the header token parsing code to allow LWS between the
    token word and the ':' seperator.  [PR 16520]
      - Remember an authenticated user during internal redirects if
    the redirection target is not access protected and pass it to
    scripts using the REDIRECT_REMOTE_USER environment variable.
    PR 10678, 11602.
      - Update mime.types to include latest IANA and W3C types.
      - Modify ap_get_client_block() to note if it has seen EOS.
    ab:
      - Overlong credentials given via command line no longer clobber
    the buffer.
      - Work over non-loopback on Unix again. PR 21495.
      - Fix NULL-pointer issue in ab when parsing an incomplete or
    non-HTTP response. PR 21085.
  - add another example to apache2-listen.conf
  - update apache2-mod_mime-defaults.conf according to 2.0.48 changes
    (be clearer in describing the connection between AddType and
    AddEncoding for defining the meaning of compressed file
    extensions.)
  - use a better example domain name in apache2-vhost-ssl.template
  - the "define version_perl" was nowhere needed
* Mon Sep 22 2003 - mls@suse.de
  - don't provide httpddoc in apache2-doc
* Thu Sep 18 2003 - poeml@suse.de
  - add mod_php4 to the default list of APACHE_MODULES, and change
    get_module_list to ignore non-existant modules (warnings will
    be issued when it is run from SuSEconfig, but not from the init
    script). How to enable the PHP4 module has been the most
    frequently asked questions in user feedback [cf to #29735].
    This bug is tracked in [#31306]
  - include conf.d/*.conf by default, as it was the case until
    recently. User feedback showed that for many people the
    separation of configuration includes into individual virtual
    hosts is overkill, and it complicates the setup too much. More
    finegrained control can be achieved by commenting out the
    respective line in the default server config. [#30866], [#29735]
  - remove the FIXME at the end of httpd.conf (obsoleted by the above
    change), and place a strategical comment there about .local files
  - add <IfDefine SSL> container around configuration in ssl template
* Tue Sep 09 2003 - poeml@suse.de
  - change comment in sysconfig template to work around a fillup bug
    [#30279]
* Mon Sep 08 2003 - poeml@suse.de
  - fix wrong variable name in a comment of the sysconfig template
  - update README.QUICKSTART
  - add README.QUICKSTART.SSL
* Mon Sep 08 2003 - poeml@suse.de
  - remove unused ENABLE_SUSECONFIG_APACHE from sysconfig template
* Fri Sep 05 2003 - poeml@suse.de
  - disallow UserDir for user root
  - cope with "no" or "yes" as values for APACHE_SERVERSIGNATURE, as
    they were set on SuSE Linux 8.1
  - add more documentation to README.QUICKSTART, also mentioning what
    might be too obvious: the document root [#29674]
  - in %post, diff to httpd.conf.default only when .rpmnew is present
  - improve message sent on update
* Fri Aug 29 2003 - poeml@suse.de
  - improve documentation on configuration
  - compile with -Wall
  - do not obsolete httpddoc, which is provided by apache-doc package
    from apache1
  - add conflict apache2-example-pages <-> apache-example-pages
  - fix building on older distros
* Tue Aug 19 2003 - poeml@suse.de
  - use httpd-2.0.47-metuxmpm-r6.diff, previous one was broken by me
  - don't force setting of a DocumentRoot, because the configuration
    of the default vhost already contains it
  - when testing on SL 8.0, the www group has to be created as well
  - when testing on even older systems, don't add buildroot to
    DocumentRoot in default-server.conf
* Fri Aug 15 2003 - poeml@suse.de
  - revamped configuration
    - add some CustomLog formats
    - AddDefaultCharset UTF-8 [#22427]
    - add activation metadata to sysconfig template [#28834]
    - default APACHE_MODULES: add mod_ssl, remove mod_status
    - new sysconfig variables: APACHE_USE_CANONICAL_NAME,
    APACHE_DOCUMENT_ROOT
    - get rid of the "suse_" prefix in generated config snippets, and
    place them below /etc/apache2/sysconfig.d/. On update, convert
    the Include statements in httpd.conf for the new locations
    - add /etc/apache2/vhosts.d and virtual host templates
    - the configuration for the manual is now seperate and installed
    together with apache2-doc (conf.d/apache2-manual.conf)
  - add distilled wisdom in form of README.QUICKSTART
  - change group of wwwrun user: nogroup -> www [#21782]
  - proxycachedir and localstatedir should not be world readable
  - set DEFAULT_PIDLOG to /var/run/httpd2.pid, so we don't need to
    configure the PidFile directive
  - add -fno-strict-aliasing, due to warnings about code where
    dereferencing type-punned pointers will break strict aliasing
  - clean the RPM_BUILD_ROOT, but not in the build system
  - new macros for stop/restart of services on rpm update/removal,
    and improved try-restart section in rc.apache2
  - get rid of "modules" subdir, and remove dead code from
    SuSEconfig.apache2
  - add some tools: get_includes, find_httpd2_includes,
    apache2-reconfigure-mpm
  - rename README.SuSE to README.{SuSE,UnitedLinux}
  - include directories in filelists of MPM subpackages
  - enclose package descriptions of MPMs in %ifdef
  - add a dependency of the MPM subpackages on the version of the
    main package
  - build a new MPM: metuxmpm (httpd-2.0.47-metuxmpm.diff)
* Mon Jul 28 2003 - poeml@suse.de
  - add new sysconfig variables: APACHE_LOGLEVEL, APACHE_ACCESS_LOG,
    and remove the respective directives from httpd.conf.dist
  - merge the ssl.conf.dif and httpd.conf.dif into one patch
* Sun Jul 27 2003 - poeml@suse.de
  - build with -D_FILE_OFFSET_BITS=64 when presumably the kernel
    supports sendfile64 [#22191, #22018]. Define APR_HAS_LARGE_FILES
    (which is unconditionally off, otherwise). Keep
    -D_LARGEFILE_SOURCE since some modules might need it.
  - make sure the package can be built as ordinary user
  - special case mod_auth_mysql since its module_id is reversed
  - don't increase DYNAMIC_MODULE_LIMIT (64 should be copious)
  - don't explicitely strip binaries since RPM handles it, and may
    keep the stripped information somewhere
  - reformat the header of the spec file
  - allow to pass a number-of-jobs parameter into spec file via rpm
    --define 'jobs N'
* Thu Jul 10 2003 - poeml@suse.de
  - update to 2.0.47. relevant / user visible changes:
    Security [CAN-2003-0192]: Fixed a bug whereby certain sequences
    of per-directory renegotiations and the SSLCipherSuite
    directive being used to upgrade from a weak ciphersuite to a
    strong one could result in the weak ciphersuite being used in
    place of the strong one.
    Security [CAN-2003-0253]: Fixed a bug in prefork MPM causing
    temporary denial of service when accept() on a rarely accessed
    port returns certain errors.
    Security [CAN-2003-0254]: Fixed a bug in ftp proxy causing denial
    of service when target host is IPv6 but proxy server can't
    create IPv6 socket.  Fixed by the reporter.
    Security [VU#379828]: Prevent the server from crashing when entering
    infinite loops. The new LimitInternalRecursion directive
    configures limits of subsequent internal redirects and nested
    subrequests, after which the request will be aborted.  PR 19753+
    core:
    core_output_filter: don't split the brigade after a FLUSH
    bucket if it's the last bucket.  This prevents creating
    unneccessary empty brigades which may not be destroyed until
    the end of a keepalive connection.
    mod_cgid:
    Eliminate a double-close of a socket.  This resolves various
    operational problems in a threaded MPM, since on the second
    attempt to close the socket, the same descriptor was often
    already in use by another thread for another purpose.
    mod_negotiation:
    Introduce "prefer-language" environment variable, which allows
    to influence the negotiation process on request basis to prefer
    a certain language.
    mod_expire:
    Make ExpiresByType directive work properly, including for
    dynamically-generated documents.
  - apr bugfixes
  - more fixes of deprecated head/tail -1 calls
* Wed May 28 2003 - poeml@suse.de
  - update to 2.0.46. relevant / user visible changes:
    Security [CAN-2003-0245]: Fixed a bug that could be triggered
    remotely through mod_dav
    Security [CAN-2003-0189]: Fixed a denial-of-service
    vulnerability affecting basic authentication
    Security: forward port of buffer overflow fixes for htdigest.
    mod_ssl:
      - SSL session caching(shmht) : Fix a SEGV problem with SHMHT
    session caching.
    mod_deflate:
      - Add another check for already compressed content
      - Check also err_headers_out for an already set
    Content-Encoding: gzip header. This prevents gzip compressed
    content from a CGI script from being compressed once more.
    mod_mime_magic:
      - If mod_mime_magic does not know the content-type, do not
    attempt to guess.
    mod_rewrite:
      - Fix handling of absolute URIs.
    mod_log_config:
      - Add the ability to log the id of the thread processing the
    request via new %P formats.
    mod_auth_ldap:
      - Use generic whitespace character class when parsing "require"
    directives, instead of literal spaces only.
    mod_proxy:
      - Fixed a segfault when multiple ProxyBlock directives were used.
    - Added AllowEncodedSlashes directive to permit control of
    whether the server will accept encoded slashes ('%2f') in the
    URI path.  Default condition is off (the historical behaviour).
    - If Apache is started as root and you code CoreDumpDirectory,
    coredumps are enabled via the prctl() syscall.
    - htpasswd: Check the processed file on validity; add a delete flag.
  - httpd-2.0.45-libtool-1.5.dif is obsolete
  - mark suse_include.conf as %ghost
  - note the rebirth of the httpd and apachectl man pages (thanks to
    RPMv4 :)
  - let the module RPM packages only depend on the _major_ module
    magic number, not on the minor
  - fix some paths in config_vars.mk, which facilitates building of
    certain modules
* Wed May 14 2003 - poeml@suse.de
  - use mmap() via MAP_ANON as shared memory allocation method, to
    prevent restart problems with stale (or in use) files that are
    associated with shared memory
  - package forgotten files, and remove hack in %clean
  - remove files from the build root that are not packaged
  - remove suse_include.conf from filelist
* Fri May 09 2003 - poeml@suse.de
  - update to 2.0.45. relevant / user visible changes:
    Security:  Eliminated leaks of several file descriptors to
    child processes, such as CGI scripts.  This fix depends on the
    latest APR library release 0.9.2, which is distributed with the
    httpd source tarball for Apache 2.0.45.  PR 17206
    Security [CAN-2003-0132]: Close a Denial of Service
    vulnerability identified by David Endler <DEndler@iDefense.com>
    on all platforms.
    General:
      - Fix segfault which occurred when a section in an included
    configuration file was not closed. PR 17093.
      - Fix a nasty segfault in mmap_bucket_setaside() caused by
    passing an incompatible pointer type to mmap_bucket_destroy(void*).
      - prevent filters (such as mod_deflate) from adding garbage to
    the response. PR 14451.
      - Simpler, faster code path for request header scanning
      - Try to log an error if a piped log program fails.  Try to
    restart a piped log program in more failure situations.
      - Fix bug where 'Satisfy Any' without an AuthType lost all MIME
    information (and more). Related to PR 9076.
      - Fix If header parsing when a non-mod_dav lock token is passed to it.
      - Fix apxs to insert LoadModule directives only outside of
    sections.
      - apxs: Include any special APR ld flags when linking the DSO.
    suexec: Be more pedantic when cleaning environment. Clean it
    immediately after startup. PR 2790, 10449. Use saner default
    config values for suexec. PR 15713.
    mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
    be started on Unix because of such problems as bad permissions,
    bad shebang line, etc. Fix possible segfaults under obscure
    error conditions within the cgid daemon.
    mod_deflate:
      - you can now specify the compression level.
      - Extend the DeflateFilterNote directive to allow accurate
    logging of the filter's in- and outstream.
      - Fix potential memory leaks in mod_deflate on malformed data.  PR 16046.
    mod_ssl:
    Allow SSLMutex to select/use the full range of APR locking
    mechanisms available to it. Also, fix the bug that SSLMutex
    uses APR_LOCK_DEFAULT no matter what.  PR 8122
    mod_autoindex no longer forgets output format and enabled version
    sort in linked column headers.
    mod_rewrite:
      - Prevent endless loops of internal redirects in mod_rewrite by
    aborting after exceeding a limit of internal redirects. The
    limit defaults to 10 and can be changed using the
    RewriteOptions directive. PR 17462.
      - Allow "RewriteEngine Off" even if no "Options FollowSymlinks"
    (or SymlinksIfOwnermatch) is set. PR 12395.
    mod_ldap:
      - Updated mod_ldap and mod_auth_ldap to support the Novell LDAP
    SDK SSL and standardized the LDAP SSL support across the
    various LDAP SDKs.  Isolated the SSL functionality to
    mod_ldap rather than speading it across mod_auth_ldap and
    mod_ldap.  Also added LDAPTrustedCA and LDAPTrustedCAType
    directives to mod_ldap to allow for a more common method of
    specifying the SSL certificate.
      - fix fault when caching was disabled, and some memory leaks
      - Fix mod_ldap to open an existing shared memory file should
    one already exist. PR 12757.
      - Added character set support to mod_auth_LDAP to allow it to
    convert extended characters used in the user ID to UTF-8
    before authenticating against the LDAP directory. The new
    directive AuthLDAPCharsetConfig is used to specify the config
    file that contains the character set conversion table.
    mod_ssl:
      - Fixed mod_ssl's SSLCertificateChain initialization to no
    longer skip the first cert of the chain by default.  This
    misbehavior was introduced in 2.0.34.  PR 14560
      - Fix 64-bit problem in mod_ssl input logic.
    mod_proxy:
      - Hook mod_proxy's fixup before mod_rewrite's fixup, so that by
    mod_rewrite proxied URLs will not be escaped accidentally by
    mod_proxy's fixup. PR 16368
      - Don't remove the Content-Length from responses in mod_proxy PR: 8677
    mod_auth_digest no longer tries to guess AuthDigestDomain, if it's
    not specified. Now it assumes "/" as already documented. PR 16937.
    mod_file_cache: fix segfaults
  - improve the start/restart section of the init script, and add a
    ssl_scache_cleanup script
  - understand a syntax like -DSTATUS, as described in the sysconfig
    file help text (bug noted in #25404]
  - don't package the *.exp files, as they are needed only on AIX
  - fix filelist for usage of %dir for files
  - fix the cosmetical but irritating "Inappropriate ioctl for
    device" error message, when rcapache2 is called from within YaST
  - remove the unused /etc/apache2/modules directory from the package
  - remove the now unused --enable-experimental-libtool
  - fix to build with libtool-1.5
* Wed Apr 09 2003 - ro@suse.de
  - fix deprecated head/tail call syntax "-1"
* Mon Mar 17 2003 - kukuk@suse.de
  - Remove suse_help_viewer from provides [Bug #25436]
* Thu Mar 13 2003 - poeml@suse.de
  - security fix: do not write the startup log file to a world
    writable directory, reversing the change of Jan 23 (wasn't in any
    released package) [#25239]
* Mon Mar 10 2003 - poeml@suse.de
  - change permissions of /var/log/apache2 from wwwrun:root mode 770
    to root:root mode 750 [#24951]
  - fix wrong list() in sysconfig.apache2 [#24719], and add a missing
    default value
* Mon Mar 03 2003 - kukuk@suse.de
  - Remove ghost entry for pid file [Bug #24566]
* Thu Feb 27 2003 - poeml@suse.de
  - use the official MIME types, which are more complete [#23988]
* Mon Feb 24 2003 - poeml@suse.de
  - don't include log files into the package, and don't touch them in
    %post; it's not needed
  - fix comment in httpd.conf talking about SuSEconfig
  - adjust some variable types in the sysconfig template
* Tue Feb 18 2003 - poeml@suse.de
  - apache2 Makefiles do support DESTDIR now, so let's use that
    instead of the explicit paths (fixes a wrong path in
    config_vars.mk [#23699]).  Some files (*.exp, libapr*) are
    automatically installed in the right location now.
* Fri Feb 14 2003 - poeml@suse.de
  - fix configuration script to find apache modules on 64 bit archs
  - mark ssl.conf (noreplace)
* Mon Feb 10 2003 - poeml@suse.de
  - add mod_ldap, mod_auth_ldap, but link only them against the LDAP
    libs. Likewise, do not link everything against ssl libs. This way
    we can avoid RPM package (and build) requirements on a lot of
    libs for subversion and other packages that build on apache.
  - move more code from SuSEconfig into rcapache2 (actually into
    support scripts below /usr/share/apache2/, so apache2 can be
    configured without starting it)
  - improve full-server-status once again
  - remove suse_loadmodule.conf from filelist
  - remove obsolete README.modules
  - rename LOADMODULES -> APACHE_MODULES
  - add APACHE_BUFFERED_LOGS
  - update README.SuSE
* Tue Jan 28 2003 - poeml@suse.de
  - rc.apache2
    - add extreme-configtest (trying to run server as nobody, which
    detects _all_ config errors)
    - evaluate LOADMODULES from sysconfig.apache2 on-the-fly from
    rcapache2 instead of SuSEconfig
    - when restarting, do something useful instead of 'sleep 3': wait
    just as long until the server has terminated all children
* Sun Jan 26 2003 - poeml@suse.de
  - build mod_logio, mod_case_filter, mod_case_filter_in
  - rename apr subpackage to libapr0 (the library is called libapr-0
    meanwhile). add compatibility links named (libapr{,util}.so.0)
  - configure SSL session caching with shm circular buffer
    SSLSessionCache         shm:/var/lib/httpd/ssl_scache
    SSLSessionCacheTimeout  600
    SSLMutex  sem
  - SuSEconfig.apache2: prefer prefork MPM over worker, if guessing
  - strip objects
  - rename gensslcert2 to gensslcert
  - show a list all available modules in /etc/sysconfig/apache2
  - nicer output of apache2ctl
  - reorder Requires
* Thu Jan 23 2003 - poeml@suse.de
  - update to 2.0.44
  - obsoletes patch httpd-2.0.43-mod_ssl-memory-leak.dif
  - the apachectl and httpd man pages have been dropped upstreams
  - add robots.txt to the example-pages subpackage that blocks spiders
  - disable the perchild MPM
  - disable httpd-2.0.36-64bit.dif
  - rename apachectl2 to apache2ctl
  - write the startup log to /var/tmp instead of /var/log/apache2
* Sun Jan 12 2003 - poeml@suse.de
  - fix last fix (rpm macro before hash wasn't expanded)
* Fri Jan 10 2003 - poeml@suse.de
  - fix lib64 path in SuSEconfig
* Fri Jan 03 2003 - poeml@suse.de
  - fix typo in spec file, preventing replacement of @userdir@ in
    httpd.conf-std.in
* Wed Dec 18 2002 - poeml@suse.de
  - sysconfig.apache2:
    - add APACHE_SERVER_FLAGS variable
    - change default: APACHE_SERVERSIGNATURE=on to match apache deflt
    - add APACHE_CONF_INCLUDE_DIRS
    - drop bogus APACHE_ACCESS_SERVERINFO variable
    - adapt to our new sysconfig template
  - SuSEconfig.apache2:
    - understand LOADMODULES also if it is not an array [#21816]
    - be very flexible with regard to LOADMODULE input (e.g., say
    mod_php4 and it will find libphp4.so with ID php4_module)
    - also ignore *,v files
    - include APACHE_CONF_INCLUDE_DIRS
    - dump some files: suse_define.conf (not needed) & suse_text.conf
    (too much overhead)
  - rc.apache2:
    - implement most of apachectl's commands (graceful, configtest)
    - use server_flags from sysconfig.apache2
    - pass server flags like -DSTATUS from the command line through
    to httpd2
    - add commmands to show the server status
    - don't quit silently when no apache MPM is installed
    - handle ServerSignature and other stuff on the command line
    (save modifications to httpd.conf)
  - fix the /manual Alias that points to the documentation
  - configure /cgi-bin for cgi execution
  - configure /home/*/public_html for mod_userdir -- if it is loaded
  - configure internationalized error responses
  - fix apachectl2
  - add /etc/apache2/{,modules} to the filelist
  - add /etc/apache2/conf.d as drop-in directory for packages
  - hard code some more default paths into the executable
  - finally, run a test!
* Thu Dec 05 2002 - poeml@suse.de
  - move ap{r,u}-config* into the apr package, as well
  - add generic ap{r,u}-config
  - add %includedir to filelist
* Thu Dec 05 2002 - poeml@suse.de
  - more checks and warnings to SuSEconfig.apache2
  - shift APR files into the the apr package
  - try 1.136 revision of perchild.c
* Tue Dec 03 2002 - poeml@suse.de
  - add forgotten ssl.conf to the filelist (thanks, Robert)
  - add httpd-2.0.43-mod_ssl-memory-leak.dif
* Mon Oct 14 2002 - poeml@suse.de
  - update to 2.0.43, that fixes a Cross-Site Scripting bug (CVE:
    CAN-2002-0840)
* Mon Oct 07 2002 - poeml@suse.de
  - do not append a '2' suffix to the scripts included with the
    documentation
  - move error, icons and manual dir to /usr/share/apache2
  - fix nested array in SuSEconfig.apache2
  - let SuSEconfig pick one MPM that is installed. Do not default to
    "worker". [#20724]
* Thu Oct 03 2002 - poeml@suse.de
  - update to 2.0.42 (primarily a bug-fix release, including updates
    to the experimental caching module, the removal of several memory
    leaks, and fixes for several segfaults, one of which could have
    been used as a denial-of-service against mod_dav (VU#406121).)
  - increase flexibility of the spec file: build any set of MPMs,
    depending on RPM %defines. Improve the mechanism that merges the
    modules so it works with any number of MPMs.
  - use a "Server:" header that fits the product apache is built for
  - add an RPM dependency on the module magic number to the MPM
    subpackages
  - build the "leader/follower" MPM. On i686, enable nonportable but
    faster atomics for it.
  - use filelists for more flexibility. APRVARS ceased to exist.
    Don't add README* twice.
  - perchild: use AcceptMutex fcntl to prevent permission conflict as
    suggested in Apache Bugzilla #7921
  - remove mod_rewrite and mod_proxy from the default modules
  - build the mod_auth_digest module
* Mon Sep 09 2002 - poeml@suse.de
  - add patch that changes PLATFORM (as seen in the HTTP Server
    header) from "Unix" to "SuSE/Linux" [#18543]
  - add README.SuSE, explaining how to build modules with apxs2
  - fixed some paths in README.modules, put it into docdir and mark
    it as %doc
* Wed Aug 28 2002 - poeml@suse.de
  - new package, now building all three MPMs and putting all specific
    modules in specific directories. Branch a subpackage for each
    MPM, containing the server and MPM-specific modules.
  - branch apr package off, so apache2 doesn't need to be installed
    to have the libs. (apr is not released yet, that's why we build
    it here)
  - allow coexistence of apache1 by using directories named apache2
    or suffixed with "2"
  - allow building modules via apxs2 (for all server MPMs) --- or via
    apxs2-{worker,perchild,prefork} for a specific server MPM
  - add permissions.apache2 setting /usr/sbin/suexec2 to 4755
  - rewrite SuSEconfig.apache2 for apache 2.
  - add httpd-2.0.40-cache_util.c.diff that prevents a segfault in
    mod_proxy when given an invalid URL
  - branch apache2-example-pages off (docroot contents)
* Mon Aug 19 2002 - poeml@suse.de
  - actually use the new SuSE81 layout, and add SuSE81_64 layout
  - cleaned up httpd-2.0.36-conf.dif
  - fixed comment in SuSEconfig.apache
  - drop SuSEconfig subpackage
  - split main package and -devel package in three packages, one for
    each MPM...
    apache2       -> apache2-{worker,perchild,prefork}
    apache2-devel -> apache2-{worker,perchild,prefork}-devel
* Mon Aug 12 2002 - poeml@suse.de
  - bugfix update to 2.0.40
  - fix Requires of -devel subpackage
  - add variable to sysconfig.apache to switch off SuSEconfig.apache
  - add new layout SUSE81 to config.layout due to the moved server
    root (so the old SuSE6.1 can be kept for building on older
    distributions)
  - one of the lib64 path fixes could be removed, now included
    upstream
* Wed Aug 07 2002 - poeml@suse.de
  - put PreReq in an if-statement to allow building on older distris
  - relax the Requires
  - the apache_mmn macro had to be moved down in the spec file to be
    evaluated
  - libmm is not needed for building (and it is not threadsafe)
  - fix config.layout for the moved server root
* Fri Aug 02 2002 - poeml@suse.de
  - fix libdir in config.layout for lib64
* Fri Aug 02 2002 - poeml@suse.de
  - fix RPM Requires
* Thu Aug 01 2002 - poeml@suse.de
  - move datadir (i.e., ServerRoot) from /usr/local/httpd to /srv/www
  - drop obsolete README.SuSE
* Thu Aug 01 2002 - poeml@suse.de
  - spec file: use PreReq
  - don't delete SuSEconfig's md5 files in %post, that's no good
  - add apache.logrotate
  - provide the magic module number as executable script
    (/usr/lib/apache/MMN) and as RPM Provides, indicating API changes
  - mark httpd.conf noreplace
  - fix installbuilddir in config.layout, needed for apxs
* Sun Jul 14 2002 - poeml@suse.de
  - update to 2.0.39
  - drop obsolete moduledir and apxs patches
  - rc.apache INIT section: use X-UnitedLinux-Should-Start
* Wed Jul 03 2002 - ro@suse.de
  - rename to "apache2" again
* Tue Jun 11 2002 - ro@suse.de
  - get apxs to work:
    include needed files in devel package
    adapt some pathes in apxs
* Wed May 29 2002 - poeml@suse.de
  - update to 2.0.36
  - drop mod_ssl subpackage; mod_ssl is part of the apache bsae
    distribution now
  - RPM can be built as user now
  - SuSEconfig.apache: understand relative and absolute pathnames
  - disable experimental auth_digest_module

Files

W


Generated by rpm2html 1.8.1

Daniel Veillard, Mon Oct 6 04:39:11 2008