diff options
author | adam <adam@pkgsrc.org> | 2016-11-28 08:53:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-11-28 08:53:58 +0000 |
commit | 1876a52de2346c3af2bacbd626e39c744cfd8a27 (patch) | |
tree | c3f73ebd86271d04daa5a92bc56267b21091dba0 /www/nghttp2 | |
parent | f00d8c44d6b14eb46e711642d6e0fbc92c826ee8 (diff) | |
download | pkgsrc-1876a52de2346c3af2bacbd626e39c744cfd8a27.tar.gz |
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 (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 4 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 035bf295425..214f837a42e 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -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 --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index d5bd05c5816..e423779e079 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -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 |