pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/nginx-devel
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 1 07:00:36 UTC 2021
Modified Files:
pkgsrc/www/nginx-devel: Makefile distinfo
Log Message:
nginx-devel: updated to 1.19.9
Changes with nginx 1.19.9 30 Mar 2021
*) Bugfix: nginx could not be built with the mail proxy module, but
without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
*) Bugfix: "upstream sent response body larger than indicated content
length" errors might occur when working with gRPC backends; the bug
had appeared in 1.19.1.
*) Bugfix: nginx might not close a connection till keepalive timeout
expiration if the connection was closed by the client while
discarding the request body.
*) Bugfix: nginx might not detect that a connection was already closed
by the client when waiting for auth_delay or limit_req delay, or when
working with backends.
*) Bugfix: in the eventport method.
Changes with nginx 1.19.8 09 Mar 2021
*) Feature: flags in the "proxy_cookie_flags" directive can now contain
variables.
*) Feature: the "proxy_protocol" parameter of the "listen" directive,
the "proxy_protocol" and "set_real_ip_from" directives in mail proxy.
*) Bugfix: HTTP/2 connections were immediately closed when using
"keepalive_timeout 0"; the bug had appeared in 1.19.7.
*) Bugfix: some errors were logged as unknown if nginx was built with
glibc 2.32.
*) Bugfix: in the eventport method.
Changes with nginx 1.19.7 16 Feb 2021
*) Change: connections handling in HTTP/2 has been changed to better
match HTTP/1.x; the "http2_recv_timeout", "http2_idle_timeout", and
"http2_max_requests" directives have been removed, the
"keepalive_timeout" and "keepalive_requests" directives should be
used instead.
*) Change: the "http2_max_field_size" and "http2_max_header_size"
directives have been removed, the "large_client_header_buffers"
directive should be used instead.
*) Feature: now, if free worker connections are exhausted, nginx starts
closing not only keepalive connections, but also connections in
lingering close.
*) Bugfix: "zero size buf in output" alerts might appear in logs if an
upstream server returned an incorrect response during unbuffered
proxying; the bug had appeared in 1.19.1.
*) Bugfix: HEAD requests were handled incorrectly if the "return"
directive was used with the "image_filter" or "xslt_stylesheet"
directives.
*) Bugfix: in the "add_trailer" directive.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/nginx-devel/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/nginx-devel/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/nginx-devel/Makefile
diff -u pkgsrc/www/nginx-devel/Makefile:1.60 pkgsrc/www/nginx-devel/Makefile:1.61
--- pkgsrc/www/nginx-devel/Makefile:1.60 Wed Dec 16 20:33:55 2020
+++ pkgsrc/www/nginx-devel/Makefile Thu Apr 1 07:00:36 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2020/12/16 20:33:55 otis Exp $
+# $NetBSD: Makefile,v 1.61 2021/04/01 07:00:36 adam Exp $
-DISTNAME= nginx-1.19.6
+DISTNAME= nginx-1.19.9
MAINTAINER= imil%NetBSD.org@localhost
Index: pkgsrc/www/nginx-devel/distinfo
diff -u pkgsrc/www/nginx-devel/distinfo:1.64 pkgsrc/www/nginx-devel/distinfo:1.65
--- pkgsrc/www/nginx-devel/distinfo:1.64 Wed Dec 16 20:33:55 2020
+++ pkgsrc/www/nginx-devel/distinfo Thu Apr 1 07:00:36 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.64 2020/12/16 20:33:55 otis Exp $
+$NetBSD: distinfo,v 1.65 2021/04/01 07:00:36 adam Exp $
SHA1 (array-var-nginx-module-0.05.tar.gz) = c69fac77814947009ab783a471783b3c95a63a26
RMD160 (array-var-nginx-module-0.05.tar.gz) = 89bd4efc04864e3e90781588a337338951ec8733
@@ -28,10 +28,10 @@ SHA1 (naxsi-1.3.tar.gz) = 53b347687ade9a
RMD160 (naxsi-1.3.tar.gz) = c8c9190fcf4e93c504e8815a813c30ee697daded
SHA512 (naxsi-1.3.tar.gz) = d7aac69b5eceeb1b0db4741201159ade1e0e7f6f7c3e8c4afa2f8959c6c00c3b5285d5185747c2fb0b1400efda02e96799836315e7e492bb4a059b14acb2142d
Size (naxsi-1.3.tar.gz) = 235626 bytes
-SHA1 (nginx-1.19.6.tar.gz) = 84d8d20cc36ba39682e4cb420aaf57591f1408ea
-RMD160 (nginx-1.19.6.tar.gz) = d35502755eb1720a6a2434f21913157e9bd99528
-SHA512 (nginx-1.19.6.tar.gz) = 1249c56b124a8de71f5d722e53d599f3b0cb14dc0f95b1eb905a6a8019b2d33f8e76874de2a88d49c4c82ee4fa7aabd42e5044a0a110892c23b50f71cb632148
-Size (nginx-1.19.6.tar.gz) = 1055982 bytes
+SHA1 (nginx-1.19.9.tar.gz) = 7de04e09320167c005b4f70f3f4e42f076998db4
+RMD160 (nginx-1.19.9.tar.gz) = 573fcb569dab0df14efbe657094ac125bac5c9b4
+SHA512 (nginx-1.19.9.tar.gz) = a418aa22046f641afd95ee661c77c469d21c9957aa5ab74c4186526fcd18e0d701ee933a76ab143081b4b3f8815484074c2609aa257646218bf6b4b739b3cb88
+Size (nginx-1.19.9.tar.gz) = 1060580 bytes
SHA1 (nginx-dav-ext-module-3.0.0.tar.gz) = 524407402df7e73df9def85345c8bea324dceede
RMD160 (nginx-dav-ext-module-3.0.0.tar.gz) = 8d099215bde79492565a39c3c8feb7695138138e
SHA512 (nginx-dav-ext-module-3.0.0.tar.gz) = d0193ba90f1ef46c4e470630c4394bdf99d94fd2e3bd8be6cb2ba1655ec59944b1269025f032b79dc2c6dad366e54389ef6a6da2ddeb91d535a4027f2162fbde
Home |
Main Index |
Thread Index |
Old Index