Thu Apr 18 07:19:06 2019 UTC ()
nghttp2: updated to 1.38.0

lib
This release fixes the bug that on_header callback is still called after stream is closed.

third-party
http-parser is upgraded to v2.9.1.

nghttpx
This release fixes the bug that authority and path altered by per-pattern mruby script can affect backend selection on retry.
It also fixes the bug that HTTP/1.1 chunked request stalls.
Now nghttpx does not log authorization request header field value with -LINFO.
Now nghttpx can be built with modern LibreSSL.


(adam)
diff -r1.50 -r1.51 pkgsrc/www/nghttp2/Makefile
diff -r1.39 -r1.40 pkgsrc/www/nghttp2/distinfo

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

--- pkgsrc/www/nghttp2/Makefile 2019/03/13 17:45:08 1.50
+++ pkgsrc/www/nghttp2/Makefile 2019/04/18 07:19:06 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2019/03/13 17:45:08 adam Exp $ 1# $NetBSD: Makefile,v 1.51 2019/04/18 07:19:06 adam Exp $
2 2
3DISTNAME= nghttp2-1.37.0 3DISTNAME= nghttp2-1.38.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
7GITHUB_RELEASE= v${PKGVERSION_NOREV} 7GITHUB_RELEASE= v${PKGVERSION_NOREV}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://nghttp2.org/ 10HOMEPAGE= https://nghttp2.org/
11COMMENT= Implementation of HTTP/2 in C 11COMMENT= Implementation of HTTP/2 in C
12LICENSE= mit 12LICENSE= mit
13 13
14# Upstream documents that c++14 is required for C++ parts of the code; 14# Upstream documents that c++14 is required for C++ parts of the code;
15# the base package does not use C++. 15# the base package does not use C++.
16USE_LANGUAGES= c 16USE_LANGUAGES= c

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

--- pkgsrc/www/nghttp2/distinfo 2019/03/13 17:45:08 1.39
+++ pkgsrc/www/nghttp2/distinfo 2019/04/18 07:19:06 1.40
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.39 2019/03/13 17:45:08 adam Exp $ 1$NetBSD: distinfo,v 1.40 2019/04/18 07:19:06 adam Exp $
2 2
3SHA1 (nghttp2-1.37.0.tar.xz) = bdd774c5aa60a610556c5e233f6f44cf5f65aecc 3SHA1 (nghttp2-1.38.0.tar.xz) = 8a13b0f2a28034129a5a9a3bd5375262bb45c0e4
4RMD160 (nghttp2-1.37.0.tar.xz) = 6743620cb9e0001b4ba8401cb744cd544a9f70c9 4RMD160 (nghttp2-1.38.0.tar.xz) = 887ea354383fa461d5c1fa18560d44288c0561c0
5SHA512 (nghttp2-1.37.0.tar.xz) = 67a4b9df3f7f0edad719011fa289d9aa9ef04f31ef3ccf826b861c8830ed24e0743a33b54ab66d198fec7edbf723852b38a2007b335d7f566f702f4b02297b0f 5SHA512 (nghttp2-1.38.0.tar.xz) = e432d52bcf77379ed5c10ceafb587ec8d66c56bb728cda56487b237cbab1d0073689624419ed306162dab3a51b91cfe0f59cb173b5d81346e2b6d0abd56635bc
6Size (nghttp2-1.37.0.tar.xz) = 1628248 bytes 6Size (nghttp2-1.38.0.tar.xz) = 1628356 bytes