[apache2] branch master updated (0e26141 -> 8163d1b)

Stefan Fritsch sf at moszumanska.debian.org
Thu Oct 9 20:02:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

sf pushed a change to branch master
in repository apache2.

      from  0e26141   Fix a2query return codes for fail() conditions
       new  8163d1b   fix invalid 'local' in preinst

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                        |  55 ++-
 CMakeLists.txt                                 |   6 +-
 Makefile.in                                    |  10 +-
 README.platforms                               |  29 +-
 build/NWGNUtail.inc                            |   3 +-
 configure                                      |   6 +-
 configure.in                                   |   6 +-
 debian/apache2.preinst                         |   2 +-
 debian/changelog                               |   3 +
 docs/man/rotatelogs.8                          |  20 +-
 docs/manual/convenience.map                    |   6 +
 docs/manual/developer/modguide.html.en         |   2 +-
 docs/manual/expr.html.en                       |   6 +-
 docs/manual/expr.html.fr                       |  12 +-
 docs/manual/mod/core.html.de                   |  14 +
 docs/manual/mod/core.html.en                   |  20 +
 docs/manual/mod/core.html.es                   |  14 +
 docs/manual/mod/core.html.fr                   |  25 +
 docs/manual/mod/core.html.ja.utf8              |  14 +
 docs/manual/mod/core.html.tr.utf8              |  14 +
 docs/manual/mod/directives.html.de             |   1 +
 docs/manual/mod/directives.html.en             |   1 +
 docs/manual/mod/directives.html.es             |   1 +
 docs/manual/mod/directives.html.fr             |   1 +
 docs/manual/mod/directives.html.ja.utf8        |   1 +
 docs/manual/mod/directives.html.ko.euc-kr      |   1 +
 docs/manual/mod/directives.html.tr.utf8        |   1 +
 docs/manual/mod/directives.html.zh-cn.utf8     |   1 +
 docs/manual/mod/mod_authn_core.html.en         |   2 +
 docs/manual/mod/mod_authn_core.html.fr         |   4 +
 docs/manual/mod/mod_authnz_fcgi.html.en        |   5 +-
 docs/manual/mod/mod_cgid.html.fr               |  25 +-
 docs/manual/mod/mod_deflate.html.fr            |  56 ++-
 docs/manual/mod/mod_ldap.html.fr               |  20 +-
 docs/manual/mod/mod_log_config.html.en         |   6 +
 docs/manual/mod/mod_log_config.html.fr         |   6 +
 docs/manual/mod/mod_log_config.html.tr.utf8    |   1 +
 docs/manual/mod/mod_rewrite.html.fr            | 135 +++---
 docs/manual/mod/mod_ssl.html.en                |   1 +
 docs/manual/mod/mod_ssl.html.fr                |   7 +-
 docs/manual/mod/quickreference.html.de         | 603 ++++++++++++------------
 docs/manual/mod/quickreference.html.en         | 601 ++++++++++++------------
 docs/manual/mod/quickreference.html.es         | 601 ++++++++++++------------
 docs/manual/mod/quickreference.html.fr         | 625 +++++++++++++------------
 docs/manual/mod/quickreference.html.ja.utf8    | 587 +++++++++++------------
 docs/manual/mod/quickreference.html.ko.euc-kr  | 597 +++++++++++------------
 docs/manual/mod/quickreference.html.tr.utf8    | 605 ++++++++++++------------
 docs/manual/mod/quickreference.html.zh-cn.utf8 | 601 ++++++++++++------------
 docs/manual/programs/rotatelogs.html.en        |  18 +-
 docs/manual/programs/rotatelogs.html.fr        |  18 +-
 docs/manual/programs/rotatelogs.html.tr.utf8   |   1 +
 docs/manual/rewrite/advanced.html.en           | 157 +------
 docs/manual/rewrite/advanced.html.fr           | 159 +------
 docs/manual/rewrite/rewritemap.html.fr         |   2 +-
 docs/manual/style/version.ent                  |   2 +-
 docs/manual/vhosts/name-based.html.en          |   2 +-
 docs/manual/vhosts/name-based.html.fr          |   2 +-
 docs/manual/vhosts/name-based.html.tr.utf8     |   1 +
 include/ap_config_layout.h.in                  |   1 +
 include/ap_mmn.h                               |   3 +-
 include/http_connection.h                      |   6 +-
 include/http_core.h                            |   4 +
 include/httpd.h                                |   7 +-
 include/util_md5.h                             |  30 +-
 include/util_varbuf.h                          | 132 +++---
 include/util_xml.h                             |   7 +-
 modules/aaa/mod_auth_basic.c                   |   4 +-
 modules/aaa/mod_auth_form.c                    |   8 +-
 modules/aaa/mod_authnz_fcgi.c                  |   2 +-
 modules/aaa/mod_authz_core.c                   |   9 +-
 modules/arch/netware/mod_nw_ssl.c              |   2 +-
 modules/arch/win32/mod_isapi.c                 |  24 +-
 modules/cache/cache_util.c                     |  10 +-
 modules/core/mod_so.c                          |   4 +-
 modules/core/mod_watchdog.h                    |   6 +-
 modules/database/mod_dbd.c                     |   7 +-
 modules/filters/mod_include.c                  |  14 +-
 modules/filters/mod_ratelimit.c                |   4 +-
 modules/filters/mod_xml2enc.c                  |   9 +-
 modules/generators/mod_autoindex.c             |   2 +-
 modules/http/byterange_filter.c                |   6 +-
 modules/http/http_filters.c                    |  65 ++-
 modules/http/http_request.c                    |   4 +
 modules/loggers/mod_log_config.c               |  29 +-
 modules/lua/lua_apr.c                          |   4 +-
 modules/lua/lua_request.c                      |  10 +-
 modules/lua/mod_lua.c                          |  10 +-
 modules/proxy/mod_proxy.c                      |   6 +-
 modules/proxy/mod_proxy_fcgi.c                 |   6 +-
 modules/proxy/mod_proxy_ftp.c                  |   8 +-
 modules/proxy/mod_proxy_http.c                 |  30 ++
 modules/proxy/mod_proxy_wstunnel.c             |  25 +-
 modules/ssl/ssl_engine_init.c                  |   2 +-
 modules/ssl/ssl_engine_vars.c                  |   2 +-
 os/bs2000/os.c                                 |   4 +-
 os/unix/unixd.c                                |   4 +-
 server/config.c                                |   4 -
 server/core.c                                  |  17 +-
 server/core_filters.c                          |  18 +-
 server/mpm/netware/mpm_netware.c               |   2 +-
 server/mpm_unix.c                              |   2 +-
 server/protocol.c                              |  14 +-
 server/util.c                                  |  14 +-
 server/util_expr_eval.c                        |   2 +-
 server/util_fcgi.c                             |   4 +-
 server/util_script.c                           |   6 +-
 support/Makefile.in                            |  12 +-
 support/apxs.in                                | 133 ++----
 support/envvars-std.in                         |   7 -
 support/htdigest.c                             |   2 +-
 support/suexec.c                               |  17 +-
 111 files changed, 3203 insertions(+), 3286 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list