SOURCES (APACHE_2_0): apache1-mod_ssl-eapi.patch, apache-apr1.patc...

arekm arekm at pld-linux.org
Tue Jan 22 13:39:20 CET 2008


Author: arekm                        Date: Tue Jan 22 12:39:20 2008 GMT
Module: SOURCES                       Tag: APACHE_2_0
---- Log message:
- updated for 1.3.41

---- Files affected:
SOURCES:
   apache1-mod_ssl-eapi.patch (1.11 -> 1.12) , apache-apr1.patch (1.7.2.1 -> 1.7.2.2) 

---- Diffs:

================================================================
Index: SOURCES/apache1-mod_ssl-eapi.patch
diff -u SOURCES/apache1-mod_ssl-eapi.patch:1.11 SOURCES/apache1-mod_ssl-eapi.patch:1.12
--- SOURCES/apache1-mod_ssl-eapi.patch:1.11	Sun Nov  4 18:04:49 2007
+++ SOURCES/apache1-mod_ssl-eapi.patch	Tue Jan 22 13:39:14 2008
@@ -1252,9 +1252,9 @@
      show_os_specific_compile_settings();
  #endif
 @@ -4396,6 +4465,22 @@
-     ap_server_post_read_config = ap_make_array(pcommands, 1, sizeof(char *));
-     ap_server_config_defines   = ap_make_array(pcommands, 1, sizeof(char *));
-     pid_table                  = ap_make_table(pglobal, HARD_SERVER_LIMIT);
+     for (i = 0; i < HARD_SERVER_LIMIT; i++) {
+          pid_table[i] = 0;
+     }
 +
 +#ifdef EAPI
 +    ap_hook_init();

================================================================
Index: SOURCES/apache-apr1.patch
diff -u SOURCES/apache-apr1.patch:1.7.2.1 SOURCES/apache-apr1.patch:1.7.2.2
--- SOURCES/apache-apr1.patch:1.7.2.1	Tue Sep 11 11:12:51 2007
+++ SOURCES/apache-apr1.patch	Tue Jan 22 13:39:14 2008
@@ -1729,18 +1729,6 @@
                          }
                          c->state = STATE_UNCONNECTED;
                          start_connect(c);
-diff -ur httpd-2.0.52.org/support/Makefile.in httpd-2.0.52/support/Makefile.in
---- httpd-2.0.52.org/support/Makefile.in	2004-10-02 18:25:58.494683641 +0200
-+++ httpd-2.0.52/support/Makefile.in	2004-10-02 18:26:13.890385473 +0200
-@@ -51,7 +51,7 @@
- 
- ab_OBJECTS = ab.lo
- ab: $(ab_OBJECTS)
--	$(LINK) $(ab_LTFLAGS) $(ab_OBJECTS) $(PROGRAM_LDADD)
-+	$(LINK) $(ab_LTFLAGS) $(ab_OBJECTS) $(PROGRAM_LDADD) -lm
- 
- checkgid_OBJECTS = checkgid.lo
- checkgid: $(checkgid_OBJECTS)
 diff -ur httpd-2.0.52.org/modules/experimental/util_ldap.c httpd-2.0.52/modules/experimental/util_ldap.c
 --- httpd-2.0.52.org/modules/experimental/util_ldap.c	2004-10-02 22:10:30.732572635 +0200
 +++ httpd-2.0.52/modules/experimental/util_ldap.c	2004-10-03 00:59:18.141012892 +0200
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache1-mod_ssl-eapi.patch?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache-apr1.patch?r1=1.7.2.1&r2=1.7.2.2&f=u



More information about the pld-cvs-commit mailing list