]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove backpored patch.
authorPaul Querna <pquerna@apache.org>
Sat, 22 Apr 2006 01:29:02 +0000 (01:29 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 22 Apr 2006 01:29:02 +0000 (01:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396046 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c61dc660a7f28465b60f6f7972a6458443828a04..2401d70259739261579d673e44f626ff810c51f8 100644 (file)
--- 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.