diff options
author | adam <adam@pkgsrc.org> | 2017-01-07 20:04:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-01-07 20:04:22 +0000 |
commit | fc0d33f63a47ace5d43fbbf06061762d5d188943 (patch) | |
tree | 74006da607dbc86ab1bc2557b5950a82fdaaa40e /www/nghttp2 | |
parent | 30079fd81b918d5db9527b5371c6cc23889986b9 (diff) | |
download | pkgsrc-fc0d33f63a47ace5d43fbbf06061762d5d188943.tar.gz |
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 (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 4 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index d19d72c62d4..409a4822970 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -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 --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 55f72099448..8bf555b76c6 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -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 |