Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6C6837A2A4 for ; Sun, 30 Oct 2016 11:15:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1E80C855BC; Sun, 30 Oct 2016 11:15:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A310C855B9 for ; Sun, 30 Oct 2016 11:15:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iXjcMIiMVbDz for ; Sun, 30 Oct 2016 11:15:20 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1672C84CED for ; Sun, 30 Oct 2016 11:15:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11135FB87; Sun, 30 Oct 2016 11:15:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477826120260910" MIME-Version: 1.0 Date: Sun, 30 Oct 2016 11:15:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/nghttp2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20161030111520.11135FB87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1477826120260910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 30 11:15:19 UTC 2016 Modified Files: pkgsrc/www/nghttp2: Makefile distinfo Log Message: Changes 1.16.0: libnghttp2 ---------- Previously, if libnghttp2 is built with DEBUGBUILD macro defined, it prints out debug messages into stderr. In this release, Anders Bakken added nghttp2_set_debug_vprintf_callback() function to set a callback which can customize how debug message is processed. The parameters passed to the callback are suitable for use with vfprintf(3) function. libnghttp2_asio --------------- We fixed the bug which causes crash if nghttp2::asio_http2::server::response::end() is called from outside nghttp2 callback (e.g., asynchronous timer callback). nghttpx ------- We have added --backend-connect-timeout option to specify how long nghttpx waits until backend TCP connection is established. The new option --ecdh-curves lets you specify the list of named curve for use in TLS. We have added TLS signed_certificate_timestamp extension support. signed_certificate_timestamp extension is defined in RFC 6962. The new option --tls-sct-dir is used to specify the directory which contains *.sct files. These files are read in start up, and sent to client in TLS handshake. The format of *.sct files is the same as the one that nginx and Apache mod_ssl_ct use. For additional certificates specified by --subcert option, we extended the syntax of the option, and now it can take sct-dir parameter which takes the directory that should contain *.sct files for the certificate. h2load ------ We have added --header-table-size and --encoder-header-table-size options to specify HPACK header table size for both direction. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/nghttp2/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/nghttp2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477826120260910 Content-Disposition: inline Content-Length: 1616 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/nghttp2/Makefile diff -u pkgsrc/www/nghttp2/Makefile:1.13 pkgsrc/www/nghttp2/Makefile:1.14 --- pkgsrc/www/nghttp2/Makefile:1.13 Fri Oct 7 18:25:35 2016 +++ pkgsrc/www/nghttp2/Makefile Sun Oct 30 11:15:19 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/10/07 18:25:35 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/10/30 11:15:19 adam Exp $ -DISTNAME= nghttp2-1.15.0 -PKGREVISION= 1 +DISTNAME= nghttp2-1.16.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/nghttp2/distinfo diff -u pkgsrc/www/nghttp2/distinfo:1.11 pkgsrc/www/nghttp2/distinfo:1.12 --- pkgsrc/www/nghttp2/distinfo:1.11 Fri Sep 30 13:56:15 2016 +++ pkgsrc/www/nghttp2/distinfo Sun Oct 30 11:15:19 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/09/30 13:56:15 adam Exp $ +$NetBSD: distinfo,v 1.12 2016/10/30 11:15:19 adam Exp $ -SHA1 (nghttp2-1.15.0.tar.xz) = 4ad47f8f3738d102e89bc46852fcb64a4b80055f -RMD160 (nghttp2-1.15.0.tar.xz) = 66c0c62d8d4c83a2ba7226774af140360ac038d2 -SHA512 (nghttp2-1.15.0.tar.xz) = 2ba41ffb0fa3911e3685ea4811eb7e03b9b0f3365791a9f00f379454531f2617d01bf80d3e1f3bc6f615259a9da0d277641d1a226333158dac2467ec2fc58619 -Size (nghttp2-1.15.0.tar.xz) = 1491916 bytes +SHA1 (nghttp2-1.16.0.tar.xz) = 88eaa297d4f946db904adda6c15287a3837e72e1 +RMD160 (nghttp2-1.16.0.tar.xz) = 8fde67ca02099a83330298c8efe7fa8a88825e4d +SHA512 (nghttp2-1.16.0.tar.xz) = 8dccecea61cdbbeeefefaba078af76125cfa81231fb36202055e0abda6153ffdb86d7e58133edfd65b2a517e36a617d13f32459b922774a48bc5dc93d3f57d77 +Size (nghttp2-1.16.0.tar.xz) = 1499104 bytes --_----------=_1477826120260910--