]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_ssl-addon.patch
- updated openldap BR/R to 2.4.6
[packages/apache1.git] / apache1-mod_ssl-addon.patch
index 7a22a71c7667035eb4bcf5fe5596cfff67f3c897..b35747610536339afee98d224c15153d1e471a34 100644 (file)
@@ -8,7 +8,7 @@
 ##
 ## Annotated patch file: addon.patch
 ## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. 
-## Created on: 18-Oct-2005
+## Created on: 28-Jul-2006
 ##
 ## This file assembles changes to existing Apache source files
 ## between the original Apache and the patched variant. It can be
@@ -40,9 +40,9 @@ Index: src/Configuration.tmpl
 | Add more beautiful optic to the status page table..
 +---------------------------------------------------------------------------
 Index: src/modules/standard/mod_status.c
---- src/modules/standard/mod_status.c  11 May 2004 18:28:20 -0000      1.1.1.16
-+++ src/modules/standard/mod_status.c  11 May 2004 18:32:16 -0000      1.13
-@@ -441,12 +441,33 @@
+--- src/modules/standard/mod_status.c  28 Jul 2006 13:55:27 -0000      1.1.1.17
++++ src/modules/standard/mod_status.c  28 Jul 2006 13:56:29 -0000      1.14
+@@ -442,12 +442,33 @@
            if (no_table_report)
                ap_rputs("<p><hr><h2>Server Details</h2>\n\n", r);
            else
@@ -76,7 +76,7 @@ Index: src/modules/standard/mod_status.c
        }
  
        for (i = 0; i < HARD_SERVER_LIMIT; ++i) {
-@@ -574,6 +595,11 @@
+@@ -575,6 +596,11 @@
                                vhost->server_hostname) : "(unavailable)");
                    }
                    else {              /* !no_table_report */
@@ -88,7 +88,7 @@ Index: src/modules/standard/mod_status.c
                        if (score_record.status == SERVER_DEAD)
  #ifdef TPF
                              if (kill(ps_record.pid, 0) == 0) {
-@@ -586,12 +612,12 @@
+@@ -587,12 +613,12 @@
                              } else
  #endif /* TPF */
                            ap_rprintf(r,
@@ -103,7 +103,7 @@ Index: src/modules/standard/mod_status.c
                                i, (int) ps_record.generation,
                                (int) ps_record.pid, (int) conn_lres,
                                my_lres, lres);
-@@ -695,6 +732,12 @@
+@@ -696,6 +733,12 @@
  #endif
        }
  
@@ -121,9 +121,9 @@ Index: src/modules/standard/mod_status.c
 | Add a hyperlink to the mod_define.html document.
 +---------------------------------------------------------------------------
 Index: htdocs/manual/mod/index.html.en
---- htdocs/manual/mod/index.html.en    11 May 2004 18:28:01 -0000      1.1.1.3
-+++ htdocs/manual/mod/index.html.en    11 May 2004 18:32:14 -0000      1.4
-@@ -101,6 +101,10 @@
+--- htdocs/manual/mod/index.html.en    7 May 2006 18:10:42 -0000       1.1.1.4
++++ htdocs/manual/mod/index.html.en    7 May 2006 18:12:44 -0000       1.5
+@@ -106,6 +106,10 @@
        <dd>Support for Netscape-like cookies. Replaced in Apache 1.2
        by mod_usertrack</dd>
  
@@ -139,9 +139,9 @@ Index: htdocs/manual/mod/index.html.en
 | Add a hyperlink for the Define directives.
 +---------------------------------------------------------------------------
 Index: htdocs/manual/mod/directives.html.en
---- htdocs/manual/mod/directives.html.en       18 Oct 2005 06:26:16 -0000      1.1.1.7
-+++ htdocs/manual/mod/directives.html.en       18 Oct 2005 06:27:33 -0000      1.8
-@@ -228,6 +228,8 @@
+--- htdocs/manual/mod/directives.html.en       7 May 2006 18:10:41 -0000       1.1.1.8
++++ htdocs/manual/mod/directives.html.en       7 May 2006 18:12:44 -0000       1.9
+@@ -233,6 +233,8 @@
  
        <li><a href="core.html#defaulttype">DefaultType</a></li>
  
This page took 0.061306 seconds and 4 git commands to generate.