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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60c16897dd87
branches:  trunk
changeset: 344441:60c16897dd87
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 20 16:38:22 2019 +0000

description:
nghttp2: updated to 1.40.0

nghttp2 v1.40.0
lib: Add nghttp2_check_authority as public API (GH-1413)
lib: Fix the bug that stream is closed with wrong error code (GH-1408)
lib: Faster huffman encoding and decoding (GH-1405)
build: Avoid filename collision of static and dynamic lib (Patch from William A Rowe Jr) (GH-1394)
build: Add new flag ENABLE_STATIC_CRT for Windows (Patch from William A Rowe Jr) (GH-1393)
build: cmake: Support building nghttpx with systemd (Patch from Andrew Penkrat) (GH-1377)
third-party: Update neverbleed to fix memory leak
nghttpx: Fix bug that mruby is incorrectly shared between backends (GH-1392)
nghttpx: Reconnect h1 backend if it lost connection before sending headers
nghttpx: Returns 408 if backend timed out before sending headers
nghttpx: Fix request stall (GH-1378)

diffstat:

 www/nghttp2/Makefile   |   9 ++-------
 www/nghttp2/distinfo   |  10 +++++-----
 www/nghttp2/options.mk |   3 +--
 3 files changed, 8 insertions(+), 14 deletions(-)

diffs (52 lines):

diff -r 8a029a3398da -r 60c16897dd87 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Wed Nov 20 16:37:28 2019 +0000
+++ b/www/nghttp2/Makefile      Wed Nov 20 16:38:22 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2019/08/22 12:23:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.57 2019/11/20 16:38:22 adam Exp $
 
-DISTNAME=      nghttp2-1.39.2
-PKGREVISION=   1
+DISTNAME=      nghttp2-1.40.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
@@ -15,10 +14,6 @@
 # Upstream documents that c++14 is required for C++ parts of the code;
 # the base package does not use C++.
 USE_LANGUAGES=         c
-# Upstream documents that gcc>=6 or clang >= 6 is required, but this
-# appears not to be true for the C parts.
-# https://github.com/nghttp2/nghttp2/issues/1293
-
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
diff -r 8a029a3398da -r 60c16897dd87 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Wed Nov 20 16:37:28 2019 +0000
+++ b/www/nghttp2/distinfo      Wed Nov 20 16:38:22 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2019/08/14 07:43:33 adam Exp $
+$NetBSD: distinfo,v 1.43 2019/11/20 16:38:22 adam Exp $
 
-SHA1 (nghttp2-1.39.2.tar.xz) = 21cc8e8b1f71e3812c5c957280d6addd916311fa
-RMD160 (nghttp2-1.39.2.tar.xz) = 5bda6a53aeaa2d7c194c990346951080a96f0912
-SHA512 (nghttp2-1.39.2.tar.xz) = d8c971543e3e87736dfafebca55e9ecd0644e304c9731edaccba34170205824476595861a439077289b438ad489dd6008dedf2c6b2c111920300329be1b1bf34
-Size (nghttp2-1.39.2.tar.xz) = 1635428 bytes
+SHA1 (nghttp2-1.40.0.tar.xz) = 7df231b961b84bd5d0c8ce81062de8aad83fcf5e
+RMD160 (nghttp2-1.40.0.tar.xz) = 91b637294817800880bdce5d15b0876189f2d53a
+SHA512 (nghttp2-1.40.0.tar.xz) = 3f9b989c4bd9571b11bb9d59fe2dfd5596ba3962babfc836587d5047e780400a6cf46e43c602caa25ca83c03b84a1629953140d45223099b193df54a719745ce
+Size (nghttp2-1.40.0.tar.xz) = 1637004 bytes
diff -r 8a029a3398da -r 60c16897dd87 www/nghttp2/options.mk
--- a/www/nghttp2/options.mk    Wed Nov 20 16:37:28 2019 +0000
+++ b/www/nghttp2/options.mk    Wed Nov 20 16:38:22 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.6 2019/01/14 17:22:18 gdt Exp $
+# $NetBSD: options.mk,v 1.7 2019/11/20 16:38:22 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nghttp2
 PKG_SUPPORTED_OPTIONS= nghttp2-asio nghttp2-tools
-PKG_SUGGESTED_OPTIONS= #
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index