pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nghttp2 Changes 1.14.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9feff9a38b2a
branches:  trunk
changeset: 352354:9feff9a38b2a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 12 17:22:15 2016 +0000

description:
Changes 1.14.1:
In this release, we fixed the bug which causes GOAWAY race with new incoming stream on server side. The bug has been reported in GH-681. This is a regression introduced in 16c4611. We were happy with 
that commit since nghttp2 server passed all strict mode h2spec tests. However, it turned out that it could not handle some cases well, and one of them is GOAWAY race on server side. We reverted part 
of that commit to fix this issue. This bug only affects nghttp2 server side session. The client side nghttp2 session is not affected by this bug.

diffstat:

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

diffs (27 lines):

diff -r 8a4d0261b6fd -r 9feff9a38b2a www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Mon Sep 12 17:13:15 2016 +0000
+++ b/www/nghttp2/Makefile      Mon Sep 12 17:22:15 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/07/07 08:32:14 adam Exp $
+# $NetBSD: Makefile,v 1.11 2016/09/12 17:22:15 adam Exp $
 
-DISTNAME=      nghttp2-1.12.0
+DISTNAME=      nghttp2-1.14.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
diff -r 8a4d0261b6fd -r 9feff9a38b2a www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Mon Sep 12 17:13:15 2016 +0000
+++ b/www/nghttp2/distinfo      Mon Sep 12 17:22:15 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/07/07 08:32:14 adam Exp $
+$NetBSD: distinfo,v 1.10 2016/09/12 17:22:15 adam Exp $
 
-SHA1 (nghttp2-1.12.0.tar.xz) = 62c29193b075b16d56d6fee8d29f74c8a912195a
-RMD160 (nghttp2-1.12.0.tar.xz) = ef4b6baa2df33c2bab08aa385623c898d02e3b06
-SHA512 (nghttp2-1.12.0.tar.xz) = 7feeb87e55d94558a6d42306fe38ba6ea702242733347db18023deddd7e0a956995ed6df0595d5c40508394011f2188cd71c5e7cbcddb8fb58222a27b1c27c6b
-Size (nghttp2-1.12.0.tar.xz) = 1478808 bytes
+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



Home | Main Index | Thread Index | Old Index