diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-09-03 16:39:45 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-09-03 16:39:45 +0000 |
commit | 8e94271b7f16a3e4a58f11b20ae39e899e806941 (patch) | |
tree | 3e850508e54bb3260f3d7321be5dd9e18e82ff1a /www/nghttp2 | |
parent | c97dd4700967b8f8a749d91fdc9700068ff55263 (diff) | |
download | pkgsrc-8e94271b7f16a3e4a58f11b20ae39e899e806941.tar.gz |
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
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 5585082845d..d2a44b92e87 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2018/08/28 06:37:18 adam Exp $ +# $NetBSD: Makefile,v 1.42 2018/09/03 16:39:45 fhajny Exp $ -DISTNAME= nghttp2-1.32.1 +DISTNAME= nghttp2-1.33.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 9697735d796..01220f502ec 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2018/08/28 06:37:18 adam Exp $ +$NetBSD: distinfo,v 1.34 2018/09/03 16:39:45 fhajny Exp $ -SHA1 (nghttp2-1.32.1.tar.xz) = f403f21348fa9c5eba22ca6e3724f6d7a00be065 -RMD160 (nghttp2-1.32.1.tar.xz) = bb086aa7d3463260df3af5f7d86662b3287aad14 -SHA512 (nghttp2-1.32.1.tar.xz) = 477e6f4ccdba5c86436d554be819fd10a715896173029aa72f9c90c2ee64dbe20e2ff4cde614be3a7683dec9e0feaa21d124493ed5fc12ad4c63a37a83bad57c -Size (nghttp2-1.32.1.tar.xz) = 1548812 bytes +SHA1 (nghttp2-1.33.0.tar.xz) = 0a11f7de6ea8e66fbecc9fe4ddc61b6ab40af469 +RMD160 (nghttp2-1.33.0.tar.xz) = 255991dff0f61d6c287e399f4b6487e5386ccf8c +SHA512 (nghttp2-1.33.0.tar.xz) = eeb0bf64fea115444c685c8a01c1017ce96be18adf88ffcdecad067de7012ca61c6b2b6a627b18e2572bba7bd77ec56a3ca4b1109f7a4b21220e8e28687b5b74 +Size (nghttp2-1.33.0.tar.xz) = 1554776 bytes |