From: Yann Ylavic Date: Sun, 27 Apr 2014 14:46:16 +0000 (+0000) Subject: SSLOCSPUseRequestNonce's proposal's 2.4.x patch. X-Git-Tag: 2.4.10~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e153dd10a7a6bb08fa75ddc663944554a7bf0a9f;p=apache SSLOCSPUseRequestNonce's proposal's 2.4.x patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590400 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b746e784b9..2e0dc41ba7 100644 --- a/STATUS +++ b/STATUS @@ -178,10 +178,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1584665 (manual: use 2.4's backport version instead of temporary 2.5-dev ref) - 2.4.x patch: trunk works (modulo CHANGES) + 2.4.x patch: https://people.apache.org/~ylavic/httpd-2.4.x-SSLOCSPUseRequestNonce+manual-2.4.10.patch +1: ylavic kbrand: can you fold the trunk patches into a single diff for 2.4.x and put it online under people.apache.org/~ylavic, please? + ylavic: done above. Also credit added to you (CHANGES), missed that in trunk. + The manual mentions "Available since 2.4.10", would have to be adapted + should this be accepted/backported later. * mod_expires: don't add Expires header to error responses (4xx/5xx), be they generated or forwarded. PR 55669.