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.16.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c94296b23bd3
branches:  trunk
changeset: 355170:c94296b23bd3
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 24 07:59:48 2016 +0000

description:
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.

diffstat:

 www/nghttp2/Makefile   |   4 ++--
 www/nghttp2/distinfo   |  10 +++++-----
 www/nghttp2/options.mk |   3 +--
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r d71e38c20fb7 -r c94296b23bd3 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Thu Nov 24 02:23:41 2016 +0000
+++ b/www/nghttp2/Makefile      Thu Nov 24 07:59:48 2016 +0000
@@ -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 -r d71e38c20fb7 -r c94296b23bd3 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Thu Nov 24 02:23:41 2016 +0000
+++ b/www/nghttp2/distinfo      Thu Nov 24 07:59:48 2016 +0000
@@ -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 -r d71e38c20fb7 -r c94296b23bd3 www/nghttp2/options.mk
--- a/www/nghttp2/options.mk    Thu Nov 24 02:23:41 2016 +0000
+++ b/www/nghttp2/options.mk    Thu Nov 24 07:59:48 2016 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index