From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id EFFA93858D20 for ; Sun, 11 Jun 2023 04:56:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EFFA93858D20 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 7zVIqq74A6Nwh8D8Aqhn2W; Sun, 11 Jun 2023 04:56:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1686459406; bh=w7FilTcisrmUlJuHmjpn5PGQZeEv/2BF2YrFTL4yxeI=; h=From:To:Reply-To:Date:Subject; b=Z6qinKWvHI+8/oo3NKDZ0L0gEG/j1ep9CmDGDGoGhLnj809oCVPGKbyA8Wi2REDom fYWMnDfhAz+NWZQ4AU4KlC+z+5Dxxf/N1sqxrlzCOWnuMStw5MGVrUyRfrOl0fCg1C ppkHeL08ahNQ2M2QvycLp4x+zJGGtCXIdN4dBEgYQ0l06ecRtJAZtCheUtA/2nE1vW cRWB4xU80AIFxF231kmJ5f+S5lknc6uBrgjXqz9gsvDxjtLcLxyB+nKr1wkL+jPVq0 2cpnHplzQXtmI84icFSWVOrOhrnaE9Bq4c9sFmalvj2FyJrDWj5vWkVXt3dbUltGbd TB2xQDQUxpO/w== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id 8D89qatg1yAOe8D8AqkO7i; Sun, 11 Jun 2023 04:56:46 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=6485540e a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=X-QBuKCoAAAA:8 a=NEAV23lmAAAA:8 a=5TRtQmPxbRQ76jS7L3wA:9 a=vbxwTe1tunHIfGfxEBYx:22 From: "Cygwin nghttp2 Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 10 Jun 2023 22:51:34 -0600 Message-Id: <20230610225134.7566-1-Brian.Inglis@Shaw.ca> Subject: Updated: mingw64-x86_64-/nghttp2 libnghttp2_14/-devel 1.54 X-CMAE-Envelope: MS4xfGAjkv/wCtrqFyr9wnhZp5YQC6E86IzwJYrAio9dlDMXF0yVIOs0nAjbGL4le/mADSUc/wsHPJH8ePuhdfg9zsJ68RxHTBAyjjUCr9W9F9H1yqSP+cQ/ 18dnG2i0Dp4l+yQOv76WusKO04wKJ9FbS2R0MNqbGOUloXEoJRJBL4eMIx/h4R9O7gCK3+9Iw8f1WSa8pheZj4HkvpANQfFH3BE= X-Spam-Status: No, score=-3.0 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,T_SCC_BODY_TEXT_LINE 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.54 * libnghttp2_14 1.54 * libnghttp2-devel 1.54 * mingw64-x86_64-nghttp2 1.54 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/ 1.54 2023-06-07 Build * The following dependencies have been updated: - ngtcp2 - nghttp3 - OpenSSL(quictls) - BoringSSL - libbpf Updates * Bump ngtcp2 and nghttp3 * Bump libbpf to v1.2.0 Improvements * Avoid ev_now * Remove unused macro bswap64 * Avoid copies h2load * This release fixes HTTP/3 upload stall bug. * Use std::chrono::steady_clock for quic timestamp nghttpx * Consistent error handling and use of high-level API