summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2009-08-31 13:22:00 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2009-08-31 13:22:00 +0000
commitaf7ce94f796bf9a7a5ec45e66ebc651bd6d45694 (patch)
treefc09325b70883e688d21f5956b2c86aa8248353c /www/nginx-devel/files
parent. update to version 3.1.25; (diff)
Update from 0.8.11 to 0.8.12.
Remove needless vendor patch. <ChangeLog> *) 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. </ChangeLog>
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r--www/nginx-devel/files/patch-0.8.11.113
1 files changed, 0 insertions, 13 deletions
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;