From f7d9f1457877cf4680c41b69228afda5495df498 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 31 Aug 2009 09:48:06 +0000 Subject: Add vendor patch for memcached module. Update nginx_upload module from 2.0.9 to 2.0.10. Update nginx_http_redis module from 0.1 to 0.1.1. Bump PORTREVISION. --- www/nginx-devel/files/patch-0.8.11.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/nginx-devel/files/patch-0.8.11.1 (limited to 'www/nginx-devel/files/patch-0.8.11.1') diff --git a/www/nginx-devel/files/patch-0.8.11.1 b/www/nginx-devel/files/patch-0.8.11.1 new file mode 100644 index 000000000000..ad7d4b4475a0 --- /dev/null +++ b/www/nginx-devel/files/patch-0.8.11.1 @@ -0,0 +1,13 @@ +Index: src/http/modules/ngx_http_memcached_module.c +=================================================================== +--- src/http/modules/ngx_http_memcached_module.c (revision 2379) ++++ src/http/modules/ngx_http_memcached_module.c (working copy) +@@ -211,6 +211,8 @@ + u->input_filter = ngx_http_memcached_filter; + u->input_filter_ctx = ctx; + ++ r->main->count++; ++ + ngx_http_upstream_init(r); + + return NGX_DONE; -- cgit v1.2.3