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 | |
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>
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 | ||||
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
4 files changed, 8 insertions, 8 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} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index a7edd256cf30..9f692301ccb6 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.5.22.tar.gz) = fbe1b802f38c58643b02a6b9e7aad845 -SHA256 (nginx-0.5.22.tar.gz) = 45ffd7f5d9a01fa5d6d4160c4be75bb17f002ef3f4474c11112fdb304da84db2 -SIZE (nginx-0.5.22.tar.gz) = 470127 +MD5 (nginx-0.5.23.tar.gz) = fb4bc7b034422a9e38adaf12838d42e5 +SHA256 (nginx-0.5.23.tar.gz) = b95a1f96872d4f4855270b0f2de01f7b004de2e6a0a3c9f26defab5e442053cf +SIZE (nginx-0.5.23.tar.gz) = 471194 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 7f9edb6e3b06..1a68bd059e98 100644 --- a/www/nginx/Makefile +++ b/www/nginx/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} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index a7edd256cf30..9f692301ccb6 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.5.22.tar.gz) = fbe1b802f38c58643b02a6b9e7aad845 -SHA256 (nginx-0.5.22.tar.gz) = 45ffd7f5d9a01fa5d6d4160c4be75bb17f002ef3f4474c11112fdb304da84db2 -SIZE (nginx-0.5.22.tar.gz) = 470127 +MD5 (nginx-0.5.23.tar.gz) = fb4bc7b034422a9e38adaf12838d42e5 +SHA256 (nginx-0.5.23.tar.gz) = b95a1f96872d4f4855270b0f2de01f7b004de2e6a0a3c9f26defab5e442053cf +SIZE (nginx-0.5.23.tar.gz) = 471194 |