You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/11/15 20:02:47 UTC

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

Author: jim
Date: Thu Nov 15 19:02:47 2012
New Revision: 1409931

URL: http://svn.apache.org/viewvc?rev=1409931&view=rev
Log:
Found a couple more trunk fixes that were "forgotten" to
be backported...

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=1409931&r1=1409930&r2=1409931&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Nov 15 19:02:47 2012
@@ -226,6 +226,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        2.4.x patch: trunk patch applies
      +1: jorton, 
 
+   * core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.
+     Make ap_pregcomp() abort if out of memory. This raises the minimum
+     PCRE requirement to version 6.0, released in 2005.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1343109
+     2.4.x patch: trunk patch works
+     +1:
+
+   * util: make varbuf functions treat AP_VARBUF_UNKNOWN consistently
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1359884
+     2.4.x patch: trunk patch works
+     +1: 
+
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.