diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-01 05:03:25 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-01 05:03:25 +0000 |
commit | b4d2d02e872e97948508d7f761114a5c6c3ad969 (patch) | |
tree | f44f9358bc1e23bfccd20b5bb846bf506d69a1da /www/c-icap/files/patch-modules_memcached.c | |
parent | 9c0ff2e1831a119b06a0749a4b033f5cca187f4f (diff) | |
download | ports-b4d2d02e872e97948508d7f761114a5c6c3ad969.tar.gz ports-b4d2d02e872e97948508d7f761114a5c6c3ad969.zip |
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
Notes
Notes:
svn path=/head/; revision=414383
Diffstat (limited to 'www/c-icap/files/patch-modules_memcached.c')
-rw-r--r-- | www/c-icap/files/patch-modules_memcached.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 <libmemcached/memcached_pool.h> + #endif + +-#include <crypt.h> ++/* #include <crypt.h> */ + + int USE_MD5_SUM_KEYS = 1; + |