diff options
author | adam <adam@pkgsrc.org> | 2017-02-27 05:21:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-02-27 05:21:09 +0000 |
commit | 098172959d5763ba66821e143ade5e2e5b87bafc (patch) | |
tree | fa9b7876417470de7808aeec6f4f85c108c87b42 /www/nghttp2/Makefile | |
parent | 1151f88f52a525a6b0cbd686dc686c1d8642ef7e (diff) | |
download | pkgsrc-098172959d5763ba66821e143ade5e2e5b87bafc.tar.gz |
Changes 1.20.0:
New API, nghttp2_option_set_no_closed_streams, has been added. By default, libnghttp2 retains closed streams as suggested by RFC 7540, Section 5.3.4. If this option is used, libnghttp2 discards closed streams from memory in order to save memory usage.
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 d6c02174dd3..2eeeb835aa6 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2017/01/26 20:44:27 adam Exp $ +# $NetBSD: Makefile,v 1.21 2017/02/27 05:21:09 adam Exp $ -DISTNAME= nghttp2-1.19.0 +DISTNAME= nghttp2-1.20.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |