diff options
author | adam <adam@pkgsrc.org> | 2017-03-30 16:20:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-03-30 16:20:50 +0000 |
commit | 6a0f576c6e6c0fd820dbc19cca18c33711b3df20 (patch) | |
tree | 334268d87fa294d3ed3fb0a1f6eda96254a8cf17 /www | |
parent | 9472e7ef14ff0cd5131ae2a527122fff5e55405b (diff) | |
download | pkgsrc-6a0f576c6e6c0fd820dbc19cca18c33711b3df20.tar.gz |
Nghttp2 v1.21.0
libnghttp2
----------
The bug that nghttp2_session_want_write may return 0 if there is pending frames after GOAWAY frame is submitted has been fixed.
build
-----
_U_ macro has been eliminated in favor of old school (void)VAR for better compiler compatibility.
libnghttp2_asio
---------------
The asio client now sends PING frame when it gets idle for 30 seconds.
src
---
Mozilla’s “Modern compatibility” ciphers are used by default.
nghttpx
-------
The bug that -v option does not print out version number has been fixed.
The workaround of getaddrinfo failure with AI_ADDRCONFIG has been applied.
nghttpx now escapes certain characters in access log.
nghttpx now enables backend pattern matching with --http2-proxy option as well.
Diffstat (limited to 'www')
-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 2eeeb835aa6..07ae9e02370 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2017/02/27 05:21:09 adam Exp $ +# $NetBSD: Makefile,v 1.22 2017/03/30 16:20:50 adam Exp $ -DISTNAME= nghttp2-1.20.0 +DISTNAME= nghttp2-1.21.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 71d40f35c20..448c5b499dd 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/02/27 05:21:09 adam Exp $ +$NetBSD: distinfo,v 1.19 2017/03/30 16:20:50 adam Exp $ -SHA1 (nghttp2-1.20.0.tar.xz) = a28234bdf05d5ded37affca98fd989d7b0cf866d -RMD160 (nghttp2-1.20.0.tar.xz) = 16fad1cac0f62aa6f43c13ed7594cf888720b3e3 -SHA512 (nghttp2-1.20.0.tar.xz) = 189f1e74972cec2684a0cbf27c144b03729c718032cbe61b0578979c8d14234c01da306c851aada12d00d255453dc180998e59016a22025de749bb2cfff220f0 -Size (nghttp2-1.20.0.tar.xz) = 1513840 bytes +SHA1 (nghttp2-1.21.0.tar.xz) = 800cf45e4cf169b0cd5659a425b52aeb6ce9fd17 +RMD160 (nghttp2-1.21.0.tar.xz) = 7277586b825bccb7b63a9b5deb118908af5425ca +SHA512 (nghttp2-1.21.0.tar.xz) = 55e7cad765d1f2f8e3211c20a8a316b6defebfe431f6c07ab81ed3dbe18bbf0eba8d6a980906b919a9e169568272f21e9eb946f6d555169085537f460dc35c4d +Size (nghttp2-1.21.0.tar.xz) = 1511716 bytes |