You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2006/02/04 04:00:53 UTC

svn commit: r374825 - /httpd/httpd/branches/2.0.x/STATUS

Author: wrowe
Date: Fri Feb  3 19:00:50 2006
New Revision: 374825

URL: http://svn.apache.org/viewcvs?rev=374825&view=rev
Log:

  Move my previous proposal to the -end- of the list as instructed, and
  propose another significant backport for folks trying to build the
  support/* tools to stand alone.
  

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=374825&r1=374824&r2=374825&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Fri Feb  3 19:00:50 2006
@@ -127,14 +127,6 @@
     identify exactly what the proposed changes are!  Add all new
     proposals to the end of this list. ]
 
-    *) Solaris build proposal; don't fail on missing .h files within
-       a VPATH build, and don't test trees with -d (simply -f the
-       expected files) in case a tree such as srclib/apr is actually
-       a symlink rather than a true directory in ./buildconf.
-         http://svn.apache.org/viewcvs.cgi?rev=374821&view=rev
-         http://people.apache.org/~wrowe/buildfix-2.0.patch
-       +1: wrowe
-
     *) Reverse Proxy fixes: <Location> bug and Cookie support
         Patch is at
         http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch
@@ -148,6 +140,19 @@
        third-party get_suexec_identity implementation.
          http://people.apache.org/~colm/2.0.x-suexec-cgid.patch
        +1: colm
+
+    *) Solaris build proposal; don't fail on missing .h files within
+       a VPATH build, and don't test trees with -d (simply -f the
+       expected files) in case a tree such as srclib/apr is actually
+       a symlink rather than a true directory in ./buildconf.
+         http://svn.apache.org/viewcvs.cgi?rev=374821&view=rev
+         http://people.apache.org/~wrowe/buildfix-2.0.patch
+       +1: wrowe
+       
+    *) Backport 102870; PR 17217; stop linking OpenSSL to support/*
+       binaries (especially when compiled --with-static-support (!))
+       and fix mod_ssl.so when compiled against .a openssl archives.
+         http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
 
 
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: