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.30.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d573df08f32
branches:  trunk
changeset: 375500:8d573df08f32
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 13 09:09:45 2018 +0000

description:
nghttp2: updated to 1.30.0

1.30.0:
lib:
This release fixes the bug so that PING frame can be sent after GOAWAY.

nghttpx:
This release fixes the bug that set_header method in mruby script wrongly overwrites other header fields.

upgrade-scheme parameter has been added to backend option to workaround the issue that a backend server requires that HTTP/2 :scheme pseudo header field value should be https.

This release fixes the bug that ALPN validation does not occur if client does not send TLS ALPN extension.

To more compliant to RFC 8297, nghttpx now remembers which resource is pushed per a single request.

diffstat:

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

diffs (28 lines):

diff -r 66af9cb2e691 -r 8d573df08f32 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Tue Feb 13 08:37:46 2018 +0000
+++ b/www/nghttp2/Makefile      Tue Feb 13 09:09:45 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2018/01/01 21:18:12 adam Exp $
+# $NetBSD: Makefile,v 1.36 2018/02/13 09:09:45 adam Exp $
 
-DISTNAME=      nghttp2-1.29.0
-PKGREVISION=   1
+DISTNAME=      nghttp2-1.30.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
diff -r 66af9cb2e691 -r 8d573df08f32 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Tue Feb 13 08:37:46 2018 +0000
+++ b/www/nghttp2/distinfo      Tue Feb 13 09:09:45 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2017/12/21 08:18:38 adam Exp $
+$NetBSD: distinfo,v 1.30 2018/02/13 09:09:45 adam Exp $
 
-SHA1 (nghttp2-1.29.0.tar.xz) = fa20d98e5837ec8323eacc5e5a5d9713c9ef8f91
-RMD160 (nghttp2-1.29.0.tar.xz) = f8d2c18b9688c4496817452071a86f5446b0dfe4
-SHA512 (nghttp2-1.29.0.tar.xz) = a518ff1dcc9ae93f8228f4fa9110b9cbc460260a794d455530218c66317c6b96a5b14971aff25428e37326b5ce9f4d8480eefe6fcba17af23efa4ebceb56f23e
-Size (nghttp2-1.29.0.tar.xz) = 1544736 bytes
+SHA1 (nghttp2-1.30.0.tar.xz) = f7d87c39a4d126b356f2a2152cb05aecc866ed5c
+RMD160 (nghttp2-1.30.0.tar.xz) = 5d3c4ddeaf2949b16135fcdb3096e8820e4706bd
+SHA512 (nghttp2-1.30.0.tar.xz) = 4b79f46947777627f0a9e1384ec51ac70e273aef6d46d322aa448731726b8ca606e73dcb171170bbe91fce93c28170ff04e11da56ee90fa28d642e7bc37b50be
+Size (nghttp2-1.30.0.tar.xz) = 1545352 bytes



Home | Main Index | Thread Index | Old Index