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 C1CD13858408 for ; Tue, 21 Feb 2023 02:53:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1CD13858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1676947987; bh=oLmB+7Z9kYeYfqWOrZFhgE8LeSfMuMQo0Ef6rlKxRr0=; h=To:Date:Subject:From:Reply-To:Cc:From; b=bh5d0jppykklU0V9lGyylhQZu1Waj3VpcumYNz2DYiGBHcXzmJkNnJlfWabLLfDf3 fB/5owBJ5S+S8Gs0wdrIGHMOZNLhNN0E1ZsFEfC9Ywp07rYSm7EmwyFucpKK1//ZPG /tJEi/taabSv3BZdDUHiLaJLyEW9ihzIQsReMT5E= DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89D333858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1676947987; bh=oLmB+7Z9kYeYfqWOrZFhgE8LeSfMuMQo0Ef6rlKxRr0=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:Cc:From; b=bzFEstklzxEu6l3rPRKHmBDqYjDW3dmcnGuayhHU/BNCVo4/bYdqcWrawJcz1I4n4 x3RqBfvFt3jnymVQaCQC2gj8h2mwYxcn6Y3sEIqIYnZUHfTKgLSVeCBJ8SqGZSEzG1 ohFG+rdbTOfkZU7EmA5hn8I3KyZKbv3nTi56E4Hw= DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D52983858D1E X-Authority-Analysis: v=2.4 cv=J8G5USrS c=1 sm=1 tr=0 ts=63f43206 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=X-QBuKCoAAAA:8 a=NEAV23lmAAAA:8 a=OCzRShj8iE5GfYUzVUUA:9 a=vbxwTe1tunHIfGfxEBYx:22 To: cygwin@cygwin.com Date: Mon, 20 Feb 2023 19:50:14 -0700 Message-Id: Subject: [ANNOUNCEMENT] Updated: libnghttp2{_14,-devel}, {mingw64-x86_64-,}nghttp2 1.52 X-CMAE-Envelope: MS4xfM9sBzZisMDHupqte/wb3er74lzzFjMuONIy6taYYsOstTroJL+WHSMBeyi9SPWetfHz79MM+taZsyoTgE5FSBKyumrXNyXTde2M71f+y4A0wXmcBtt9 jy5qcpBVx6vEdUVdd0wvYgDXQSmQH0X8rPKynzXU3QfpnFQqrb40DEOCtagqT85m8kBUJRiil6WM2SHqzvZdlrb5ahwREo7avlk= X-Spam-Status: No, score=-2.9 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 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.52 * libnghttp2_14 1.52 * libnghttp2-devel 1.52 * mingw64-x86_64-nghttp2 1.52 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 has been dropped from this release onwards. 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/ V1.52 2023-02-13 Doc sphinx_rtd_theme has been removed from the repository and archive. Build * The following dependencies have been updated: - ngtcp2 - nghttp3 - OpenSSL(quictls) - BoringSSL - libbpf * CMake build now checks core and extra components to find libevent. Python * The deprecated Python bindings has been removed. Libnghttp2_asio * The deprecated libnghttp2_asio has been removed. Third-party * llhttp and neverbleed have been updated. Nghttpx * This release fixes the bug that stalls TLS connection. Integration * This release adds more http3 integration tests.