pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 20 16:38:22 UTC 2019

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo options.mk

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/nghttp2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp2/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.56 pkgsrc/www/nghttp2/Makefile:1.57
--- pkgsrc/www/nghttp2/Makefile:1.56    Thu Aug 22 12:23:53 2019
+++ pkgsrc/www/nghttp2/Makefile Wed Nov 20 16:38:22 2019
@@ -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 @@ LICENSE=     mit
 # 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

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.42 pkgsrc/www/nghttp2/distinfo:1.43
--- pkgsrc/www/nghttp2/distinfo:1.42    Wed Aug 14 07:43:33 2019
+++ pkgsrc/www/nghttp2/distinfo Wed Nov 20 16:38:22 2019
@@ -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

Index: pkgsrc/www/nghttp2/options.mk
diff -u pkgsrc/www/nghttp2/options.mk:1.6 pkgsrc/www/nghttp2/options.mk:1.7
--- pkgsrc/www/nghttp2/options.mk:1.6   Mon Jan 14 17:22:18 2019
+++ pkgsrc/www/nghttp2/options.mk       Wed Nov 20 16:38:22 2019
@@ -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