aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2008-05-04 22:26:13 +0800
committerosa <osa@FreeBSD.org>2008-05-04 22:26:13 +0800
commitadc74b51d122d24346f587879ac5ad4aaea759a6 (patch)
tree7331bdb9295c06e8a355d033165f0e9e70142345
parentd02615b78228a45894b8f5cb76e5a3cbcf2aba98 (diff)
downloadfreebsd-ports-gnome-adc74b51d122d24346f587879ac5ad4aaea759a6.tar.gz
freebsd-ports-gnome-adc74b51d122d24346f587879ac5ad4aaea759a6.tar.zst
freebsd-ports-gnome-adc74b51d122d24346f587879ac5ad4aaea759a6.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>
-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