[apache2] branch master updated (094ec23 -> a304222)

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


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

ondrej pushed a change to branch master
in repository apache2.

      from  094ec23   Replace outdated dh-systemd dependency
       new  b709abf   New upstream version 2.4.29
       new  8ad6d33   Refresh quilt patches
       new  dc30ac8   Add mod_ssl_md patch needed for libapache2-mod-md (Closes: #877343)
       new  8bc7271   Refresh patches on top of upstream release 2.4.29
       new  b85d6b5   Fix Apache crash on restarts (ASF Bug 61558)
       new  a83870f   Add deconfigure to the list of recognized scripts (Closes: #877524)
       new  4324bac   Update changelog for 2.4.29-1 release
       new  18b367c   Add myself to Uploaders
       new  a304222   Bump required version of apr/apr-util to 1.6.0 (Closes: #879634)

The 9 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 +-
 debian/changelog                                   |  13 +-
 debian/control                                     |   4 +-
 debian/debhelper/apache2-maintscript-helper        |   2 +-
 ...-hooks-cleanup-on-exit-v3-2.4.x-for-bug-6.patch | 228 +++++
 debian/patches/CVE-2017-9798.diff                  |   8 +-
 debian/patches/build_suexec-custom.patch           |   2 +-
 debian/patches/fhs_compliance.patch                |  12 +-
 debian/patches/mod_ssl_md-2.4.x-v5.diff            | 269 ++++++
 debian/patches/no_LD_LIBRARY_PATH.patch            |   4 +-
 debian/patches/reproducible_builds.diff            |   4 -
 debian/patches/series                              |   3 +-
 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 +
 .../{developer/API.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 +-
 120 files changed, 3925 insertions(+), 1370 deletions(-)
 create mode 100644 debian/patches/0011-Signals-and-hooks-cleanup-on-exit-v3-2.4.x-for-bug-6.patch
 create mode 100644 debian/patches/mod_ssl_md-2.4.x-v5.diff
 copy docs/manual/{developer/API.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