diff options
author | adam <adam@pkgsrc.org> | 2016-09-30 13:56:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-09-30 13:56:15 +0000 |
commit | a68c8c01995782d8dd9eabba223d8d9239dc2450 (patch) | |
tree | 3bc39c06406bfc60e33b71ca9c6c9d7189795f0e /www | |
parent | 16a702e8a8f6d54e86ffd9ce2182d62cd0c896f4 (diff) | |
download | pkgsrc-a68c8c01995782d8dd9eabba223d8d9239dc2450.tar.gz |
Changes 1.15.0:
lib: Add nghttp2_option_set_max_deflate_dynamic_table_size() API function (GH-684)
lib: Allow NGHTTP2_ERR_PAUSE from nghttp2_data_source_read_callback (GH-671)
lib: Add nghttp2_session_get_hd_deflate_dynamic_table_size() and nghttp2_session_get_hd_inflate_dynamic_table_size() API functions to get current HPACK dynamic table size (GH-664)
lib: Add nghttp2_session_get_local_settings() API function (GH-664)
lib: Add nghttp2_session_get_local_window_size() and nghttp2_session_get_stream_local_window_size() API functions (GH-664)
build: Add -lsocket -lnsl to APPLDFLAGS for solaris build (GH-674)
neverbleed: Update neverbleed to support ECDSA certificate
doc: Mention --enable-lib-only configure option in README
integration: Fix test failure with go1.7.1
src: Fix compile error with openssl 1.1.0
nghttpx: Improve performance with HTTP/1.1 backend when request body is involved
nghttpx: Use std::atomic_* overloads for std::shared_ptr if available
nghttpx: Migrate backend stream to another h2 session on graceful shutdown
nghttpx: Add option to specify HPACK encoder/decoder dynamic table size
nghttpx: Log client address
nghttpx: Add tls_sni to mruby Nghttpx::Env class
nghttpx: Add --frontend-http2-window-size option, and its family functions
nghttpx: Add experimental TCP optimization for h2 frontend
nghttpx: Workaround for std::make_shared bug in Xcode7, 7.1, and 7.2 (GH-670)
nghttpx: Fix bug that bytes are doubly counted to rate limit for TLS connections
nghttpx: Add --no-server-rewrite option not to rewrite server header field (GH-667)
nghttpx: Retry if backend h1 connection cannot be established due to timeout
nghttpx: Reset stream if invalid header field is received in h2
nghttpx: Add --server-name option to change server response header field (GH-667)
nghttpd: Add --encoder-header-table-size option
nghttp: Add --encoder-header-table-size option
python: Support ALPN, require Python 3.5
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 6cba1bcceea..baf1603d38c 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/09/12 17:22:15 adam Exp $ +# $NetBSD: Makefile,v 1.12 2016/09/30 13:56:15 adam Exp $ -DISTNAME= nghttp2-1.14.1 +DISTNAME= nghttp2-1.15.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 64bece4e946..b3479f62528 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/09/12 17:22:15 adam Exp $ +$NetBSD: distinfo,v 1.11 2016/09/30 13:56:15 adam Exp $ -SHA1 (nghttp2-1.14.1.tar.xz) = 2c47cd4debfd3d211db750c30a24e550b0ce329f -RMD160 (nghttp2-1.14.1.tar.xz) = fc2e49f935615a366d74bcc18a56e10b1ebb11b9 -SHA512 (nghttp2-1.14.1.tar.xz) = 36f7383096ac1cb7c978ddc87c4118e79ab213e005576460c3569d282d876ab1ea2d37ca7f59eb1d1935ae14046a23c2332450df27c929c74010156d1581bb61 -Size (nghttp2-1.14.1.tar.xz) = 1481936 bytes +SHA1 (nghttp2-1.15.0.tar.xz) = 4ad47f8f3738d102e89bc46852fcb64a4b80055f +RMD160 (nghttp2-1.15.0.tar.xz) = 66c0c62d8d4c83a2ba7226774af140360ac038d2 +SHA512 (nghttp2-1.15.0.tar.xz) = 2ba41ffb0fa3911e3685ea4811eb7e03b9b0f3365791a9f00f379454531f2617d01bf80d3e1f3bc6f615259a9da0d277641d1a226333158dac2467ec2fc58619 +Size (nghttp2-1.15.0.tar.xz) = 1491916 bytes |