[apache2] branch master updated (3047967 -> e744e03)

Stefan Fritsch sf at moszumanska.debian.org
Sun Jul 16 09:06:51 UTC 2017


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

sf pushed a change to branch master
in repository apache2.

      from  3047967   upgrade to 2.4.26
       new  f797133   Imported Upstream version 2.4.27
       new  16f6fe6   Merge branch 'upstream'
       new  083ed59   Changelog for 2.4.27
       new  7ac5f32   Switch to openssl 1.1
       new  e744e03   Release 2.4.27-1

The 5 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                             |  73 ++++-
 build/rpm/httpd.spec.in             |   1 +
 configure                           | 550 +++---------------------------------
 debian/changelog                    |   9 +-
 debian/control                      |   4 +-
 docs/manual/howto/http2.html.fr     |   8 +-
 docs/manual/mod/core.html.en        |  11 +-
 docs/manual/mod/core.html.fr        |   7 +-
 docs/manual/mod/mod_rewrite.html.fr |   2 -
 docs/manual/style/version.ent       |   2 +-
 httpd.spec                          |   3 +-
 include/ap_release.h                |   2 +-
 modules/aaa/mod_auth_digest.c       |   6 +-
 modules/aaa/mod_authnz_ldap.c       |   4 +
 modules/cache/mod_cache_socache.c   |  21 +-
 modules/http/http_protocol.c        |   6 +-
 modules/http2/h2_conn.c             |  21 +-
 modules/http2/h2_conn.h             |   3 +-
 modules/http2/h2_mplx.c             |  58 ++--
 modules/http2/h2_mplx.h             |   4 +-
 modules/http2/h2_session.c          |   7 +-
 modules/http2/h2_stream.c           |  14 +-
 modules/http2/h2_switch.c           |   8 +
 modules/http2/h2_util.c             | 425 +++++++++++++++++++++++-----
 modules/http2/h2_util.h             |  68 ++++-
 modules/http2/h2_version.h          |   2 +-
 modules/http2/h2_workers.c          |   7 +-
 modules/http2/mod_http2.c           |  12 +
 modules/lua/README                  |   3 +
 modules/lua/config.m4               |  38 +--
 modules/lua/lua_apr.c               |   4 +
 modules/lua/lua_config.c            |   4 +-
 modules/lua/lua_request.c           |  20 +-
 modules/lua/mod_lua.c               |   6 +-
 modules/lua/mod_lua.h               |  18 +-
 modules/mappers/mod_negotiation.c   |  11 +-
 modules/proxy/mod_proxy_fcgi.c      |  32 ---
 server/protocol.c                   |  15 +-
 server/request.c                    |   6 +-
 support/htdigest.c                  |   2 +-
 support/htpasswd.c                  |   2 +-
 41 files changed, 719 insertions(+), 780 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