aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2008-05-04 14:26:13 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2008-05-04 14:26:13 +0000
commit5bcfb43ae5d8b7454545dda2897fe21d7e79c0c4 (patch)
tree959627f06ce6e0066599fa74e6e515891561980f /www
parent0af523be636412416179d55af5abc92b4457b48c (diff)
downloadports-5bcfb43ae5d8b7454545dda2897fe21d7e79c0c4.tar.gz
ports-5bcfb43ae5d8b7454545dda2897fe21d7e79c0c4.zip
Update to 0.5.36.
<ChangeLog> *) Bugfix: the "sub_filter" directive might set text to change into output. *) Bugfix: a segmentation fault occurred in worker process, if empty stub block was used second time in SSI. *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not check a response length. *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed (SSL: )"; bug appeared in 0.5.35. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error; bug appeared in 0.5.35. *) Bugfix: the "fastcgi_catch_stderr" directive did return error code; now it returns 502 code, that can be rerouted to a next server using the "fastcgi_next_upstream invalid_header" directive. *) Bugfix: a segmentation fault occurred in master process if the "fastcgi_catch_stderr" directive was used; bug appeared in 0.5.32. Thanks to Manlio Perillo. </ChangeLog>
Notes
Notes: svn path=/head/; revision=212593
Diffstat (limited to 'www')
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/nginx/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index bc26f931dc34..1c1230cfe46f 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.5.35
+PORTVERSION= 0.5.36
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 94974e11fb11..23d56e66a17f 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -1,3 +1,3 @@
-MD5 (nginx-0.5.35.tar.gz) = 1100d8a2f811777f38eff44fe6548d7e
-SHA256 (nginx-0.5.35.tar.gz) = efc6723a2005cc4d6395d7e915c0da91be9e2b133be761de037842b8e8655e68
-SIZE (nginx-0.5.35.tar.gz) = 488926
+MD5 (nginx-0.5.36.tar.gz) = 1b5b6fca369843ac74cf6123a50d4cb1
+SHA256 (nginx-0.5.36.tar.gz) = e14cce500eb341b67a25201d5f92e7b241ba449fd6dca7023d5459ec03db8ad2
+SIZE (nginx-0.5.36.tar.gz) = 489443