From: Paul Querna Date: Sat, 22 Apr 2006 01:29:02 +0000 (+0000) Subject: remove backpored patch. X-Git-Tag: 2.2.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ababef062bdd5b5c4c8b2faa4b2eeaee8e1010;p=thirdparty%2Fapache%2Fhttpd.git remove backpored patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396046 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c61dc660a7f..2401d702597 100644 --- a/STATUS +++ b/STATUS @@ -75,14 +75,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * htdbm: Fix crash in 64-bit mode on HP-UX caused by unexpected - placement of crypt() prototype (unistd.h). - Trunk version of patch: - http://svn.apache.org/viewcvs?rev=393364&view=rev - 2.2.x version of patch: - Trunk version works - +1: trawick, colm, jim - * mod_proxy: Do not release connections from connection pool twice as this can cause different threads to use the same connection at the same time. PR 38793.