diff options
author | adam <adam@pkgsrc.org> | 2016-10-30 11:15:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-10-30 11:15:19 +0000 |
commit | 8fc0ec3865d295498b69bfa97832a911fbb14d72 (patch) | |
tree | 268aca95e1128cb5fbe7b687f5da7683b97284f2 /www | |
parent | 7716081bda4be6da4cbb3b8e134b9dac74e96689 (diff) | |
download | pkgsrc-8fc0ec3865d295498b69bfa97832a911fbb14d72.tar.gz |
Changes 1.16.0:
libnghttp2
----------
Previously, if libnghttp2 is built with DEBUGBUILD macro defined, it prints out debug messages into stderr. In this release, Anders Bakken added nghttp2_set_debug_vprintf_callback() function to set a callback which can customize how debug message is processed. The parameters passed to the callback are suitable for use with vfprintf(3) function.
libnghttp2_asio
---------------
We fixed the bug which causes crash if nghttp2::asio_http2::server::response::end() is called from outside nghttp2 callback (e.g., asynchronous timer callback).
nghttpx
-------
We have added --backend-connect-timeout option to specify how long nghttpx waits until backend TCP connection is established.
The new option --ecdh-curves lets you specify the list of named curve for use in TLS.
We have added TLS signed_certificate_timestamp extension support. signed_certificate_timestamp extension is defined in RFC 6962. The new option --tls-sct-dir is used to specify the directory which contains *.sct files. These files are read in start up, and sent to client in TLS handshake. The format of *.sct files is the same as the one that nginx and Apache mod_ssl_ct use. For additional certificates specified by --subcert option, we extended the syntax of the option, and now it can take sct-dir parameter which takes the directory that should contain *.sct files for the certificate.
h2load
------
We have added --header-table-size and --encoder-header-table-size options to specify HPACK header table size for both direction.
Diffstat (limited to 'www')
-rw-r--r-- | www/nghttp2/Makefile | 5 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index d76bb9c6c5e..1023147928c 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/10/07 18:25:35 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/10/30 11:15:19 adam Exp $ -DISTNAME= nghttp2-1.15.0 -PKGREVISION= 1 +DISTNAME= nghttp2-1.16.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 b3479f62528..34e0e4408ed 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/09/30 13:56:15 adam Exp $ +$NetBSD: distinfo,v 1.12 2016/10/30 11:15:19 adam Exp $ -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 +SHA1 (nghttp2-1.16.0.tar.xz) = 88eaa297d4f946db904adda6c15287a3837e72e1 +RMD160 (nghttp2-1.16.0.tar.xz) = 8fde67ca02099a83330298c8efe7fa8a88825e4d +SHA512 (nghttp2-1.16.0.tar.xz) = 8dccecea61cdbbeeefefaba078af76125cfa81231fb36202055e0abda6153ffdb86d7e58133edfd65b2a517e36a617d13f32459b922774a48bc5dc93d3f57d77 +Size (nghttp2-1.16.0.tar.xz) = 1499104 bytes |