summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam>2015-11-18 08:51:00 +0000
committeradam <adam>2015-11-18 08:51:00 +0000
commit0cd4e6bdcba3f53d6fe4109860838afced3d5960 (patch)
tree23a1b2b6110d838d485d4353ce739f2b9dad9039 /www
parent42461b1bc80923e8b7a4a93f5dcc1f3f9cd0788d (diff)
downloadpkgsrc-0cd4e6bdcba3f53d6fe4109860838afced3d5960.tar.gz
Changes 1.4.0:
This release includes number of fixes for libnghttp2. We briefly explain notable bug fixes here. Previously, libnghttp2 ignored CONTINUATION frames if preceding HEADERS frame contained padding. The appearance of CONTINUATION is rare these days, but padding is used in some services already, and we may see CONTINUATION somewhere too. The second and third bugs are SETTINGS and HPACK dynamic table size related bugs. The second bug is that previously libnghttp2 did not shrink to minimum size of requested dynamic table size contained in SETTINGS frame sent from local endpoint if it contains several SETTINGS_HEADER_TABLE_SIZE. Now it is corrected, and libnghttp2 shrinks to the minimum size. The third bug is that due to the ambiguous text in RFC 7540 and 7541, we interpreted that if receiver received SETTINGS containing SETTINGS_HEADER_TABLE_SIZE, it always has to send dynamic table size update in the next compressed header block. But it turns out that it is not the intention of the specification author. The intended behaviour is the receiver is required to send dynamic table size update only when it really changed maximum dynamic table size. Depending on the SETTINGS_HEADER_TABLE_SIZE and the current maximum dynamic table size, the table size may not change.
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 2ad55863ecd..b6df1841b67 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/10/17 09:56:40 adam Exp $
+# $NetBSD: Makefile,v 1.3 2015/11/18 08:51:00 adam Exp $
-DISTNAME= nghttp2-1.3.4
+DISTNAME= nghttp2-1.4.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
EXTRACT_SUFX= .tar.xz
diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo
index 069a7421217..7f6f67a94e3 100644
--- a/www/nghttp2/distinfo
+++ b/www/nghttp2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/10/17 09:56:40 adam Exp $
+$NetBSD: distinfo,v 1.3 2015/11/18 08:51:00 adam Exp $
-SHA1 (nghttp2-1.3.4.tar.xz) = d7d5ff650ffcced862db7ef0e83c1cc72b420740
-RMD160 (nghttp2-1.3.4.tar.xz) = e04fc798e99f63c3a325cbe1242e8c75620c4c9b
-SHA512 (nghttp2-1.3.4.tar.xz) = 5130ea9e68f85d7c626f585b20c4cd9af22de2c3ecc70f811197f07f00b94d135b645e9437909a60923fa5c24ef0a2d3fd7b7b6334653cdb2a627f5b5a0c80db
-Size (nghttp2-1.3.4.tar.xz) = 1271920 bytes
+SHA1 (nghttp2-1.4.0.tar.xz) = 96b40c57182c2ab03542f7af7b00ce3565e5f7b9
+RMD160 (nghttp2-1.4.0.tar.xz) = 07c85bf14b1ddf10f8356b5b89e5ae2b58cad3c0
+SHA512 (nghttp2-1.4.0.tar.xz) = ebf5c211392b2b860dee529c6d248c7c03ad6c1bbd474c021e988b54708957646d1d407cc2dff99db1b1c431228b576ae753e20fb59b7a56d22d8115f287d0ce
+Size (nghttp2-1.4.0.tar.xz) = 1388820 bytes