diff options
author | adam <adam@pkgsrc.org> | 2019-04-18 07:19:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-04-18 07:19:06 +0000 |
commit | 966b6213245413ef79c7deb8a4631f3f2f518759 (patch) | |
tree | 0804ec0a7934959cb0f5a6d1bde44d5905b12ab1 /www/nghttp2/Makefile | |
parent | 6e41eea3f0b4596beabe55505eab83fd44dc797c (diff) | |
download | pkgsrc-966b6213245413ef79c7deb8a4631f3f2f518759.tar.gz |
nghttp2: updated to 1.38.0
lib
This release fixes the bug that on_header callback is still called after stream is closed.
third-party
http-parser is upgraded to v2.9.1.
nghttpx
This release fixes the bug that authority and path altered by per-pattern mruby script can affect backend selection on retry.
It also fixes the bug that HTTP/1.1 chunked request stalls.
Now nghttpx does not log authorization request header field value with -LINFO.
Now nghttpx can be built with modern LibreSSL.
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 5546bb6fe1b..593d6c596e5 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2019/03/13 17:45:08 adam Exp $ +# $NetBSD: Makefile,v 1.51 2019/04/18 07:19:06 adam Exp $ -DISTNAME= nghttp2-1.37.0 +DISTNAME= nghttp2-1.38.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |