diff options
author | osa <osa@FreeBSD.org> | 2011-05-26 00:20:25 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-05-26 00:20:25 +0800 |
commit | 3b68ed35554049f7f8be34de19a2af4a64305e4d (patch) | |
tree | f0bf7bd72313d8d2dcdb4b0d7595ac769eac0494 /www | |
parent | c452acb53d64faecfd2774c5913f69cb53c4521c (diff) | |
download | freebsd-ports-gnome-3b68ed35554049f7f8be34de19a2af4a64305e4d.tar.gz freebsd-ports-gnome-3b68ed35554049f7f8be34de19a2af4a64305e4d.tar.zst freebsd-ports-gnome-3b68ed35554049f7f8be34de19a2af4a64305e4d.zip |
Update from 1.0.2 to 1.0.3.
<ChangeLog>
*) Feature: the "auth_basic_user_file" directive supports "$apr1",
"{PLAIN}", and "{SSHA}" password encryption methods.
Thanks to Maxim Dounin.
*) Feature: the "geoip_org" directive and $geoip_org variable.
Thanks to Alexander Uskov, Arnaud Granal, and Denis F. Latypoff.
*) Feature: ngx_http_geo_module and ngx_http_geoip_module support IPv4
addresses mapped to IPv6 addresses.
*) Bugfix: a segmentation fault occurred in a worker process during
testing IPv4 address mapped to IPv6 address, if access or deny rules
were defined only for IPv6; the bug had appeared in 0.8.22.
*) Bugfix: a cached reponse may be broken if proxy/fastcgi/scgi/
uwsgi_cache_bypass and proxy/fastcgi/scgi/uwsgi_no_cache directive
values were different; the bug had appeared in 0.8.46.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 | ||||
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 1dc2f16d2795..7f599cf4ec80 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 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 9bc560f08087..df4964179a32 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.0.2.tar.gz) = c3aaa6aa79d39b92a09f1e1c41c65d1af1df39a0ef68b8c9da9008a6ffba388e -SIZE (nginx-1.0.2.tar.gz) = 659097 +SHA256 (nginx-1.0.3.tar.gz) = 5a5da0e9f62e1e7306bc7bdc83850265f7f91af59ba5c5fd1c8650025415b129 +SIZE (nginx-1.0.3.tar.gz) = 661551 SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a SIZE (nginx_accept_language_module.tar.gz) = 3299 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 9375f47d64e9..61dcc582cf2d 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 9bc560f08087..df4964179a32 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.0.2.tar.gz) = c3aaa6aa79d39b92a09f1e1c41c65d1af1df39a0ef68b8c9da9008a6ffba388e -SIZE (nginx-1.0.2.tar.gz) = 659097 +SHA256 (nginx-1.0.3.tar.gz) = 5a5da0e9f62e1e7306bc7bdc83850265f7f91af59ba5c5fd1c8650025415b129 +SIZE (nginx-1.0.3.tar.gz) = 661551 SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a SIZE (nginx_accept_language_module.tar.gz) = 3299 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |