[apache2] branch upstream updated (f797133 -> 85aea01)

Ondřej Surý ondrej at debian.org
Tue Oct 24 18:36:26 UTC 2017


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

ondrej pushed a change to branch upstream
in repository apache2.

      from  f797133   Imported Upstream version 2.4.27
       new  85aea01   New upstream version 2.4.29

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:
 .gdbinit                                           | 128 ++-
 Apache-apr2.dsw                                    |  30 -
 Apache.dsw                                         |  18 -
 CHANGES                                            |  96 ++-
 LICENSE                                            |  45 -
 Makefile.in                                        |  40 +-
 acinclude.m4                                       |  18 +-
 build/config_vars.sh.in                            |   2 +
 buildconf                                          | 157 +++-
 configure                                          | 931 +++++++++++++++++----
 configure.in                                       |  31 +-
 docs/conf/mime.types                               |  10 +-
 docs/manual/caching.html.fr                        |   4 +-
 docs/manual/howto/access.html.en                   |   2 +-
 docs/manual/howto/access.html.es                   |   4 +
 docs/manual/howto/access.html.fr                   |   2 +-
 docs/manual/images/feather.png                     | Bin 6090 -> 21145 bytes
 docs/manual/index.html.en                          |   1 +
 docs/manual/index.html.es                          |   4 +
 docs/manual/index.html.fr                          |   2 +
 docs/manual/index.html.tr.utf8                     |   1 +
 docs/manual/mod/core.html.en                       |  28 +-
 docs/manual/mod/core.html.fr                       |  32 +-
 docs/manual/mod/core.html.tr.utf8                  |  19 +-
 docs/manual/mod/mod_autoindex.html.tr.utf8         |  11 +-
 docs/manual/mod/mod_proxy.html.en                  |  39 +-
 docs/manual/mod/mod_proxy.html.fr                  |  53 +-
 docs/manual/mod/mod_proxy_balancer.html.en         |   4 +
 docs/manual/mod/mod_proxy_balancer.html.fr         |   4 +
 docs/manual/mod/mod_proxy_express.html.en          |   4 +
 docs/manual/mod/mod_proxy_express.html.fr          |   4 +
 docs/manual/mod/mod_proxy_fcgi.html.en             |   5 +-
 docs/manual/mod/mod_proxy_fcgi.html.fr             |  10 +-
 docs/manual/mod/mod_proxy_wstunnel.html.en         |   4 +-
 docs/manual/mod/mod_reqtimeout.html.fr             |   2 +-
 docs/manual/mod/mpm_common.html.en                 |  21 +
 docs/manual/mod/mpm_common.html.fr                 |  26 +
 docs/manual/mod/mpm_common.html.tr.utf8            |   1 +
 .../debugging.html => mod/overrides.html}          |   2 +-
 docs/manual/mod/overrides.html.en                  | 767 +++++++++++++++++
 docs/manual/mod/quickreference.html.en             |   2 +-
 docs/manual/mod/quickreference.html.fr             |   2 +-
 docs/manual/mod/quickreference.html.ko.euc-kr      |   2 +-
 docs/manual/mod/quickreference.html.zh-cn.utf8     |   2 +-
 docs/manual/rewrite/flags.html.en                  |   2 +-
 docs/manual/rewrite/flags.html.fr                  |   2 +-
 docs/manual/rewrite/rewritemap.html.en             |   7 +-
 docs/manual/rewrite/rewritemap.html.fr             |   2 +
 docs/manual/sitemap.html.en                        |   1 +
 docs/manual/sitemap.html.es                        |   4 +
 docs/manual/sitemap.html.fr                        |   2 +
 docs/manual/sitemap.html.tr.utf8                   |   1 +
 docs/manual/style/css/manual.css                   |   6 +
 docs/manual/style/modulesynopsis.dtd               |   8 +
 docs/manual/style/scripts/prettify.js              |   2 +-
 docs/manual/style/scripts/prettify.min.js          |   2 +-
 docs/manual/style/version.ent                      |   2 +-
 httpd.spec                                         |   2 +-
 include/ap_release.h                               |   2 +-
 libhttpd.dsp                                       |  29 +
 libhttpd.mak                                       |  37 +-
 modules/aaa/mod_authz_dbd.c                        |  10 +-
 modules/core/mod_watchdog.c                        |  20 +-
 modules/dav/main/mod_dav.c                         |  15 +-
 modules/generators/mod_cgi.c                       |   5 -
 modules/generators/mod_cgid.c                      |   5 -
 modules/http2/config2.m4                           |  18 +-
 modules/http2/h2_bucket_beam.c                     | 346 ++++----
 modules/http2/h2_bucket_beam.h                     |  19 +-
 modules/http2/h2_mplx.c                            |  11 -
 modules/http2/h2_stream.c                          |  46 +-
 modules/http2/h2_task.c                            |  71 +-
 modules/http2/h2_util.c                            |  81 +-
 modules/http2/h2_util.h                            |   9 -
 modules/http2/h2_version.h                         |   4 +-
 modules/http2/h2_workers.c                         |   2 +
 modules/mappers/mod_rewrite.c                      |  22 +-
 modules/mappers/mod_speling.c                      |   8 +-
 modules/metadata/mod_unique_id.c                   | 150 +---
 modules/proxy/balancers/mod_lbmethod_bybusyness.c  |   3 +-
 modules/proxy/balancers/mod_lbmethod_byrequests.c  |   3 +-
 modules/proxy/balancers/mod_lbmethod_bytraffic.c   |   3 +-
 modules/proxy/balancers/mod_lbmethod_heartbeat.c   |   3 +-
 modules/proxy/mod_proxy.c                          |  21 +-
 modules/proxy/mod_proxy.h                          |   1 +
 modules/proxy/mod_proxy_balancer.c                 |  37 +-
 modules/proxy/mod_proxy_hcheck.c                   |  36 +-
 modules/proxy/mod_proxy_wstunnel.c                 |  11 +-
 modules/proxy/proxy_util.c                         |   2 +-
 modules/ssl/mod_ssl.c                              |  10 +-
 modules/ssl/ssl_engine_init.c                      |  10 +-
 modules/ssl/ssl_engine_io.c                        |   8 +-
 modules/ssl/ssl_engine_kernel.c                    |   4 +-
 modules/ssl/ssl_engine_vars.c                      |   2 +-
 modules/ssl/ssl_private.h                          |  29 +-
 modules/ssl/ssl_util.c                             |   8 +-
 modules/ssl/ssl_util_ssl.h                         |   2 +-
 server/config.c                                    |   4 +-
 server/core.c                                      |  30 +-
 server/listen.c                                    |  50 +-
 server/log.c                                       |  36 +-
 server/main.c                                      |  25 +-
 server/mpm/event/event.c                           | 718 ++++++++++------
 server/mpm/prefork/prefork.c                       |  10 +
 server/protocol.c                                  | 100 ++-
 server/util.c                                      |   3 +-
 server/util_expr_eval.c                            |  18 +-
 support/ab.c                                       |  12 +-
 support/htdigest.c                                 |  24 +-
 109 files changed, 3404 insertions(+), 1342 deletions(-)
 copy docs/manual/{developer/debugging.html => mod/overrides.html} (81%)
 create mode 100644 docs/manual/mod/overrides.html.en

-- 
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