mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
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>
This commit is contained in:
parent
9e89b80e43
commit
af7ce94f79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240605
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.8.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (nginx-0.8.11.tar.gz) = ab368986468d3b60630d68d979dbca53
|
||||
SHA256 (nginx-0.8.11.tar.gz) = 127ad02009e9628113915bb9f42c3eb77bbecf8a689ee678dfcdd4e7ab612a30
|
||||
SIZE (nginx-0.8.11.tar.gz) = 603804
|
||||
MD5 (nginx-0.8.12.tar.gz) = c37d61f048ceda922d5e18e9a6363291
|
||||
SHA256 (nginx-0.8.12.tar.gz) = f92010a6af394d1c8efd57575126a4accb322023f076dfbe5b3a769479459f6c
|
||||
SIZE (nginx-0.8.12.tar.gz) = 604620
|
||||
MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe
|
||||
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
|
||||
SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632
|
||||
|
@ -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;
|
Loading…
Reference in New Issue
Block a user