diff options
author | adam <adam@pkgsrc.org> | 2019-01-19 15:21:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-01-19 15:21:04 +0000 |
commit | f0cf199a2bf7cdf2ec36f3db113407cccea30983 (patch) | |
tree | b311f17bc7ba1100726591baa8920e20be34a8a3 /www/nghttp2/Makefile | |
parent | 38167472f19a6349208bf99c099317046987201c (diff) | |
download | pkgsrc-f0cf199a2bf7cdf2ec36f3db113407cccea30983.tar.gz |
nghttp2: updated to 1.36.0
nghttp2 v1.36.0.
build
CMake build disables shared library if ENABLE_SHARED_LIB is OFF.
third-party
http-parser has been upgraded to v2.9.0.
mruby has been upgraded to v2.0.0.
nghttpx
nghttpx now pools h1 backend connection per address and uses it when the round robin index points to the address.
nghttpx now randomizes backend address round robin order per thread.
The bug that long certificate serial numbers cannot be handled has been fixed.
h2load
An option to write per-request logs has been added.
asio
The API to get the current server port has been added.
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 78833a7fb9a..170ba243dc4 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2019/01/14 17:22:18 gdt Exp $ +# $NetBSD: Makefile,v 1.49 2019/01/19 15:21:04 adam Exp $ -DISTNAME= nghttp2-1.35.1 -PKGREVISION= 2 +DISTNAME= nghttp2-1.36.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |