pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nghttp2 Nghttp2 v1.21.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6417845fb2b7
branches:  trunk
changeset: 360488:6417845fb2b7
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 30 16:20:50 2017 +0000

description:
Nghttp2 v1.21.0

libnghttp2
----------
The bug that nghttp2_session_want_write may return 0 if there is pending frames after GOAWAY frame is submitted has been fixed.

build
-----
_U_ macro has been eliminated in favor of old school (void)VAR for better compiler compatibility.

libnghttp2_asio
---------------
The asio client now sends PING frame when it gets idle for 30 seconds.

src
---
Mozilla?s ?Modern compatibility? ciphers are used by default.

nghttpx
-------
The bug that -v option does not print out version number has been fixed.

The workaround of getaddrinfo failure with AI_ADDRCONFIG has been applied.

nghttpx now escapes certain characters in access log.

nghttpx now enables backend pattern matching with --http2-proxy option as well.

diffstat:

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

diffs (27 lines):

diff -r eda5bb15f31a -r 6417845fb2b7 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Thu Mar 30 16:20:34 2017 +0000
+++ b/www/nghttp2/Makefile      Thu Mar 30 16:20:50 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/02/27 05:21:09 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/03/30 16:20:50 adam Exp $
 
-DISTNAME=      nghttp2-1.20.0
+DISTNAME=      nghttp2-1.21.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
diff -r eda5bb15f31a -r 6417845fb2b7 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Thu Mar 30 16:20:34 2017 +0000
+++ b/www/nghttp2/distinfo      Thu Mar 30 16:20:50 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2017/02/27 05:21:09 adam Exp $
+$NetBSD: distinfo,v 1.19 2017/03/30 16:20:50 adam Exp $
 
-SHA1 (nghttp2-1.20.0.tar.xz) = a28234bdf05d5ded37affca98fd989d7b0cf866d
-RMD160 (nghttp2-1.20.0.tar.xz) = 16fad1cac0f62aa6f43c13ed7594cf888720b3e3
-SHA512 (nghttp2-1.20.0.tar.xz) = 189f1e74972cec2684a0cbf27c144b03729c718032cbe61b0578979c8d14234c01da306c851aada12d00d255453dc180998e59016a22025de749bb2cfff220f0
-Size (nghttp2-1.20.0.tar.xz) = 1513840 bytes
+SHA1 (nghttp2-1.21.0.tar.xz) = 800cf45e4cf169b0cd5659a425b52aeb6ce9fd17
+RMD160 (nghttp2-1.21.0.tar.xz) = 7277586b825bccb7b63a9b5deb118908af5425ca
+SHA512 (nghttp2-1.21.0.tar.xz) = 55e7cad765d1f2f8e3211c20a8a316b6defebfe431f6c07ab81ed3dbe18bbf0eba8d6a980906b919a9e169568272f21e9eb946f6d555169085537f460dc35c4d
+Size (nghttp2-1.21.0.tar.xz) = 1511716 bytes



Home | Main Index | Thread Index | Old Index