]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose simple tweak to avoid crash
authorJeff Trawick <trawick@apache.org>
Fri, 21 Apr 2006 11:11:51 +0000 (11:11 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 21 Apr 2006 11:11:51 +0000 (11:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395850 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 52df5fb1638a71dcd69675502a6eb5362632d2ce..9377aae52315f97d678dea3adae03265878b0b5b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -129,6 +129,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
        +1: wrowe, colm
 
+    * 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.0.x version of patch:
+          Trunk version works
+      +1: trawick
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.