From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 330753858D3C for ; Tue, 12 Sep 2023 13:55:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 330753858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id g1eFqXIz0LAoIg3rjqpT2F; Tue, 12 Sep 2023 13:55:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1694526943; bh=Vq8wc5nwmDPeagrO0BkY9hEtX20Ee8/s1Jnm+oGKaVk=; h=Date:From:Subject:Reply-To:To; b=GapF2rYkaY+fFQemq1CEitL8swJABlT+xxf9vNIBrTWX+6UscTiLMbph27GOowRex Qphovy6Ohs3Mt/C1DL+E/1TcVC4PnxzZDM4Lt8K8YurtM2ZVyTlfzkWguAZ4aTdjdm c91TcLqJfHBJ2Z90uzHrH4KhDxZnvwh+JPKdKFiRYp8mE+P0pfxsgrwq0CXcFEpJXw jN2Utmixbq0Lde7vc3DHwMYiIg32ubGmVE6kFb5OAEZwQD9AUUXuRLut0B8POTCl5s qwAMcJF/XEbMpgb0tippBYal0bmVFEIyoyXznAwXwZyXUt2NgzMeZszLsbNW5MToMv Ffkv1I3vkc/YQ== Received: from [10.0.0.5] ([184.64.102.149]) by cmsmtp with ESMTP id g3rjqwiCiyAOeg3rjqsihO; Tue, 12 Sep 2023 13:55:43 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=65006ddf a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=IkcTkHD0fZMA:10 a=X-QBuKCoAAAA:8 a=NEAV23lmAAAA:8 a=UUDYKHaxCIIT7DBpKfcA:9 a=QEXdDO2ut3YA:10 a=vbxwTe1tunHIfGfxEBYx:22 Message-ID: Date: Tue, 12 Sep 2023 07:55:42 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 From: Brian Inglis Subject: Updated: mingw64-x86_64-/nghttp2 libnghttp2_14/-devel 1.56 Reply-To: Cygwin To: Cygwin Announcements Content-Language: en-CA Organization: Inglis Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfDECxBQHf59m+2MxhfyWPy2AMUj7M72rYwK/zUCkildRc5KAaLpQ33ZEX/ijiN8mGB09qlNl1ZtzJ6f0LSo+djVNOPv6qGfqida//nnL75bRoOkLbzMP Dn8b+VV5XqIysC8sWuqdYKDMepHc49FOv6qYJwPsxqzO8yWg3gYsXG8eZoBg23Z4M8x/TZjENWYszSh42mmXCsDvDH2CX5OiYlN29CsJTx5RRwSLs2dy+A3Z e4C53yfnZ+vMIdD/pnjvEw== X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been upgraded in the Cygwin distribution: * nghttp2 1.56 * libnghttp2_14 1.56 * libnghttp2-devel 1.56 * mingw64-x86_64-nghttp2 1.56 HTTP/2 and its header compression algorithm HPACK implementation. The framing layer of HTTP/2 is implemented as a reusable library. Also included are an HTTP/2 client, server, proxy, load test and benchmarking tool. NOTE: Support for previously deprecated Python bindings, modules, and documentation was dropped some releases ago. For more information see the project home page: https://nghttp2.org/ or the repo README: https://github.com/nghttp2/nghttp2#readme See link or text below for recent changes; after installation for complete details of changes read /usr/share/doc/nghttp2/ChangeLog. https://nghttp2.org/blog/ 2023-09-04 v1.56.0 Build * The following dependencies have been updated: - ngtcp2 - nghttp3 - BoringSSL - quictls - libbpf - third-party - llhttp Nghttpx * Rework is done in functions that send ECN bits. * --frontend-quic-congestion-controller=bbr2 has been renamed to --frontend-quic-congestion-controller=bbrv2. Nghttpx, H2load * Fix issue that CMSG_DATA does not necessarily return an aligned pointer.