]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
+1 to htpasswd sync
authorJeff Trawick <trawick@apache.org>
Sat, 16 Apr 2011 14:20:15 +0000 (14:20 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 16 Apr 2011 14:20:15 +0000 (14:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094003 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f8abc3a52e78ffce0e5bb7e3e20dcc80ded40020..06985bc308ee3ca3513b4190666d19004f41af1b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -103,6 +103,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      wrowe notes: CHANGES needs to be clearer than the text above.
      Trunk/CHANGES and 2.2.x/CHANGES need an update.
 
+  * htpasswd.c: Syncronize with trunk version. This includes a couple of fixes:
+     r826805, r826822, r829162, r829355, r829431. The patch below covers only
+     the C code - we also need to apply the docs and CHANGES parts of r826805.
+     2.2.x patch: http://people.apache.org/~fuankg/diffs/htpasswd.c.diff
+     sf: this will change the default algorithm from crypt to md5 (I am not
+         against it)
+     FWIW, htdbm in 2.2.x already defaults to MD5
+     +1 fuankg, wrowe, trawick
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -118,14 +127,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x: Trunk works with offset
     +1: niq, wrowe
 
-  * htpasswd.c: Syncronize with trunk version. This includes a couple of fixes:
-     r826805, r826822, r829162, r829355, r829431. The patch below covers only
-     the C code - we also need to apply the docs and CHANGES parts of r826805.
-     2.2.x patch: http://people.apache.org/~fuankg/diffs/htpasswd.c.diff
-     sf: this will change the default algorithm from crypt to md5 (I am not
-         against it)
-     +1 fuankg, wrowe
-
   * Fixes for gcc -Wall warnings in Windows code
     Trunk patch: revisions/descriptions at
                  http://people.apache.org/~trawick/mingw_patch_revisions.txt