Mon Sep 3 16:39:45 2018 UTC ()
www/nghttp2: Update to 1.33.0.

- lib: Tweak nghttp2_session_set_stream_user_data
- lib: Fix handling of SETTINGS_MAX_CONCURRENT_STREAMS.
- lib: Implement ORIGIN frame
- asio: support definition of local endpoint for cleartext client
  session
- integration: Remove remaining SPDY code from the integration tests.
- nghttpx: Fix worker process crash with neverbleed write error
- nghttpx: Support per-backend mruby script
- nghttpx: Fix stream reset if data from client is arrived before dconn
  is attached


(fhajny)
diff -r1.41 -r1.42 pkgsrc/www/nghttp2/Makefile
diff -r1.33 -r1.34 pkgsrc/www/nghttp2/distinfo

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

--- pkgsrc/www/nghttp2/Makefile 2018/08/28 06:37:18 1.41
+++ pkgsrc/www/nghttp2/Makefile 2018/09/03 16:39:45 1.42
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.41 2018/08/28 06:37:18 adam Exp $ 1# $NetBSD: Makefile,v 1.42 2018/09/03 16:39:45 fhajny Exp $
2 2
3DISTNAME= nghttp2-1.32.1 3DISTNAME= nghttp2-1.33.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.33 -r1.34 pkgsrc/www/nghttp2/distinfo (expand / switch to unified diff)

--- pkgsrc/www/nghttp2/distinfo 2018/08/28 06:37:18 1.33
+++ pkgsrc/www/nghttp2/distinfo 2018/09/03 16:39:45 1.34
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.33 2018/08/28 06:37:18 adam Exp $ 1$NetBSD: distinfo,v 1.34 2018/09/03 16:39:45 fhajny Exp $
2 2
3SHA1 (nghttp2-1.32.1.tar.xz) = f403f21348fa9c5eba22ca6e3724f6d7a00be065 3SHA1 (nghttp2-1.33.0.tar.xz) = 0a11f7de6ea8e66fbecc9fe4ddc61b6ab40af469
4RMD160 (nghttp2-1.32.1.tar.xz) = bb086aa7d3463260df3af5f7d86662b3287aad14 4RMD160 (nghttp2-1.33.0.tar.xz) = 255991dff0f61d6c287e399f4b6487e5386ccf8c
5SHA512 (nghttp2-1.32.1.tar.xz) = 477e6f4ccdba5c86436d554be819fd10a715896173029aa72f9c90c2ee64dbe20e2ff4cde614be3a7683dec9e0feaa21d124493ed5fc12ad4c63a37a83bad57c 5SHA512 (nghttp2-1.33.0.tar.xz) = eeb0bf64fea115444c685c8a01c1017ce96be18adf88ffcdecad067de7012ca61c6b2b6a627b18e2572bba7bd77ec56a3ca4b1109f7a4b21220e8e28687b5b74
6Size (nghttp2-1.32.1.tar.xz) = 1548812 bytes 6Size (nghttp2-1.33.0.tar.xz) = 1554776 bytes