diff options
author | adam <adam@pkgsrc.org> | 2017-12-21 08:18:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-21 08:18:38 +0000 |
commit | ff59fd277b8e1bcb49e7627f7a91a45c3a339ad6 (patch) | |
tree | ac3835d21057d904673fb32945d555816d72e49c /www/nghttp2/Makefile | |
parent | dd506e1550cf0af09e2427c2a0ed982f2c577807 (diff) | |
download | pkgsrc-ff59fd277b8e1bcb49e7627f7a91a45c3a339ad6.tar.gz |
nghttp2: updated to 1.29.0
nghttp2 v1.29.0:
lib
* NGHTTP2_REFUSED_STREAM is now used as an error code passed to nghttp2_on_stream_close_callback for streams which are closed by GOAWAY to indicate that they are safely retried.
build
* SPDY related code was completely removed.
nghttpx
* The commit which breaks load balancing among HTTP/2 backend in some situations has been reverted.
* The default value of --api-max-request-body option has been increased to 32MiB.
* The time to load the large number of backend options has been greatly improved.
* The crash with --backend-http-proxy-uri option 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 e52d9c9e084..f2db89643f1 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2017/11/26 16:43:30 adam Exp $ +# $NetBSD: Makefile,v 1.34 2017/12/21 08:18:38 adam Exp $ -DISTNAME= nghttp2-1.28.0 +DISTNAME= nghttp2-1.29.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |