Date: Tue, 23 Nov 2021 10:37:06 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53cf3909145a - main - www/nginx: Update to 1.20.2 Message-ID: <202111231037.1ANAb68C019411@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=53cf3909145a30b6ff3cc15553501f6765ee109a commit 53cf3909145a30b6ff3cc15553501f6765ee109a Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2021-11-23 10:33:54 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2021-11-23 10:37:00 +0000 www/nginx: Update to 1.20.2 Changes: *) Feature: OpenSSL 3.0 compatibility. *) Bugfix: SSL variables might be empty when used in logs; the bug had appeared in 1.19.5. *) Bugfix: keepalive connections with gRPC backends might not be closed after receiving a GOAWAY frame. *) Bugfix: backend SSL connections in the stream module might hang after an SSL handshake. *) Bugfix: SSL connections with gRPC backends might hang if select, poll, or /dev/poll methods were used. *) Bugfix: in the $content_length variable when using chunked transfer encoding. *) Bugfix: requests might hang when using HTTP/2 and the "aio_write" directive. Sponsored by: Netzkommune GmbH --- www/nginx/Makefile | 4 ++-- www/nginx/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 25b9a2488054..e6673cb2635c 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,8 +1,8 @@ # Created by: Sergey A. Osokin <osa@FreeBSD.org> PORTNAME= nginx -PORTVERSION= 1.20.1 -PORTREVISION?= 5 +PORTVERSION= 1.20.2 +PORTREVISION?= 0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 8987aa8cfd24..d94d06e0127e 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1634546531 -SHA256 (nginx-1.20.1.tar.gz) = e462e11533d5c30baa05df7652160ff5979591d291736cfa5edb9fd2edb48c49 -SIZE (nginx-1.20.1.tar.gz) = 1061461 +TIMESTAMP = 1637590115 +SHA256 (nginx-1.20.2.tar.gz) = 958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42 +SIZE (nginx-1.20.2.tar.gz) = 1062124 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111231037.1ANAb68C019411>