refresh patches and update to STABLE14 of squid
[openwrt/svn-archive/archive.git] / net / squid / patches / 001-cross_compile.patch
index 4318707f928880db4733bb438ef3939e2f9f58a3..b73eeb8350987df66951e6726812c08bfc1ab316 100644 (file)
@@ -1,6 +1,7 @@
-diff -urN squid-2.5.STABLE13/src/ctype.c squid-2.5.STABLE13.new/src/ctype.c
---- squid-2.5.STABLE13/src/ctype.c     1970-01-01 01:00:00.000000000 +0100
-+++ squid-2.5.STABLE13.new/src/ctype.c 2006-04-15 10:29:39.000000000 +0200
+Index: squid-2.6.STABLE14/src/ctype.c
+===================================================================
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ squid-2.6.STABLE14/src/ctype.c     2007-07-25 16:04:15.000000000 -0500
 @@ -0,0 +1,546 @@
 +/*
 + Static ctype data for IFC-7.1 / RedHat-9 workaround.
@@ -548,10 +549,11 @@ diff -urN squid-2.5.STABLE13/src/ctype.c squid-2.5.STABLE13.new/src/ctype.c
 +const uint32_t *__ctype32_tolower = b (uint32_t, tolower, 128);
 +const uint32_t *__ctype32_toupper = b (uint32_t, toupper, 128);
 +
-diff -urN squid-2.5.STABLE13/src/Makefile.in squid-2.5.STABLE13.new/src/Makefile.in
---- squid-2.5.STABLE13/src/Makefile.in 2005-09-28 22:57:21.000000000 +0200
-+++ squid-2.5.STABLE13.new/src/Makefile.in     2006-04-15 10:29:39.000000000 +0200
-@@ -1141,6 +1143,9 @@
+Index: squid-2.6.STABLE14/src/Makefile.in
+===================================================================
+--- squid-2.6.STABLE14.orig/src/Makefile.in    2007-07-25 16:04:15.000000000 -0500
++++ squid-2.6.STABLE14/src/Makefile.in 2007-07-25 16:04:15.000000000 -0500
+@@ -1219,6 +1219,9 @@
        $(SHELL) -c "test -f squid.conf.default || ./cf_gen cf.data"
  
  cf_parser.h: cf.data cf_gen$(EXEEXT)