diff options
author | adam <adam@pkgsrc.org> | 2019-04-18 07:19:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-04-18 07:19:06 +0000 |
commit | 966b6213245413ef79c7deb8a4631f3f2f518759 (patch) | |
tree | 0804ec0a7934959cb0f5a6d1bde44d5905b12ab1 /www/nghttp2 | |
parent | 6e41eea3f0b4596beabe55505eab83fd44dc797c (diff) | |
download | pkgsrc-966b6213245413ef79c7deb8a4631f3f2f518759.tar.gz |
nghttp2: updated to 1.38.0
lib
This release fixes the bug that on_header callback is still called after stream is closed.
third-party
http-parser is upgraded to v2.9.1.
nghttpx
This release fixes the bug that authority and path altered by per-pattern mruby script can affect backend selection on retry.
It also fixes the bug that HTTP/1.1 chunked request stalls.
Now nghttpx does not log authorization request header field value with -LINFO.
Now nghttpx can be built with modern LibreSSL.
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 5546bb6fe1b..593d6c596e5 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2019/03/13 17:45:08 adam Exp $ +# $NetBSD: Makefile,v 1.51 2019/04/18 07:19:06 adam Exp $ -DISTNAME= nghttp2-1.37.0 +DISTNAME= nghttp2-1.38.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 3f32cac8ed2..b590a11b1ce 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2019/03/13 17:45:08 adam Exp $ +$NetBSD: distinfo,v 1.40 2019/04/18 07:19:06 adam Exp $ -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 +SHA1 (nghttp2-1.38.0.tar.xz) = 8a13b0f2a28034129a5a9a3bd5375262bb45c0e4 +RMD160 (nghttp2-1.38.0.tar.xz) = 887ea354383fa461d5c1fa18560d44288c0561c0 +SHA512 (nghttp2-1.38.0.tar.xz) = e432d52bcf77379ed5c10ceafb587ec8d66c56bb728cda56487b237cbab1d0073689624419ed306162dab3a51b91cfe0f59cb173b5d81346e2b6d0abd56635bc +Size (nghttp2-1.38.0.tar.xz) = 1628356 bytes |