diff options
author | adam <adam@pkgsrc.org> | 2016-11-24 07:59:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-11-24 07:59:48 +0000 |
commit | 25805bf10b75b49d899396dcff021bdd3c7c9e63 (patch) | |
tree | 8a721ec2a0817ccb16494f392e383a3dae7ea105 /www/nghttp2/Makefile | |
parent | f1ce3ed8ef3b1e36d62fd6efee36efd51a35d84a (diff) | |
download | pkgsrc-25805bf10b75b49d899396dcff021bdd3c7c9e63.tar.gz |
Changes 1.16.1:
We fixed the bug that nghttp2 HPACK decoder may decode wrong integer because of undefined behaviour.
We fixed the bug in nghttpx that may make nghttpx crash if final response after non-final response from origin server is forwarded to HTTP/1.1 client.
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 1023147928c..035bf295425 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2016/10/30 11:15:19 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/11/24 07:59:48 adam Exp $ -DISTNAME= nghttp2-1.16.0 +DISTNAME= nghttp2-1.16.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |