pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nghttp2 nghttp2: updated to 1.39.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce878f2ad614
branches:  trunk
changeset: 396957:ce878f2ad614
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 13 09:28:52 2019 +0000

description:
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:

 www/nghttp2/Makefile |   5 ++---
 www/nghttp2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r d00361a19661 -r ce878f2ad614 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Thu Jun 13 09:07:55 2019 +0000
+++ b/www/nghttp2/Makefile      Thu Jun 13 09:28:52 2019 +0000
@@ -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 -r d00361a19661 -r ce878f2ad614 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Thu Jun 13 09:07:55 2019 +0000
+++ b/www/nghttp2/distinfo      Thu Jun 13 09:28:52 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index