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 Jan 26 20:44:27 UTC 2017
Modified Files:
pkgsrc/www/nghttp2: Makefile distinfo
Log Message:
Changes 1.19.0:
We fixed memory leak bug which only occurs in server side session. Client side sessions are not affected. This bug was detected by LLVM libFuzzer with HTTP/2 corpus that h2o
project uses. Due to the bad code path which nullifies next pointers of linked list in a certain condition, nghttp2_stream object is not going to be freed. We highly encourage to upgrade the existing
installation to this latest version.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/www/nghttp2/Makefile:1.20
--- pkgsrc/www/nghttp2/Makefile:1.19 Sat Jan 7 20:04:22 2017
+++ pkgsrc/www/nghttp2/Makefile Thu Jan 26 20:44:27 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/01/07 20:04:22 adam Exp $
+# $NetBSD: Makefile,v 1.20 2017/01/26 20:44:27 adam Exp $
-DISTNAME= nghttp2-1.18.1
+DISTNAME= nghttp2-1.19.0
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.16 pkgsrc/www/nghttp2/distinfo:1.17
--- pkgsrc/www/nghttp2/distinfo:1.16 Sat Jan 7 20:04:22 2017
+++ pkgsrc/www/nghttp2/distinfo Thu Jan 26 20:44:27 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/01/07 20:04:22 adam Exp $
+$NetBSD: distinfo,v 1.17 2017/01/26 20:44:27 adam Exp $
-SHA1 (nghttp2-1.18.1.tar.xz) = c2963db2fa9df7b4410dc3cc21f0910b94f1657a
-RMD160 (nghttp2-1.18.1.tar.xz) = 5d1795a6c2f1e440e121779362bfa3591e2824b4
-SHA512 (nghttp2-1.18.1.tar.xz) = 7cc0e270bfce2cc094a6135540183bd6ed7336628d85d983b481faea1c10bf4e20b1d4526e1e4be364305500ec43691c2b86d7a8972455c4491ef008f6234e84
-Size (nghttp2-1.18.1.tar.xz) = 1498476 bytes
+SHA1 (nghttp2-1.19.0.tar.xz) = 8ad04f006ff9f7deea9c9b63c02af9ca14f6771b
+RMD160 (nghttp2-1.19.0.tar.xz) = f73bfd1ad2006c6b5b0aa11b8f557a8527bdeab1
+SHA512 (nghttp2-1.19.0.tar.xz) = 848c25ad8ef3cf3388e35f0ee074441a4e0bc0a68739f8eaecb6185f3e1bb9cf190df75fda2c0182d93500522663549309a20ded4803dcb5b5731f9748e98f4f
+Size (nghttp2-1.19.0.tar.xz) = 1504732 bytes
Home |
Main Index |
Thread Index |
Old Index