pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 12 17:22:15 UTC 2016

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/nghttp2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp2/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.10 pkgsrc/www/nghttp2/Makefile:1.11
--- pkgsrc/www/nghttp2/Makefile:1.10    Thu Jul  7 08:32:14 2016
+++ pkgsrc/www/nghttp2/Makefile Mon Sep 12 17:22:15 2016
@@ -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

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.9 pkgsrc/www/nghttp2/distinfo:1.10
--- pkgsrc/www/nghttp2/distinfo:1.9     Thu Jul  7 08:32:14 2016
+++ pkgsrc/www/nghttp2/distinfo Mon Sep 12 17:22:15 2016
@@ -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