From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2978D3858D39 for ; Sun, 11 Jun 2023 04:56:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2978D3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1686459419; bh=7mXviOP50uyPI1jpgpJGlZs+eJSDPmds4sBSlqOBCBU=; h=To:Date:Subject:From:Reply-To:Cc:From; b=UbJwRRuTeDx054wxaCN2uGF7qlMJ3KAbhI9dYbX+UTn96zpSXytdTSw5fXSNsRuUs qt1C8+NDC6LoYAV7Lg+RamerYUDW/4+ycUdZsGiTGdNzFo8NbeAGVwEOivECMt5JC/ 1AhvkLe7IE2sy58AHWRABF+To5Vuhhlb7QQovq9U= DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E61903858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1686459418; bh=7mXviOP50uyPI1jpgpJGlZs+eJSDPmds4sBSlqOBCBU=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:Cc:From; b=TrGEeJOwRCNh7cosY1r3XW93mplpfy3Poa9c5Eu/hf+cwJo83l4qvUa2kV13A2aE9 xMYr8J/t6YPW30mtMWai282bW4gecvi2apHAX0+gwSjJOUAFD2EF9og1FINTJxHCF5 AOirCW8tlcDz89jWb3BkVcNlv5cfgD+VZLjDRTDE= DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EFFA93858D20 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 To: cygwin@cygwin.com Date: Sat, 10 Jun 2023 22:51:34 -0600 Message-Id: Subject: [ANNOUNCEMENT] 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 X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Cygwin nghttp2 Maintainer via Cygwin-announce Reply-To: cygwin@cygwin.com Cc: Cygwin nghttp2 Maintainer Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User 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