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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c89a108f2a74
branches:  trunk
changeset: 356913:c89a108f2a74
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 07 20:04:22 2017 +0000

description:
Changes 1.18.1:
This release fixes several bugs in nghttpx proxy server. Since v1.18.0 release, dynamic DNS feature has been added to nghttpx. This release fixes these DNS related bugs. User reported that nghttpx 
exited with assertion error in libev code when DNS was enabled. After investigating it, it turned out that this bug had existed well before DNS was added, but enabling DNS helped to trigger the bug.

diffstat:

 www/nghttp2/Makefile |   4 ++--
 www/nghttp2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 96e932af8bb0 -r c89a108f2a74 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Sat Jan 07 19:06:37 2017 +0000
+++ b/www/nghttp2/Makefile      Sat Jan 07 20:04:22 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2017/01/02 09:51:18 adam Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/07 20:04:22 adam Exp $
 
-DISTNAME=      nghttp2-1.18.0
+DISTNAME=      nghttp2-1.18.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
diff -r 96e932af8bb0 -r c89a108f2a74 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Sat Jan 07 19:06:37 2017 +0000
+++ b/www/nghttp2/distinfo      Sat Jan 07 20:04:22 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/01/02 09:51:18 adam Exp $
+$NetBSD: distinfo,v 1.16 2017/01/07 20:04:22 adam Exp $
 
-SHA1 (nghttp2-1.18.0.tar.xz) = 65c0743edd805325e64a9b99fcad3795e1a808de
-RMD160 (nghttp2-1.18.0.tar.xz) = ab8e3cb7a74545e5a8f3d1d10a805fd06b49adad
-SHA512 (nghttp2-1.18.0.tar.xz) = 97916e9da69c5465f3760dad6f1112fcee54668fa628b2c050df59e2d71ec419ec366af41cca15c60b1d6fe155b18aed635b685dc6e894613087871157136f3d
-Size (nghttp2-1.18.0.tar.xz) = 1501812 bytes
+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



Home | Main Index | Thread Index | Old Index