diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-13 20:40:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-13 20:40:57 +0200 |
commit | 01557cac90d5e96677d8f6cd139c1eabd0dc39d4 (patch) | |
tree | 5312fedf315d8563b25b8a179a5fa6eef8be767b /package/privoxy/patches | |
parent | d785e7b1a211b81fc55e11ae025661575d4b1a92 (diff) |
privoxy: update to 3.0.26
Diffstat (limited to 'package/privoxy/patches')
-rw-r--r-- | package/privoxy/patches/patch-cgi_c | 11 | ||||
-rw-r--r-- | package/privoxy/patches/patch-jcc_c | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/package/privoxy/patches/patch-cgi_c b/package/privoxy/patches/patch-cgi_c deleted file mode 100644 index f00e8cc77..000000000 --- a/package/privoxy/patches/patch-cgi_c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 diff --git a/package/privoxy/patches/patch-jcc_c b/package/privoxy/patches/patch-jcc_c deleted file mode 100644 index 3222454c6..000000000 --- a/package/privoxy/patches/patch-jcc_c +++ /dev/null @@ -1,11 +0,0 @@ ---- privoxy-3.0.19-stable.orig/jcc.c 2011-12-10 18:26:11.000000000 +0100 -+++ privoxy-3.0.19-stable/jcc.c 2012-10-21 19:37:22.000000000 +0200 -@@ -45,6 +45,8 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.3 - #include <errno.h> - #include <assert.h> - -+#define CSP_FLAG_CONTENT_LENGTH_SET 0x00004000U -+ - #ifdef _WIN32 - # ifndef FEATURE_PTHREAD - # ifndef STRICT |