]> git.pld-linux.org Git - packages/apache1-mod_xslt.git/commitdiff
Regular expression fixed.
authorggodlewski <ggodlewski@pld-linux.org>
Thu, 25 Apr 2002 06:50:23 +0000 (06:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_xslt-regex.patch -> 1.1
    mod_xslt-regex.patch -> 1.1

apache1-mod_xslt-regex.patch [new file with mode: 0644]
mod_xslt-regex.patch [new file with mode: 0644]

diff --git a/apache1-mod_xslt-regex.patch b/apache1-mod_xslt-regex.patch
new file mode 100644 (file)
index 0000000..61cc7ea
--- /dev/null
@@ -0,0 +1,13 @@
+Binary files modxslt/mod_xslt-1.1.tar and modxslt2/mod_xslt-1.1.tar differ
+diff -urN modxslt/mod_xslt.c modxslt2/mod_xslt.c
+--- modxslt/mod_xslt.c Wed Apr 24 22:27:15 2002
++++ modxslt2/mod_xslt.c        Wed Apr 24 22:27:47 2002
+@@ -251,7 +251,7 @@
+   /* Setup some common strings of text, for file not found, etc. */
+  
+   regmatch_t pmatch[2];
+-  regex_t *cpat = ap_pregcomp(r->pool, "\\<!DOCTYPE", REG_EXTENDED);
++  regex_t *cpat = ap_pregcomp(r->pool, "<!DOCTYPE", REG_EXTENDED);
+   int rc = OK;
+   int se = 1;
diff --git a/mod_xslt-regex.patch b/mod_xslt-regex.patch
new file mode 100644 (file)
index 0000000..61cc7ea
--- /dev/null
@@ -0,0 +1,13 @@
+Binary files modxslt/mod_xslt-1.1.tar and modxslt2/mod_xslt-1.1.tar differ
+diff -urN modxslt/mod_xslt.c modxslt2/mod_xslt.c
+--- modxslt/mod_xslt.c Wed Apr 24 22:27:15 2002
++++ modxslt2/mod_xslt.c        Wed Apr 24 22:27:47 2002
+@@ -251,7 +251,7 @@
+   /* Setup some common strings of text, for file not found, etc. */
+  
+   regmatch_t pmatch[2];
+-  regex_t *cpat = ap_pregcomp(r->pool, "\\<!DOCTYPE", REG_EXTENDED);
++  regex_t *cpat = ap_pregcomp(r->pool, "<!DOCTYPE", REG_EXTENDED);
+   int rc = OK;
+   int se = 1;
This page took 0.118809 seconds and 4 git commands to generate.