summaryrefslogtreecommitdiff
path: root/www/nghttp2/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-03-30 16:20:50 +0000
committeradam <adam@pkgsrc.org>2017-03-30 16:20:50 +0000
commit6a0f576c6e6c0fd820dbc19cca18c33711b3df20 (patch)
tree334268d87fa294d3ed3fb0a1f6eda96254a8cf17 /www/nghttp2/Makefile
parent9472e7ef14ff0cd5131ae2a527122fff5e55405b (diff)
downloadpkgsrc-6a0f576c6e6c0fd820dbc19cca18c33711b3df20.tar.gz
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 (limited to 'www/nghttp2/Makefile')
-rw-r--r--www/nghttp2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 2eeeb835aa6..07ae9e02370 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -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