Update from 0.7.0 to 0.7.2.
<ChangeLog> Changes with nginx 0.7.2 16 Jun 2008 *) Feature: now nginx supports EDH key exchange ciphers. *) Feature: the "ssl_dhparam" directive. *) Feature: the $ssl_client_cert variable. Thanks to Manlio Perillo. *) Bugfix: after changing URI via a "rewrite" directive nginx did not search a new location; bug appeared in 0.7.1. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built without PCRE library; bug appeared in 0.7.1. *) Bugfix: when a request to a directory was redirected with the slash added, nginx dropped a query string from the original request. Changes with nginx 0.7.1 26 May 2008 *) Change: now locations are searched in a tree. *) Change: the "optimize_server_names" directive was canceled due to the "server_name_in_redirect" directive introduction. *) Change: some long deprecated directives are not supported anymore. *) Change: the "none" parameter in the "ssl_session_cache" directive; now this is default parameter. Thanks to Rob Mueller. *) Bugfix: worker processes might not catch reconfiguration and log rotation signals. *) Bugfix: nginx could not be built on latest Fedora 9 Linux. Thanks to Roxis. </ChangeLog>
This commit is contained in:
parent
37851b2618
commit
0cce6beb40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214998
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nginx-0.7.0.tar.gz) = e2153a9e970814533712546bb4bc5f79
|
||||
SHA256 (nginx-0.7.0.tar.gz) = 80462f3f129ae975303a9233cae81e5eb9770111742554e6e126b92ce0ad9d66
|
||||
SIZE (nginx-0.7.0.tar.gz) = 521503
|
||||
MD5 (nginx-0.7.2.tar.gz) = 5d63188601cdd01f507161edc419ba0e
|
||||
SHA256 (nginx-0.7.2.tar.gz) = eee67f938dbd5b8640debd486a3304ae680cb14e3a914fb987dbb00a7b24d909
|
||||
SIZE (nginx-0.7.2.tar.gz) = 525143
|
||||
|
Loading…
Reference in New Issue
Block a user