diff options
author | adam <adam@pkgsrc.org> | 2019-03-13 17:45:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-13 17:45:08 +0000 |
commit | 3643fb529010918832b3356ab68017d68b5c8cc1 (patch) | |
tree | 96b0b07ee7413c212fd9c1154f5161b67d276e77 /www/nghttp2 | |
parent | bd082d412b99fd9aa5e6c972ac7379fc50f0554c (diff) | |
download | pkgsrc-3643fb529010918832b3356ab68017d68b5c8cc1.tar.gz |
nghttp2: updated to 1.37.0
v1.37.0:
build
CMake build explicitly sets install location when building shared library.
nghttpx
This release fixes possible backend stall when header and request body are sent in their own packets.
The backend option gets weight parameter to influence backend selection.
This release fixes compile error with BoringSSL.
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 4 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 170ba243dc4..5546bb6fe1b 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2019/01/19 15:21:04 adam Exp $ +# $NetBSD: Makefile,v 1.50 2019/03/13 17:45:08 adam Exp $ -DISTNAME= nghttp2-1.36.0 +DISTNAME= nghttp2-1.37.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 12fc1db4c70..3f32cac8ed2 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2019/01/19 15:21:04 adam Exp $ +$NetBSD: distinfo,v 1.39 2019/03/13 17:45:08 adam Exp $ -SHA1 (nghttp2-1.36.0.tar.xz) = 0f5518d95516f394351bfb30904c0d3c6c03ae69 -RMD160 (nghttp2-1.36.0.tar.xz) = 39eed43f5ef20969052cba3388ee5a63f9b671e6 -SHA512 (nghttp2-1.36.0.tar.xz) = 4e0d5c5cdb4f1b7e5f12790850237f36649af4aa9596033392725972e4e0e5a33bb78bd1aa0735e35e489b523b7e9a236a7b5847dfca69bd7583fcab36c13c76 -Size (nghttp2-1.36.0.tar.xz) = 1629020 bytes +SHA1 (nghttp2-1.37.0.tar.xz) = bdd774c5aa60a610556c5e233f6f44cf5f65aecc +RMD160 (nghttp2-1.37.0.tar.xz) = 6743620cb9e0001b4ba8401cb744cd544a9f70c9 +SHA512 (nghttp2-1.37.0.tar.xz) = 67a4b9df3f7f0edad719011fa289d9aa9ef04f31ef3ccf826b861c8830ed24e0743a33b54ab66d198fec7edbf723852b38a2007b335d7f566f702f4b02297b0f +Size (nghttp2-1.37.0.tar.xz) = 1628248 bytes |