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.36.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8928fd852772
branches:  trunk
changeset: 318085:8928fd852772
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 19 15:21:04 2019 +0000

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

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

diffs (28 lines):

diff -r f10aa9a6e5b1 -r 8928fd852772 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Sat Jan 19 13:21:29 2019 +0000
+++ b/www/nghttp2/Makefile      Sat Jan 19 15:21:04 2019 +0000
@@ -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
diff -r f10aa9a6e5b1 -r 8928fd852772 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Sat Jan 19 13:21:29 2019 +0000
+++ b/www/nghttp2/distinfo      Sat Jan 19 15:21:04 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2018/12/09 17:05:51 adam Exp $
+$NetBSD: distinfo,v 1.38 2019/01/19 15:21:04 adam Exp $
 
-SHA1 (nghttp2-1.35.1.tar.xz) = 692995dbbf63e4cd7eab1073373dbd0a5da77c99
-RMD160 (nghttp2-1.35.1.tar.xz) = 658cc250e8d2e3b0da0b6cb171351bba137d0bab
-SHA512 (nghttp2-1.35.1.tar.xz) = fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d
-Size (nghttp2-1.35.1.tar.xz) = 1614460 bytes
+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



Home | Main Index | Thread Index | Old Index