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: Thu Nov 24 07:59:48 UTC 2016
Modified Files:
pkgsrc/www/nghttp2: Makefile distinfo options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/nghttp2/options.mk
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.14 pkgsrc/www/nghttp2/Makefile:1.15
--- pkgsrc/www/nghttp2/Makefile:1.14 Sun Oct 30 11:15:19 2016
+++ pkgsrc/www/nghttp2/Makefile Thu Nov 24 07:59:48 2016
@@ -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
Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.12 pkgsrc/www/nghttp2/distinfo:1.13
--- pkgsrc/www/nghttp2/distinfo:1.12 Sun Oct 30 11:15:19 2016
+++ pkgsrc/www/nghttp2/distinfo Thu Nov 24 07:59:48 2016
@@ -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
Index: pkgsrc/www/nghttp2/options.mk
diff -u pkgsrc/www/nghttp2/options.mk:1.2 pkgsrc/www/nghttp2/options.mk:1.3
--- pkgsrc/www/nghttp2/options.mk:1.2 Sat Oct 17 09:56:40 2015
+++ pkgsrc/www/nghttp2/options.mk Thu Nov 24 07:59:48 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index