diff options
author | osa <osa@FreeBSD.org> | 2007-06-04 22:35:36 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-06-04 22:35:36 +0800 |
commit | 9040561a6eaf3a0957bb6e72a54c2e48fc072c1f (patch) | |
tree | 9192174aa7510cb73bee32a93119a67268c5279d /www/nginx-devel/Makefile | |
parent | 3608a2518cd350fc327362f8a860ce86dbe91e41 (diff) | |
download | freebsd-ports-gnome-9040561a6eaf3a0957bb6e72a54c2e48fc072c1f.tar.gz freebsd-ports-gnome-9040561a6eaf3a0957bb6e72a54c2e48fc072c1f.tar.zst freebsd-ports-gnome-9040561a6eaf3a0957bb6e72a54c2e48fc072c1f.zip |
Update to 0.5.23.
<ChangeLog>
*) Feature: the ngx_http_ssl_module supports Server
Name Indication TLS extension.
*) Feature: the "fastcgi_catch_stderr" directive.
Thanks to Nick S. Grechukh, OWOX project.
*) Bugfix: a segmentation fault occurred in master process
if two virtual servers should bind() to the overlapping
ports.
*) Bugfix: if nginx was built with ngx_http_perl_module
and perl supported threads, then during second
reconfiguration the error messages "panic: MUTEX_LOCK"
and "perl_parse() failed" were issued.
*) Bugfix: in the HTTPS protocol in the "proxy_pass"
directive.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 7f9edb6e3b06..1a68bd059e98 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.5.22 +PORTVERSION= 0.5.23 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} |