You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2018/03/15 11:45:25 UTC

svn commit: r1826799 - /httpd/httpd/branches/2.4.x/STATUS

Author: rjung
Date: Thu Mar 15 11:45:25 2018
New Revision: 1826799

URL: http://svn.apache.org/viewvc?rev=1826799&view=rev
Log:
Propose ab patch for minor problem detected
during 2.4.32 testing (thanks to Joe for pointing
out the trunk fix) and two more small changes
bringing 2.4 ab in sync with trunk ab.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1826799&r1=1826798&r2=1826799&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Mar 15 11:45:25 2018
@@ -149,6 +149,30 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1826686 ^/httpd/httpd/trunk .
      +1: jailletc36
 
+   * ab: try all destination socket addresses returned by apr_sockaddr_info_get
+         instead of failing on first one when not available.
+         Needed for instance if localhost resolves to both ::1 and 127.0.0.1
+         e.g. if both are in /etc/hosts.
+     ab: Use only one connection to determine working destination socket address.
+     trunk patches: http://svn.apache.org/r1626956
+                    http://svn.apache.org/r1628388
+     2.4.x patch: https://home.apache.org/~rjung/patches/httpd-2.4.x-ab-apr_sockaddr_info_get-all.patch
+     +1: rjung
+
+   * ab: LibreSSL doesn't have or require applink.c
+     trunk patch: http://svn.apache.org/r1821767
+     2.4.x patch: svn merge -c 1821767 ^/httpd/httpd/trunk .
+     +1: rjung
+
+   * ab: print Server Temp Key information.
+         Plus follow up to r1738415: EC_curve_nid2nist() available in OpenSSL-1.0.2 and later.
+         This brings 2.4.x ab in sync with trunk ab.
+     trunk patches: http://svn.apache.org/r1738415
+                    http://svn.apache.org/r1741566
+     2.4.x patch: https://home.apache.org/~rjung/patches/httpd-2.4.x-ab-print-server-temp-key.patch
+     +1: rjung
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]