pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nghttp2 nghttp2: updated to 1.34.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dc9939f504d
branches:  trunk
changeset: 313613:8dc9939f504d
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 04 13:07:35 2018 +0000

description:
nghttp2: updated to 1.34.0

Nghttp2 v1.34.0

lib

libnghttp2 now supports extended CONNECT method and :protocol pseudo header field defined in RFC 8441. To enable this functionality on server side, send NGHTTP2_SETTINGS_ENABLE_CONNECT_PROTOCOL using 
nghttp2_submit_settings().


nghttpx

nghttpx now supports ?Bootstrapping WebSockets with HTTP/2? defined in RFC 8441 for both frontend and backend HTTP/2 connections.

read-timeout and write-timeout parameters have been added to --backend option to specify read/write timeouts per pattern which override values set by --backend-read-timeout and 
--backend-write-timeout options.

This release fixes stability issues in neverbleed with OpenSSL 1.1.1.

mruby has been updated to version 1.4.1.

env.tls_handshake_finished has been added to mruby scripting to know whether TLS handshake has been completed or not. This might be useful to decide that 0-RTT data should be processed or not.

--tls13-ciphers and --tls-client-ciphers options have been added to configure TLSv1.3 ciphers.

nghttpx now adds Early-Data header field to the request header field when request is included in 0-RTT packet, and TLS handshake has not been completed yet. Early-Data header field is defined in RFC 
8470.

nghttpx now supports TLSv1.3 0-RTT data. By default, it accepts 0-RTT data, but postpones the request until TLS handshake completes. The new option --tls-no-postpone-early-data makes nghttpx not to 
postpone request and adds Early-Data header field to backend request. It is important to make sure that all backends must recognize Early-Data header field to mitigate reply attack.

To enable 0-RTT data and most of the TLSv1.3 features, OpenSSL 1.1.1 is required.

diffstat:

 www/nghttp2/Makefile |   4 ++--
 www/nghttp2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9ab548a57dbb -r 8dc9939f504d www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Thu Oct 04 12:53:07 2018 +0000
+++ b/www/nghttp2/Makefile      Thu Oct 04 13:07:35 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2018/09/03 16:39:45 fhajny Exp $
+# $NetBSD: Makefile,v 1.43 2018/10/04 13:07:35 adam Exp $
 
-DISTNAME=      nghttp2-1.33.0
+DISTNAME=      nghttp2-1.34.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
diff -r 9ab548a57dbb -r 8dc9939f504d www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Thu Oct 04 12:53:07 2018 +0000
+++ b/www/nghttp2/distinfo      Thu Oct 04 13:07:35 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2018/09/03 16:39:45 fhajny Exp $
+$NetBSD: distinfo,v 1.35 2018/10/04 13:07:35 adam Exp $
 
-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
+SHA1 (nghttp2-1.34.0.tar.xz) = 517addfbd22f3739aff3c3c81c6b675a068d37d7
+RMD160 (nghttp2-1.34.0.tar.xz) = 12dd12b340f241466e957aeb62ce24a664b5cec1
+SHA512 (nghttp2-1.34.0.tar.xz) = 5ddc4ab443c51ce286a656d2013421172fc37608f14c0a7ea02fa9e5a0dd155e162d5602b55f34dacc69709525a9a8110dc4c42d92607bbad1951075d094c6a0
+Size (nghttp2-1.34.0.tar.xz) = 1612432 bytes



Home | Main Index | Thread Index | Old Index