From af7ce94f796bf9a7a5ec45e66ebc651bd6d45694 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 31 Aug 2009 13:22:00 +0000 Subject: Update from 0.8.11 to 0.8.12. Remove needless vendor patch. *) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD. *) Bugfix: in try_files; the bug had appeared in 0.8.11. *) Bugfix: in memcached; the bug had appeared in 0.8.11. --- www/nginx-devel/files/patch-0.8.11.1 | 13 ------------- 1 file changed, 13 deletions(-) delete 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 deleted file mode 100644 index ad7d4b4475a0..000000000000 --- a/www/nginx-devel/files/patch-0.8.11.1 +++ /dev/null @@ -1,13 +0,0 @@ -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