refresh patches and update to STABLE14 of squid
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8164 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user