From: Jim Jagielski Date: Tue, 1 May 2007 13:21:18 +0000 (+0000) Subject: Applied X-Git-Tag: 2.2.5~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d3295494b939176020951106b8e8039d70d7c7;p=thirdparty%2Fapache%2Fhttpd.git Applied git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534067 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e5fec5dea3f..ea02504fbbf 100644 --- a/STATUS +++ b/STATUS @@ -77,14 +77,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * support/htdbm.c: Enable crypt() support on platforms with crypt() but not - , such as z/OS. - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=526892 - 2.2.x version of patch: - Trunk version works - +1: trawick, rpluem, jim - * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone. Only processing of error responses (4xx, 5xx) will be altered. PR 39245.