pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/nginx: update to 1.20.2



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Tue Nov 16 13:56:34 2021 -0500
Changeset:	df4b26b755355ea65729ab135cd1392994eda7ff

Modified Files:
	nginx/Makefile
	nginx/distinfo

Log Message:
wip/nginx: update to 1.20.2

<ChangeLog>

*) 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.

</ChangeLog>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=df4b26b755355ea65729ab135cd1392994eda7ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nginx/Makefile | 3 +--
 nginx/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/nginx/Makefile b/nginx/Makefile
index 37523cebeb..9f5f9b8d4a 100644
--- a/nginx/Makefile
+++ b/nginx/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.102 2021/09/15 12:37:05 adam Exp $
 
-DISTNAME=	nginx-1.20.1
-PKGREVISION=	6
+DISTNAME=	nginx-1.20.2
 
 MAINTAINER=	joerg%NetBSD.org@localhost
 
diff --git a/nginx/distinfo b/nginx/distinfo
index 1747555e6f..2ba1f8fcbe 100644
--- a/nginx/distinfo
+++ b/nginx/distinfo
@@ -21,9 +21,9 @@ Size (lua-nginx-module-0.10.20.tar.gz) = 668516 bytes
 RMD160 (naxsi-1.3.tar.gz) = c8c9190fcf4e93c504e8815a813c30ee697daded
 SHA512 (naxsi-1.3.tar.gz) = d7aac69b5eceeb1b0db4741201159ade1e0e7f6f7c3e8c4afa2f8959c6c00c3b5285d5185747c2fb0b1400efda02e96799836315e7e492bb4a059b14acb2142d
 Size (naxsi-1.3.tar.gz) = 235626 bytes
-RMD160 (nginx-1.20.1.tar.gz) = 760aeac8ab9ae68ad2751765487e7cb831186a13
-SHA512 (nginx-1.20.1.tar.gz) = 3d9fd4bf2740eaf20fcc3c77260a3556aaf9dff2879afc2dbb5fff364dea27313ffbc51d335e9fc9c0186a2a44dac055ef60fde0d411b8cf842fdf661478c961
-Size (nginx-1.20.1.tar.gz) = 1061461 bytes
+RMD160 (nginx-1.20.2.tar.gz) = ed51c9bf07bef44e27c1ec5e530a04bc1fe82724
+SHA512 (nginx-1.20.2.tar.gz) = 8b65e881ea4ac6162cbf32e5e95cf47a6d5418819f8763ca4a781cffa38187dd7886d4bc195d000a7046111a27121ff25800f8645405174995247e6738b4279a
+Size (nginx-1.20.2.tar.gz) = 1062124 bytes
 RMD160 (nginx-dav-ext-module-3.0.0.tar.gz) = 8d099215bde79492565a39c3c8feb7695138138e
 SHA512 (nginx-dav-ext-module-3.0.0.tar.gz) = d0193ba90f1ef46c4e470630c4394bdf99d94fd2e3bd8be6cb2ba1655ec59944b1269025f032b79dc2c6dad366e54389ef6a6da2ddeb91d535a4027f2162fbde
 Size (nginx-dav-ext-module-3.0.0.tar.gz) = 14558 bytes


Home | Main Index | Thread Index | Old Index