pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Feb 14 10:12:36 UTC 2017

Modified Files:
        pkgsrc/www/nginx: Makefile distinfo

Log Message:
Update www/nginx to 1.10.3.

Changes with nginx 1.10.3                                        31 Jan 2017

    *) Bugfix: in the "add_after_body" directive when used with the
       "sub_filter" directive.

    *) Bugfix: unix domain listen sockets might not be inherited during
       binary upgrade on Linux.

    *) Bugfix: graceful shutdown of old worker processes might require
       infinite time when using HTTP/2.

    *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
       directives client request body might be corrupted; the bug had
       appeared in 1.10.2.

    *) Bugfix: a segmentation fault might occur in a worker process when
       using HTTP/2; the bug had appeared in 1.10.2.

    *) Bugfix: an incorrect response might be returned when using the
       "sendfile" directive on FreeBSD and macOS; the bug had appeared in
       1.7.8.

    *) Bugfix: a truncated response might be stored in cache when using the
       "aio_write" directive.

    *) Bugfix: a socket leak might occur when using the "aio_write"
       directive.

Changes with nginx 1.10.2                                        18 Oct 2016

    *) Change: the "421 Misdirected Request" response now used when
       rejecting requests to a virtual server different from one negotiated
       during an SSL handshake; this improves interoperability with some
       HTTP/2 clients when using client certificates.

    *) Change: HTTP/2 clients can now start sending request body
       immediately; the "http2_body_preread_size" directive controls size of
       the buffer used before nginx will start reading client request body.

    *) Bugfix: a segmentation fault might occur in a worker process when
       using HTTP/2 and the "proxy_request_buffering" directive.

    *) Bugfix: the "Content-Length" request header line was always added to
       requests passed to backends, including requests without body, when
       using HTTP/2.

    *) Bugfix: "http request count is zero" alerts might appear in logs when
       using HTTP/2.

    *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
       directive; the issue had appeared in 1.9.4.

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

    *) Bugfix: an incorrect response might be returned when using the "aio
       threads" and "sendfile" directives; the bug had appeared in 1.9.13.

    *) Workaround: OpenSSL 1.1.0 compatibility.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/nginx/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/nginx/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/Makefile
diff -u pkgsrc/www/nginx/Makefile:1.67 pkgsrc/www/nginx/Makefile:1.68
--- pkgsrc/www/nginx/Makefile:1.67      Wed Aug  3 10:23:32 2016
+++ pkgsrc/www/nginx/Makefile   Tue Feb 14 10:12:35 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2016/08/03 10:23:32 adam Exp $
+# $NetBSD: Makefile,v 1.68 2017/02/14 10:12:35 fhajny Exp $
 
-DISTNAME=              nginx-1.10.1
+DISTNAME=              nginx-1.10.3
 MAINTAINER=            joerg%NetBSD.org@localhost
 
-PKGREVISION= 1
 .include "../../www/nginx/Makefile.common"

Index: pkgsrc/www/nginx/distinfo
diff -u pkgsrc/www/nginx/distinfo:1.54 pkgsrc/www/nginx/distinfo:1.55
--- pkgsrc/www/nginx/distinfo:1.54      Tue Feb 14 10:10:55 2017
+++ pkgsrc/www/nginx/distinfo   Tue Feb 14 10:12:35 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.54 2017/02/14 10:10:55 fhajny Exp $
+$NetBSD: distinfo,v 1.55 2017/02/14 10:12:35 fhajny Exp $
 
 SHA1 (array-var-nginx-module-0.04.tar.gz) = 1fd3bdd05c2d1d7667ed6f7baa612ddf7f630df3
 RMD160 (array-var-nginx-module-0.04.tar.gz) = a751a2ce87dcfb88d072779097b4df9f42a415e4
@@ -28,10 +28,10 @@ SHA1 (naxsi-0.54.tar.gz) = d5db25db19a56
 RMD160 (naxsi-0.54.tar.gz) = 094b09c198cf690ec24b3e9d3763647e06ebee64
 SHA512 (naxsi-0.54.tar.gz) = 91934bfd41495715269cc6e549d17f6da66f2bdd0c9a6821fa9096b694dd3927109c4aad2f8b327620ae7c34f76a0839ac16669cd8c65081bc01fa7f829c1d43
 Size (naxsi-0.54.tar.gz) = 163809 bytes
-SHA1 (nginx-1.10.1.tar.gz) = 9c5d4e06d309bbe2efa41f09dd53912e3c3d3a75
-RMD160 (nginx-1.10.1.tar.gz) = fc5c35bf54166c5ff2a58af19a36882cd64b1dd5
-SHA512 (nginx-1.10.1.tar.gz) = fa1329d40e83340380332dd5e2ed66f08dd59cc7f7582dd0e0193c493353ba550e80dc80e5165c225d70532d4197abc49cc8c760e8ab72e48f630cb57c2803e1
-Size (nginx-1.10.1.tar.gz) = 909077 bytes
+SHA1 (nginx-1.10.3.tar.gz) = 95cf32c3e33efc53ac81338a5779fbaa425f02e2
+RMD160 (nginx-1.10.3.tar.gz) = e27327509a706f90bb5f01d42edd9624223588a0
+SHA512 (nginx-1.10.3.tar.gz) = 25cddbe5c419700aeca41bff3be5b7c3accfb38ad846ec8d91d81ab7c15f10db719f02d9263edf1fa12f59805ff7001b62864dc2885370b24afeea1d7d2afbbf
+Size (nginx-1.10.3.tar.gz) = 911509 bytes
 SHA1 (nginx_http_push_module-0.731.tar.gz) = 353f3ef3d013edfcc78ddba0237a9ce7dca633b4
 RMD160 (nginx_http_push_module-0.731.tar.gz) = d35d7138d3b4dd20076b1026c420f03c68177f99
 SHA512 (nginx_http_push_module-0.731.tar.gz) = b95e6e88236d920e18c927a5bdf7d84210ba34b234e7c20ba09d114337a4494535c94c7e84926e5479b23d4eba4e2f1db0a3e7d8b017c9907a4a824cd25098d8



Home | Main Index | Thread Index | Old Index