SOURCES: apache1-configdir_skip_backups.patch - updated to 1.3.35

glen glen at pld-linux.org
Wed May 3 00:19:51 CEST 2006


Author: glen                         Date: Tue May  2 22:19:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.3.35

---- Files affected:
SOURCES:
   apache1-configdir_skip_backups.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/apache1-configdir_skip_backups.patch
diff -u SOURCES/apache1-configdir_skip_backups.patch:1.1 SOURCES/apache1-configdir_skip_backups.patch:1.2
--- SOURCES/apache1-configdir_skip_backups.patch:1.1	Tue Dec 31 11:36:18 2002
+++ SOURCES/apache1-configdir_skip_backups.patch	Wed May  3 00:19:46 2006
@@ -1,14 +1,14 @@
---- apache_1.3.17/src/main/http_config.c.wiget	Thu May 10 14:41:08 2001
-+++ apache_1.3.17/src/main/http_config.c	Thu May 10 15:42:12 2001
-@@ -1287,6 +1287,7 @@
- 	DIR *dirp;
- 	struct DIR_TYPE *dir_entry;
- 	int current;
-+	size_t slen;
- 	array_header *candidates = NULL;
+--- apache_1.3.35/src/main/http_config.c~	2006-05-03 01:17:59.162162254 +0300
++++ apache_1.3.35/src/main/http_config.c	2006-05-03 01:17:16.131203177 +0300
+@@ -1345,6 +1345,7 @@
  	fnames *fnew;
+ 	char *path = ap_pstrdup(p,fname);
+ 	char *pattern = NULL;
++	size_t slen;
  
-@@ -1309,13 +1310,21 @@
+         if(ispatt && (pattern = strrchr(path, '/')) != NULL) {
+             *pattern++ = '\0';
+@@ -1390,13 +1391,21 @@
  	}
  	candidates = ap_make_array(p, 1, sizeof(fnames));
  	while ((dir_entry = readdir(dirp)) != NULL) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache1-configdir_skip_backups.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list