summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-09-12 17:22:15 +0000
committeradam <adam@pkgsrc.org>2016-09-12 17:22:15 +0000
commit707dcfd1523238c1da50ea640842208db60079ec (patch)
tree5d12057f0de24a801f2d214a8471b4a37ea2f936 /www
parentbfe6767681277efd8e3b81530eaf096ceabb2592 (diff)
downloadpkgsrc-707dcfd1523238c1da50ea640842208db60079ec.tar.gz
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 (limited to 'www')
-rw-r--r--www/nghttp2/Makefile4
-rw-r--r--www/nghttp2/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 729f0d99bf8..6cba1bcceea 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -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 --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo
index e2817b7fdaa..64bece4e946 100644
--- a/www/nghttp2/distinfo
+++ b/www/nghttp2/distinfo
@@ -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