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>
This commit is contained in:
parent
878d849f3d
commit
ab1e846e49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192716
4 changed files with 8 additions and 8 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue