diff options
author | adam <adam@pkgsrc.org> | 2019-06-13 09:28:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-06-13 09:28:52 +0000 |
commit | fd0089469fafd63143e90984c8b08d12bce69841 (patch) | |
tree | 116f79eb9d7ed4a9cb0ef3b265e2d7b4979860a4 /www | |
parent | f019520e56d7ddca50b7429b5c982646eeae621a (diff) | |
download | pkgsrc-fd0089469fafd63143e90984c8b08d12bce69841.tar.gz |
nghttp2: updated to 1.39.1
v1.39.1:
nghttpx
This release fixes the bug that log-level is not set with cmd-line or configuration file. It also fixes FPE with default backend.
v1.39.0:
lib
libnghttp2 now ignores content-length in 200 response to CONNECT request as per RFC 7230.
third-party
mruby has been upgraded to 2.0.1.
asio
libnghttp2-asio now supports boost-1.70.
src
http-parser has been replaced with llhttp.
nghttpx
nghttpx now ignores Content-Length and Transfer-Encoding in 1xx or 200 to CONNECT.
This release fixes the bug that the log level does not change to the default value on configuration reload if log-level option is missing in new configuration.
Diffstat (limited to 'www')
-rw-r--r-- | www/nghttp2/Makefile | 5 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 88a118bd5eb..9e9c7bf83c8 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2019/04/25 07:33:27 maya Exp $ +# $NetBSD: Makefile,v 1.53 2019/06/13 09:28:52 adam Exp $ -DISTNAME= nghttp2-1.38.0 -PKGREVISION= 1 +DISTNAME= nghttp2-1.39.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index b590a11b1ce..aa0ec495b78 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.40 2019/04/18 07:19:06 adam Exp $ +$NetBSD: distinfo,v 1.41 2019/06/13 09:28:52 adam Exp $ -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 +SHA1 (nghttp2-1.39.1.tar.xz) = 7f2390d1de857212f684e015540a9213372add7b +RMD160 (nghttp2-1.39.1.tar.xz) = 05226b15b1e860793b4d638bdcccba51f4eddfc9 +SHA512 (nghttp2-1.39.1.tar.xz) = 36558ed03c59086086abbf144ec7c54c60de3fea00a9ea594feea7186a779781cbb66a08c9b34265892dea382b42b875f551e85331cfa0086e357f9b27b919fa +Size (nghttp2-1.39.1.tar.xz) = 1634512 bytes |