diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2009-08-31 09:48:06 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2009-08-31 09:48:06 +0000 |
| commit | f7d9f1457877cf4680c41b69228afda5495df498 (patch) | |
| tree | d9bb48e6593acae0d40077d8def280dd9ba969d1 /www/nginx-devel/files | |
| parent | - fix dependency (diff) | |
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.
Diffstat (limited to 'www/nginx-devel/files')
| -rw-r--r-- | www/nginx-devel/files/patch-0.8.11.1 | 13 |
1 files changed, 13 insertions, 0 deletions
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; |
