diff options
author | adam <adam@pkgsrc.org> | 2017-04-09 15:24:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-04-09 15:24:02 +0000 |
commit | a81d07f6f4c3e834079798b42941b46d9928bcb2 (patch) | |
tree | 7e778280f35c192986f5c0f0e4b212883fd660de /www/nghttp2/Makefile | |
parent | 256de00aae8ea0d21cc351033d08799fcfbed578 (diff) | |
download | pkgsrc-a81d07f6f4c3e834079798b42941b46d9928bcb2.tar.gz |
Changes 1.21.1:
The bug which causes libnghttp2_asio client to crash has been fixed.
The bug which causes nghttpx to respond to a client with 502 status code if it receives 204 status code from HTTP/1 backend has been fixed.
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 07ae9e02370..0af83ce05c6 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2017/03/30 16:20:50 adam Exp $ +# $NetBSD: Makefile,v 1.23 2017/04/09 15:24:02 adam Exp $ -DISTNAME= nghttp2-1.21.0 +DISTNAME= nghttp2-1.21.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |