From 25805bf10b75b49d899396dcff021bdd3c7c9e63 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 24 Nov 2016 07:59:48 +0000 Subject: Changes 1.16.1: We fixed the bug that nghttp2 HPACK decoder may decode wrong integer because of undefined behaviour. We fixed the bug in nghttpx that may make nghttpx crash if final response after non-final response from origin server is forwarded to HTTP/1.1 client. --- www/nghttp2/Makefile | 4 ++-- www/nghttp2/distinfo | 10 +++++----- www/nghttp2/options.mk | 3 +-- 3 files changed, 8 insertions(+), 9 deletions(-) (limited to 'www/nghttp2') diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 1023147928c..035bf295425 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2016/10/30 11:15:19 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/11/24 07:59:48 adam Exp $ -DISTNAME= nghttp2-1.16.0 +DISTNAME= nghttp2-1.16.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 34e0e4408ed..d5bd05c5816 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/10/30 11:15:19 adam Exp $ +$NetBSD: distinfo,v 1.13 2016/11/24 07:59:48 adam Exp $ -SHA1 (nghttp2-1.16.0.tar.xz) = 88eaa297d4f946db904adda6c15287a3837e72e1 -RMD160 (nghttp2-1.16.0.tar.xz) = 8fde67ca02099a83330298c8efe7fa8a88825e4d -SHA512 (nghttp2-1.16.0.tar.xz) = 8dccecea61cdbbeeefefaba078af76125cfa81231fb36202055e0abda6153ffdb86d7e58133edfd65b2a517e36a617d13f32459b922774a48bc5dc93d3f57d77 -Size (nghttp2-1.16.0.tar.xz) = 1499104 bytes +SHA1 (nghttp2-1.16.1.tar.xz) = afc9773cb56e0df0107ecaeb9fcabd2567905d4b +RMD160 (nghttp2-1.16.1.tar.xz) = 96de74b4f3dc0c4128885c6074a1898bf1fecfd2 +SHA512 (nghttp2-1.16.1.tar.xz) = 8b584a68a03529bb7d0b635901c74a94a3e3b7d050616d80648e1b13c36dcd2bd82500835db4badb023dee966973dad041792b697f4f5f20094615c8e9732209 +Size (nghttp2-1.16.1.tar.xz) = 1495660 bytes diff --git a/www/nghttp2/options.mk b/www/nghttp2/options.mk index 4df1bc3191b..2fc35687490 100644 --- a/www/nghttp2/options.mk +++ b/www/nghttp2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2015/10/17 09:56:40 adam Exp $ +# $NetBSD: options.mk,v 1.3 2016/11/24 07:59:48 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nghttp2 PKG_SUPPORTED_OPTIONS= nghttp2-asio nghttp2-tools @@ -40,7 +40,6 @@ PLIST.tools= yes .include "../../devel/zlib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/jansson/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" .include "../../www/spdylay/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-app -- cgit v1.2.3