Thu Mar 30 16:20:50 2017 UTC ()
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窶冱 窶廴odern 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.


(adam)
diff -r1.21 -r1.22 pkgsrc/www/nghttp2/Makefile
diff -r1.18 -r1.19 pkgsrc/www/nghttp2/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/www/nghttp2/Makefile (expand / switch to unified diff)

--- pkgsrc/www/nghttp2/Makefile 2017/02/27 05:21:09 1.21
+++ pkgsrc/www/nghttp2/Makefile 2017/03/30 16:20:50 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2017/02/27 05:21:09 adam Exp $ 1# $NetBSD: Makefile,v 1.22 2017/03/30 16:20:50 adam Exp $
2 2
3DISTNAME= nghttp2-1.20.0 3DISTNAME= nghttp2-1.21.0
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://nghttp2.org/ 9HOMEPAGE= https://nghttp2.org/
10COMMENT= Implementation of HTTP/2 in C 10COMMENT= Implementation of HTTP/2 in C
11LICENSE= mit 11LICENSE= mit
12 12
13GITHUB_RELEASE= v${PKGVERSION_NOREV} 13GITHUB_RELEASE= v${PKGVERSION_NOREV}
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.18 -r1.19 pkgsrc/www/nghttp2/distinfo (expand / switch to unified diff)

--- pkgsrc/www/nghttp2/distinfo 2017/02/27 05:21:09 1.18
+++ pkgsrc/www/nghttp2/distinfo 2017/03/30 16:20:50 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2017/02/27 05:21:09 adam Exp $ 1$NetBSD: distinfo,v 1.19 2017/03/30 16:20:50 adam Exp $
2 2
3SHA1 (nghttp2-1.20.0.tar.xz) = a28234bdf05d5ded37affca98fd989d7b0cf866d 3SHA1 (nghttp2-1.21.0.tar.xz) = 800cf45e4cf169b0cd5659a425b52aeb6ce9fd17
4RMD160 (nghttp2-1.20.0.tar.xz) = 16fad1cac0f62aa6f43c13ed7594cf888720b3e3 4RMD160 (nghttp2-1.21.0.tar.xz) = 7277586b825bccb7b63a9b5deb118908af5425ca
5SHA512 (nghttp2-1.20.0.tar.xz) = 189f1e74972cec2684a0cbf27c144b03729c718032cbe61b0578979c8d14234c01da306c851aada12d00d255453dc180998e59016a22025de749bb2cfff220f0 5SHA512 (nghttp2-1.21.0.tar.xz) = 55e7cad765d1f2f8e3211c20a8a316b6defebfe431f6c07ab81ed3dbe18bbf0eba8d6a980906b919a9e169568272f21e9eb946f6d555169085537f460dc35c4d
6Size (nghttp2-1.20.0.tar.xz) = 1513840 bytes 6Size (nghttp2-1.21.0.tar.xz) = 1511716 bytes