mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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>
This commit is contained in:
parent
cdd8aeccc4
commit
2b3b1aa8cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274636
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user