pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nghttp2 Changes 1.17.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b5a1d921e57
branches:  trunk
changeset: 355281:4b5a1d921e57
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 28 08:53:58 2016 +0000

description:
Changes 1.17.0:

libnghttp2
* In this release, libnghttp2 by default disallows content-length header field in 1xx, 204, or 200 to a CONNECT request as described in RFC 7230.

libnghttp2_asio
* Previously, server-side on_close callback was not called when connection was closed while streams were still alive. Now on_close callback is called for active streams on connection close.

build
* Remo E provided a patch to include MSVC version resource in cmake Windows build.

nghttpx
* We fixed the bug that sometimes made nghttpx crash if --backend-http-proxy-uri was used.
* We fixed the bug that one HTTP header fields from HTTP/1.1 backend were split into multiple fields in some situations.
* We fixed the bug that zero-length POST was not forwarded to HTTP/1.1 backend, causing dead lock.
* We removed optional reason phrase from SPDY response header fields. This is OK since reason phrase is optional.
* To align the changes made in libnghttp2 that disallows content-length in 1xx, 204, or 200 to a CONNECT request, we did the same thing to HTTP/1.1 backend. We also disallow transfer-encoding in 
those status codes as well.
* dalf provided a patch to fix compile failure with BoringSSL.

nghttpd, nghttpx, and libnghttp2_asio
* We fixed the bug that mandatory SP after status code wass missing in HTTP/1.1 status line.

diffstat:

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

diffs (27 lines):

diff -r d9890ab3abe3 -r 4b5a1d921e57 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Mon Nov 28 08:30:35 2016 +0000
+++ b/www/nghttp2/Makefile      Mon Nov 28 08:53:58 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/11/24 07:59:48 adam Exp $
+# $NetBSD: Makefile,v 1.16 2016/11/28 08:53:58 adam Exp $
 
-DISTNAME=      nghttp2-1.16.1
+DISTNAME=      nghttp2-1.17.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
diff -r d9890ab3abe3 -r 4b5a1d921e57 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Mon Nov 28 08:30:35 2016 +0000
+++ b/www/nghttp2/distinfo      Mon Nov 28 08:53:58 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/11/24 07:59:48 adam Exp $
+$NetBSD: distinfo,v 1.14 2016/11/28 08:53:58 adam Exp $
 
-SHA1 (nghttp2-1.16.1.tar.xz) = afc9773cb56e0df0107ecaeb9fcabd2567905d4b
-RMD160 (nghttp2-1.16.1.tar.xz) = 96de74b4f3dc0c4128885c6074a1898bf1fecfd2
-SHA512 (nghttp2-1.16.1.tar.xz) = 8b584a68a03529bb7d0b635901c74a94a3e3b7d050616d80648e1b13c36dcd2bd82500835db4badb023dee966973dad041792b697f4f5f20094615c8e9732209
-Size (nghttp2-1.16.1.tar.xz) = 1495660 bytes
+SHA1 (nghttp2-1.17.0.tar.xz) = 231f70161f10d769709934866841cd7e6025c674
+RMD160 (nghttp2-1.17.0.tar.xz) = c430a6e9479821418ac21ff93c9164d77e2e3638
+SHA512 (nghttp2-1.17.0.tar.xz) = 3661956e13340f18d7ad7d8cd3694c4e99c9f0c5873cffe429aacdf9eec52a40da13ed00d90a10f3b1c851b9418976f707ef2a4b0e0d96d2c3e018e05d6986da
+Size (nghttp2-1.17.0.tar.xz) = 1498596 bytes



Home | Main Index | Thread Index | Old Index