summaryrefslogtreecommitdiff
path: root/package/privoxy/patches/patch-cgi_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-10-21 19:57:39 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-10-21 19:57:39 +0200
commitce99e9214d1490182d0672b9bf09285143218deb (patch)
tree3550ac37129b8163535619e81eb0c9f2d70a1a55 /package/privoxy/patches/patch-cgi_c
parentaa62c1d5a663b56f82eaffeea6eab5caf2a1d672 (diff)
update to latest upstream version
Diffstat (limited to 'package/privoxy/patches/patch-cgi_c')
-rw-r--r--package/privoxy/patches/patch-cgi_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/privoxy/patches/patch-cgi_c b/package/privoxy/patches/patch-cgi_c
new file mode 100644
index 000000000..f00e8cc77
--- /dev/null
+++ b/package/privoxy/patches/patch-cgi_c
@@ -0,0 +1,11 @@
+--- privoxy-3.0.19-stable.orig/cgi.c 2011-10-08 19:31:05.000000000 +0200
++++ privoxy-3.0.19-stable/cgi.c 2012-10-21 19:35:50.000000000 +0200
+@@ -49,6 +49,8 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.1
+ #include <limits.h>
+ #include <assert.h>
+
++#define CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE 0x00008000U
++
+ #ifdef FEATURE_COMPRESSION
+ #include <zlib.h>
+ #endif