From b4d2d02e872e97948508d7f761114a5c6c3ad969 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 1 May 2016 05:03:25 +0000 Subject: www/c-icap{-modules}: 0.4.2 -> 0.4.3 c-icap-0.4.3 changes - ci_membuf_write: do not warn user about writting after eof, if not actualy someone try to write - Man pages spelling errors - Fix ModulesDir and ServicesDir default locations for some architectures - Crashes for modules if null argument passed to ci_list_first, ci_list_head and ci_list_tail macros - Fix allow204 outside preview responses - Use poll instead of select for polling network sockets and pipes - Fix core dumps inside client_parse_icap_header() c-icap-modules-0.4.3 changes - Fix content_filtering service config and template file permissions - Bug fixes in srv_content_filtering body data structures - Bug fix: The second argument of srv_content_filtering.Action never accepted --- www/c-icap/files/patch-modules_memcached.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/c-icap/files/patch-modules_memcached.c (limited to 'www/c-icap/files/patch-modules_memcached.c') diff --git a/www/c-icap/files/patch-modules_memcached.c b/www/c-icap/files/patch-modules_memcached.c new file mode 100644 index 000000000000..56f0d7ed50d6 --- /dev/null +++ b/www/c-icap/files/patch-modules_memcached.c @@ -0,0 +1,11 @@ +--- modules/memcached.c.orig 2016-04-30 12:42:52 UTC ++++ modules/memcached.c +@@ -47,7 +47,7 @@ + #include + #endif + +-#include ++/* #include */ + + int USE_MD5_SUM_KEYS = 1; + -- cgit v1.2.3