From d3bd26028288e98705f1533dbc5108d5471f5c2b Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 19 Jul 2007 21:26:57 +0000 Subject: [PATCH] propose reworked deref_aliases patch for backport (based on Ruedigers comments) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557779 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/STATUS b/STATUS index 5872ce5cc25..69fef72310d 100644 --- a/STATUS +++ b/STATUS @@ -273,20 +273,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=551424 +1: fuankg - * mod_ldap: Change an enumeration to an int where data + * mod_ldap: Copy an enumeration to an int where data is passed back into the LDAP SDK by reference Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&rev=555470 - 2.2.x version of patch: - http://people.apache.org/~covener/2.2.x-deref_aliases.diff - +1: covener,rederpj - -1: rpluem says: This patch cannot be backported as it would change - the ABI of a public API IMHO. This would require a major - bump and patches that require a major bump cannot be backported - - Covener says: How about this alternative to avoid sending - the possibly-short enum into the LDAP SDK? - http://people.apache.org/~covener/2.2.x-deref_aliases-safe.diff + http://svn.apache.org/viewvc?view=rev&rev=557778 + +1: covener, rpluem * mod_proxy_ajp: Add support of ProxyIOBufferSize. Trunk version of patch: -- 2.47.3