pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nginx-devel nginx-devel: updated to 1.17.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34fe5729ab76
branches:  trunk
changeset: 419853:34fe5729ab76
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 29 16:48:00 2019 +0000

description:
nginx-devel: updated to 1.17.7

Changes with nginx 1.17.7

*) Bugfix: a segmentation fault might occur on start or during
   reconfiguration if the "rewrite" directive with an empty replacement
   string was used in the configuration.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "break" directive was used with the "alias" directive or with the
   "proxy_pass" directive with a URI.

*) Bugfix: the "Location" response header line might contain garbage if
   the request URI was rewritten to the one containing a null character.

*) Bugfix: requests with bodies were handled incorrectly when returning
   redirections with the "error_page" directive; the bug had appeared in
   0.7.12.

*) Bugfix: socket leak when using HTTP/2.

*) Bugfix: a timeout might occur while handling pipelined requests in an
   SSL connection; the bug had appeared in 1.17.5.

*) Bugfix: in the ngx_http_dav_module.

diffstat:

 www/nginx-devel/Makefile |   4 ++--
 www/nginx-devel/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r b00e3d581aad -r 34fe5729ab76 www/nginx-devel/Makefile
--- a/www/nginx-devel/Makefile  Sun Dec 29 16:44:12 2019 +0000
+++ b/www/nginx-devel/Makefile  Sun Dec 29 16:48:00 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2019/11/20 16:37:28 adam Exp $
+# $NetBSD: Makefile,v 1.48 2019/12/29 16:48:00 adam Exp $
 
-DISTNAME=      nginx-1.17.6
+DISTNAME=      nginx-1.17.7
 
 MAINTAINER=    imil%NetBSD.org@localhost
 
diff -r b00e3d581aad -r 34fe5729ab76 www/nginx-devel/distinfo
--- a/www/nginx-devel/distinfo  Sun Dec 29 16:44:12 2019 +0000
+++ b/www/nginx-devel/distinfo  Sun Dec 29 16:48:00 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.49 2019/11/20 16:37:28 adam Exp $
+$NetBSD: distinfo,v 1.50 2019/12/29 16:48:00 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 @@
 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.6.tar.gz) = 58e27d9be6807a85c1e7f076f75b6ec270b7e72e
-RMD160 (nginx-1.17.6.tar.gz) = 5c30c16cee66d44a094ce6ac09f243592b87e1fe
-SHA512 (nginx-1.17.6.tar.gz) = 8ad6c3d066bf51f3fde3454bb93f2eeab0412d1c10eac0841fd50ec25b0f1204c85f15cb950c6bbe128c0ff72efe5b0bb804b5d66a8bf6234e0e4776aa67b9eb
-Size (nginx-1.17.6.tar.gz) = 1037527 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-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