You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@apache.org on 2018/10/10 19:16:16 UTC

svn commit: r29996 - /dev/httpd/

Author: druggeri
Date: Wed Oct 10 19:16:16 2018
New Revision: 29996

Log:
Add 2.4.36 files

Added:
    dev/httpd/CHANGES_2.4.36
    dev/httpd/httpd-2.4.36-deps.tar.bz2   (with props)
    dev/httpd/httpd-2.4.36-deps.tar.bz2.asc
    dev/httpd/httpd-2.4.36-deps.tar.bz2.md5
    dev/httpd/httpd-2.4.36-deps.tar.bz2.sha1
    dev/httpd/httpd-2.4.36-deps.tar.bz2.sha256
    dev/httpd/httpd-2.4.36-deps.tar.gz   (with props)
    dev/httpd/httpd-2.4.36-deps.tar.gz.asc
    dev/httpd/httpd-2.4.36-deps.tar.gz.md5
    dev/httpd/httpd-2.4.36-deps.tar.gz.sha1
    dev/httpd/httpd-2.4.36-deps.tar.gz.sha256
    dev/httpd/httpd-2.4.36.tar.bz2   (with props)
    dev/httpd/httpd-2.4.36.tar.bz2.asc
    dev/httpd/httpd-2.4.36.tar.bz2.md5
    dev/httpd/httpd-2.4.36.tar.bz2.sha1
    dev/httpd/httpd-2.4.36.tar.bz2.sha256
    dev/httpd/httpd-2.4.36.tar.gz   (with props)
    dev/httpd/httpd-2.4.36.tar.gz.asc
    dev/httpd/httpd-2.4.36.tar.gz.md5
    dev/httpd/httpd-2.4.36.tar.gz.sha1
    dev/httpd/httpd-2.4.36.tar.gz.sha256
Modified:
    dev/httpd/Announcement2.4.html
    dev/httpd/Announcement2.4.txt

Modified: dev/httpd/Announcement2.4.html
==============================================================================
--- dev/httpd/Announcement2.4.html (original)
+++ dev/httpd/Announcement2.4.html Wed Oct 10 19:16:16 2018
@@ -49,7 +49,7 @@
 <div class="banner"></div>
 
 <h1>
-                       Apache HTTP Server 2.4.35 Released
+                       Apache HTTP Server 2.4.36 Released
 </h1>
 <p>
    September 21, 2018
@@ -57,7 +57,7 @@
 <p>
    The Apache Software Foundation and the Apache HTTP Server Project are
    pleased to <a href="https://www.apache.org/dist/httpd/Announcement2.4.html">announce</a>
-   the release of version 2.4.35 of the Apache
+   the release of version 2.4.36 of the Apache
    HTTP Server ("Apache").  This version of Apache is our latest GA
    release of the new generation 2.4.x branch of Apache HTTPD and
    represents fifteen years of innovation by the project, and is
@@ -69,7 +69,7 @@
    encourage users of all prior versions to upgrade.
 </p>
 <p>
-   Apache HTTP Server 2.4.35 is available for download from:
+   Apache HTTP Server 2.4.36 is available for download from:
 </p>
 <dl>
   <dd><a href="https://httpd.apache.org/download.cgi"
@@ -77,7 +77,7 @@
 </dl>
 <p>
    Please see the <a href="./CHANGES_2.4">CHANGES_2.4</a> file, linked from the download page, for a
-   full list of changes.  A condensed list, <a href="./CHANGES_2.4.35">CHANGES_2.4.35</a> includes only
+   full list of changes.  A condensed list, <a href="./CHANGES_2.4.36">CHANGES_2.4.36</a> includes only
    those changes introduced since the prior 2.4 release.  A summary of all 
    of the security vulnerabilities addressed in this and earlier releases 
    is available:

Modified: dev/httpd/Announcement2.4.txt
==============================================================================
--- dev/httpd/Announcement2.4.txt (original)
+++ dev/httpd/Announcement2.4.txt Wed Oct 10 19:16:16 2018
@@ -1,9 +1,9 @@
-                Apache HTTP Server 2.4.35 Released
+                Apache HTTP Server 2.4.36 Released
 
    September 21, 2018
 
    The Apache Software Foundation and the Apache HTTP Server Project
-   are pleased to announce the release of version 2.4.35 of the Apache
+   are pleased to announce the release of version 2.4.36 of the Apache
    HTTP Server ("Apache").  This version of Apache is our latest GA
    release of the new generation 2.4.x branch of Apache HTTPD and
    represents fifteen years of innovation by the project, and is
@@ -13,7 +13,7 @@
    We consider this release to be the best version of Apache available, and
    encourage users of all prior versions to upgrade.
 
-   Apache HTTP Server 2.4.35 is available for download from:
+   Apache HTTP Server 2.4.36 is available for download from:
 
      http://httpd.apache.org/download.cgi
 
@@ -24,7 +24,7 @@
      http://httpd.apache.org/docs/trunk/new_features_2_4.html
 
    Please see the CHANGES_2.4 file, linked from the download page, for a
-   full list of changes. A condensed list, CHANGES_2.4.35 includes only
+   full list of changes. A condensed list, CHANGES_2.4.36 includes only
    those changes introduced since the prior 2.4 release.  A summary of all 
    of the security vulnerabilities addressed in this and earlier releases 
    is available:

Added: dev/httpd/CHANGES_2.4.36
==============================================================================
--- dev/httpd/CHANGES_2.4.36 (added)
+++ dev/httpd/CHANGES_2.4.36 Wed Oct 10 19:16:16 2018
@@ -0,0 +1,63 @@
+                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.4.36
+
+  *) mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified
+     responses. Regression introduced in 2.4.35.
+
+  *) mod_proxy_scgi, mod_proxy_uwsgi: improve error handling when sending the
+     body of the response. [Jim Jagielski]
+
+  *) mod_http2: adding defensive code for stream EOS handling, in case the request handler
+     missed to signal it the normal way (eos buckets). Addresses github issues 
+     https://github.com/icing/mod_h2/issues/164, https://github.com/icing/mod_h2/issues/167
+     and https://github.com/icing/mod_h2/issues/170. [Stefan Eissing] 
+
+  *) ab: Add client certificate support. [Graham Leggett]
+
+  *) ab: Disable printing temp key for OpenSSL before
+     version 1.0.2. SSL_get_server_tmp_key is not available
+     there. [Rainer Jung]
+
+  *) mod_ssl: Fix a regression that the configuration settings for verify mode
+     and verify depth were taken from the frontend connection in case of
+     connections by the proxy to the backend. PR 62769. [Ruediger Pluem]
+
+  *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
+     before signals handling to avoid lifetime issues on restart or shutdown.
+     PR 62658. [Yann Ylavic]
+
+  *) mod_ssl: Add support for OpenSSL 1.1.1 and TLSv1.3.  TLSv1.3 has
+     behavioural changes compared to v1.2 and earlier; client and
+     configuration changes should be expected.  SSLCipherSuite is
+     enhanced for TLSv1.3 ciphers, but applies at vhost level only.
+     [Stefan Eissing, Yann Ylavic, Ruediger Pluem, Joe Orton]
+
+  *) mod_auth_basic: Be less tolerant when parsing the credencial. Only spaces
+     should be accepted after the authorization scheme. \t are also tolerated.
+     [Christophe Jaillet]
+
+  *) mod_proxy_hcheck: Fix issues with interval determination. PR 62318
+     [Jim Jagielski]
+
+  *) mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499
+     [Dominik Stillhard <dominik.stillhard united-security-providers.ch>]
+
+  *) mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
+     [Jim Jagielski]
+
+  *) mod_status, mod_echo: Fix the display of client addresses.
+    They were truncated to 31 characters which is not enough for IPv6 addresses.
+    This is done by deprecating the use of the 'client' field and using
+    the new 'client64' field in worker_score.
+    PR 54848 [Bernhard Schmidt <berni birkenwald de>, Jim Jagielski]
+
+  [Apache 2.3.0-dev includes those bug fixes and changes with the
+   Apache 2.2.xx tree as documented, and except as noted, below.]
+
+Changes with Apache 2.2.x and later:
+
+  *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
+
+Changes with Apache 2.0.x and later:
+
+  *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup

Added: dev/httpd/httpd-2.4.36-deps.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.36-deps.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.36-deps.tar.bz2.asc
==============================================================================
--- dev/httpd/httpd-2.4.36-deps.tar.bz2.asc (added)
+++ dev/httpd/httpd-2.4.36-deps.tar.bz2.asc Wed Oct 10 19:16:16 2018
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJbvk9IAAoJEJleNSIa2E3/kV8IAKxettY6Axov5sJ6ffdomaVu
+8/hOrGXKgPkrekxwie63Gmi4bD2ofNm1sN028zvuAhFsPigoiL2Nu+wHJB8e231e
+C1Z1CRvzVfXXEqlnin4NO1ScsXuGaT/Axm+XXybLEjLaZPb3voMAfatsxAYMx1pM
+1nhHgWzbrBmiNrX+dnTVIUkSAcNy3Lnzqbkzog420wdvhh8/Ze8L83NDBgeX0w62
+SXvccKuqlOK1DElAFHvq8wBC+391Izp3M4oIb75klS7JYxsYhZnhhvSzcd0m4dQG
+c4bGLOAzuzBJRF5xl+h9mCPKpNdjztA75EYI7UyXHanj6G/ClaldiO/KdxX+HP0=
+=XD9Y
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.36-deps.tar.bz2.md5
==============================================================================
--- dev/httpd/httpd-2.4.36-deps.tar.bz2.md5 (added)
+++ dev/httpd/httpd-2.4.36-deps.tar.bz2.md5 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+6b865de1ad33d82924b0a350ed139b6b *httpd-2.4.36-deps.tar.bz2

Added: dev/httpd/httpd-2.4.36-deps.tar.bz2.sha1
==============================================================================
--- dev/httpd/httpd-2.4.36-deps.tar.bz2.sha1 (added)
+++ dev/httpd/httpd-2.4.36-deps.tar.bz2.sha1 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+1e92347698d77e426028e6bc9a03df8ed77e417e *httpd-2.4.36-deps.tar.bz2

Added: dev/httpd/httpd-2.4.36-deps.tar.bz2.sha256
==============================================================================
--- dev/httpd/httpd-2.4.36-deps.tar.bz2.sha256 (added)
+++ dev/httpd/httpd-2.4.36-deps.tar.bz2.sha256 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+a13c9dbde68871d11e03fcacaded9b6ed979668ca71e091dfb093df3f4a71ca9 *httpd-2.4.36-deps.tar.bz2

Added: dev/httpd/httpd-2.4.36-deps.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.36-deps.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.36-deps.tar.gz.asc
==============================================================================
--- dev/httpd/httpd-2.4.36-deps.tar.gz.asc (added)
+++ dev/httpd/httpd-2.4.36-deps.tar.gz.asc Wed Oct 10 19:16:16 2018
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJbvk9FAAoJEJleNSIa2E3/hlgIAIseCeQNpqtQeAt9u+dXfE+W
+qwbecKNnjtPfdgXoEQ1sfrcF7L9KRBaNKU5YaoSMrh2WaGJWH2kfYjjCtzLOzIjs
+tA1fuxDyhOWxGz6BDae31aogGYTcw52J+AzLZY0EmffYWv2163JBniHa6EMYjAsZ
+kzfoc6lk4xoIK++Z9OVG7Qy60w9kh3+OcJyq052355l3hxZ9SaLInGh1AmidbAFx
+Se5h6LD0WhdseLBzPXCLX4H2QcobHGz4yMTDeyB2fKgYVxCV+r+mJisGOp5vi+up
+yudUhINjBw7Z61SpzCwL3PZoYpTFKvNyDBlbyePdiKW0/xd894eu1G57zuwE2Qg=
+=kP3F
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.36-deps.tar.gz.md5
==============================================================================
--- dev/httpd/httpd-2.4.36-deps.tar.gz.md5 (added)
+++ dev/httpd/httpd-2.4.36-deps.tar.gz.md5 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+6786f2598054d7db20315fc7d9727847 *httpd-2.4.36-deps.tar.gz

Added: dev/httpd/httpd-2.4.36-deps.tar.gz.sha1
==============================================================================
--- dev/httpd/httpd-2.4.36-deps.tar.gz.sha1 (added)
+++ dev/httpd/httpd-2.4.36-deps.tar.gz.sha1 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+0322ce26f4886fdcfd3caa77e8eec4f0406cc18f *httpd-2.4.36-deps.tar.gz

Added: dev/httpd/httpd-2.4.36-deps.tar.gz.sha256
==============================================================================
--- dev/httpd/httpd-2.4.36-deps.tar.gz.sha256 (added)
+++ dev/httpd/httpd-2.4.36-deps.tar.gz.sha256 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+ce2c6fe5fc98de1a17a281583f19cd5e622a604e00dedaefe3422c6f1b71a091 *httpd-2.4.36-deps.tar.gz

Added: dev/httpd/httpd-2.4.36.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.36.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.36.tar.bz2.asc
==============================================================================
--- dev/httpd/httpd-2.4.36.tar.bz2.asc (added)
+++ dev/httpd/httpd-2.4.36.tar.bz2.asc Wed Oct 10 19:16:16 2018
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJbvk9BAAoJEJleNSIa2E3/70IH/0O/VGKWFo7GDkJK+z86lAJE
+At+JjUOcfSzdbplrGjMP2MjKjU4uYZsEreQq9gdo8L3w2HrnRGhQjF/NZ2oaOZXo
+2APiVzPqCgVtr4JiEnDgsEtfdoks6L/nFgNwpjOE0T8L+XeTZazSqgium9fzUFcH
+dj+tnPPVz0cVXW6Myvx3dd2z1h/i0sWnGEAnyPiUnCBsVIksm4rK5KmROR1RHv2j
+Jd8YphIVOhLR/UCQocaQfy7/8WrTKaAp7S2CyZPGRtDTVGDg75GIbGlkdXWYrg6o
+nwrLrZ5h2ImcRG8e7jCUdvtueI2PN+JOSPnV8owM7J3k/xS7YqZ+GWWJA3iLVyM=
+=qTC4
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.36.tar.bz2.md5
==============================================================================
--- dev/httpd/httpd-2.4.36.tar.bz2.md5 (added)
+++ dev/httpd/httpd-2.4.36.tar.bz2.md5 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+612009c939e0c59f139ec0d3604507b4 *httpd-2.4.36.tar.bz2

Added: dev/httpd/httpd-2.4.36.tar.bz2.sha1
==============================================================================
--- dev/httpd/httpd-2.4.36.tar.bz2.sha1 (added)
+++ dev/httpd/httpd-2.4.36.tar.bz2.sha1 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+04de0e7492fb6a913647634652a0d576114e3baa *httpd-2.4.36.tar.bz2

Added: dev/httpd/httpd-2.4.36.tar.bz2.sha256
==============================================================================
--- dev/httpd/httpd-2.4.36.tar.bz2.sha256 (added)
+++ dev/httpd/httpd-2.4.36.tar.bz2.sha256 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+23555abf48d9f0d14cb784d4e4a189ac121785b01b438fee0767e5988d38a7d9 *httpd-2.4.36.tar.bz2

Added: dev/httpd/httpd-2.4.36.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.36.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.36.tar.gz.asc
==============================================================================
--- dev/httpd/httpd-2.4.36.tar.gz.asc (added)
+++ dev/httpd/httpd-2.4.36.tar.gz.asc Wed Oct 10 19:16:16 2018
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJbvk87AAoJEJleNSIa2E3/dTUH/1Resc8X/ndKNkujiHfFwe4g
+S+uChMl0Aa8+IwWQIIhsZC52p9zw0GOAPjPLN1VP9hRL/h1MVKP82YDl2VbJTQu1
+z/czS2Ki4yjZpHyp5DVas+VbkMNRplU7P9fDoWpQg3n5xBnF0wpc3ywL82uqnDiK
+irmefYdeO9YQT4H6yeIfKs2VJn/w24LpDUwp/Ht1dvCn/AdvgcO5fuYteIp3rrR0
+rjpMZR9lRzPntmXZ5S0yZoJqB4kwSWDWNIhDS+fGrOXnal+caCwCaVzOJueP8AHt
+8BMz/XSbWXeaR1nIgqKUVdogq4QuSWsuzcEY+V2cg6iVRM8tbfSKf+NDcHxCwTk=
+=NcsJ
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.36.tar.gz.md5
==============================================================================
--- dev/httpd/httpd-2.4.36.tar.gz.md5 (added)
+++ dev/httpd/httpd-2.4.36.tar.gz.md5 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+78dec214d12356ff43391989f08ac4fa *httpd-2.4.36.tar.gz

Added: dev/httpd/httpd-2.4.36.tar.gz.sha1
==============================================================================
--- dev/httpd/httpd-2.4.36.tar.gz.sha1 (added)
+++ dev/httpd/httpd-2.4.36.tar.gz.sha1 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+e40e7a879b84df860215b8a80f2a535534a1c4b4 *httpd-2.4.36.tar.gz

Added: dev/httpd/httpd-2.4.36.tar.gz.sha256
==============================================================================
--- dev/httpd/httpd-2.4.36.tar.gz.sha256 (added)
+++ dev/httpd/httpd-2.4.36.tar.gz.sha256 Wed Oct 10 19:16:16 2018
@@ -0,0 +1 @@
+ef788fb7c814acb2506a8b758a1a3f91f368f97bd4e6db16e98001f468e8e288 *httpd-2.4.36.tar.gz