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:           Tue Mar 10 08:21:34 UTC 2020

Modified Files:
        pkgsrc/www/nginx-devel: Makefile distinfo

Log Message:
nginx-devel: updated to 1.17.9

Changes with nginx 1.17.9

*) Change: now nginx does not allow several "Host" request header lines.
*) Bugfix: nginx ignored additional "Transfer-Encoding" request header
   lines.
*) Bugfix: socket leak when using HTTP/2.
*) Bugfix: a segmentation fault might occur in a worker process if OCSP
   stapling was used.
*) Bugfix: in the ngx_http_mp4_module.
*) Bugfix: nginx used status code 494 instead of 400 if errors with code
   494 were redirected with the "error_page" directive.
*) Bugfix: socket leak when using subrequests in the njs module and the
   "aio" directive.

Changes with nginx 1.17.8

*) Feature: variables support in the "grpc_pass" directive.
*) Bugfix: a timeout might occur while handling pipelined requests in an
   SSL connection; the bug had appeared in 1.17.5.
*) Bugfix: in the "debug_points" directive when using HTTP/2.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/nginx-devel/Makefile
cvs rdiff -u -r1.50 -r1.51 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.48 pkgsrc/www/nginx-devel/Makefile:1.49
--- pkgsrc/www/nginx-devel/Makefile:1.48        Sun Dec 29 16:48:00 2019
+++ pkgsrc/www/nginx-devel/Makefile     Tue Mar 10 08:21:34 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2019/12/29 16:48:00 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/03/10 08:21:34 adam Exp $
 
-DISTNAME=      nginx-1.17.7
+DISTNAME=      nginx-1.17.9
 
 MAINTAINER=    imil%NetBSD.org@localhost
 

Index: pkgsrc/www/nginx-devel/distinfo
diff -u pkgsrc/www/nginx-devel/distinfo:1.50 pkgsrc/www/nginx-devel/distinfo:1.51
--- pkgsrc/www/nginx-devel/distinfo:1.50        Sun Dec 29 16:48:00 2019
+++ pkgsrc/www/nginx-devel/distinfo     Tue Mar 10 08:21:34 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.50 2019/12/29 16:48:00 adam Exp $
+$NetBSD: distinfo,v 1.51 2020/03/10 08:21:34 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-0.56.tar.gz) = 42ce137bd3e52
 RMD160 (naxsi-0.56.tar.gz) = a5c97194ef3db415a4bab07c44f9e9f2860b9e1a
 SHA512 (naxsi-0.56.tar.gz) = 4660751849bce303af6010b7257532404710106a94817e78d4bc4b566f8019620f24f30207f1d4366b88132a5124e34b164dc67ed80b6710f4bad66115564cbd
 Size (naxsi-0.56.tar.gz) = 192120 bytes
-SHA1 (nginx-1.17.7.tar.gz) = 675801e421073e8f3ae460c6ea3927674cd659d2
-RMD160 (nginx-1.17.7.tar.gz) = 3ba0253580fd1b0b69705a8b9bc2fd13713ab7f1
-SHA512 (nginx-1.17.7.tar.gz) = e7132b90ac92e91def9b927c3b8c3a603d1bcb4a89ff422b284fb6e6cac52a74b33d9c7bbfc2f78467914d8ccd1cf2db9c486559abb739600605439521ff4f6b
-Size (nginx-1.17.7.tar.gz) = 1037747 bytes
+SHA1 (nginx-1.17.9.tar.gz) = ab2cd5935344919830feb66351f1e879248d84c7
+RMD160 (nginx-1.17.9.tar.gz) = 0ba809bf8f61950e81a508a6249c4916a6d2be01
+SHA512 (nginx-1.17.9.tar.gz) = 9d6af46bc575763d5d2c279451919a491bdfafb927a8c0783ccc8326a86ed66f9183c900a9844bf31dcde015f36ea6a8e0d3817b77f9b17aebae701c759fe9b6
+Size (nginx-1.17.9.tar.gz) = 1039136 bytes
 SHA1 (nginx-rtmp-module-1.2.1.tar.gz) = 7c6ae1afc117e3bf946b0d81f99d41fe538a7245
 RMD160 (nginx-rtmp-module-1.2.1.tar.gz) = 5fc0b4ac0b2c0a6d70957a5256754db8a9e934cf
 SHA512 (nginx-rtmp-module-1.2.1.tar.gz) = 4a0af5e9afa4deb0b53de8de7ddb2cfa6430d372e1ef9e421f01b509548bd134d427345442ac1ce667338cc2a1484dc2ab732e316e878ac7d3537dc527d5f922



Home | Main Index | Thread Index | Old Index