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 6836138AA24A for ; Sun, 13 Nov 2022 21:23:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 66A0E392AC30 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca X-Authority-Analysis: v=2.4 cv=LM91/ba9 c=1 sm=1 tr=0 ts=6371601a a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=X-QBuKCoAAAA:8 a=NEAV23lmAAAA:8 a=UUDYKHaxCIIT7DBpKfcA:9 a=vbxwTe1tunHIfGfxEBYx:22 From: "Cygwin nghttp2 Maintainer" To: cygwin@cygwin.com Date: Sun, 13 Nov 2022 14:21:22 -0700 Message-Id: Subject: [ANNOUNCEMENT] Updated: libnghttp2{_14,-devel}, nghttp2, {mingw64-{x86_64,i686},python{38,39}}-nghttp2 1.51 X-CMAE-Envelope: MS4xfEyT7b7MM0RhUg4tXjVIZGvPA0IbkA7zfg8vh6RF2NkqFCiDXxUtUiH2zk8ak/H8WePCNX4SvDrB4VEp2iRIM9BAGziWjb1w8Yc3umWG9Xcwm0vAQpmV GKAUQRXGlLvqUaY7kb02yattCMKsr+LWDqPkkNTXELsHrB+H0o1loDi9AFd6R1N9szwjHvk8utT5mJRn4CvTRwgYPcaWwJ/Lw1k/qB3bfOX5NiJfvwiqh/Zi X-Spam-Status: No, score=-1163.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no 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 Reply-To: cygwin@cygwin.com 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.51 * libnghttp2_14 1.51 * libnghttp2-devel 1.51 * python38-nghttp2 1.51 * python39-nghttp2 1.51 * mingw64-x86_64-nghttp2 1.51 * mingw64-i686-nghttp2 1.51 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, and Python modules. 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.51 2022-11-13 Lib * This release adds casts to silence implicit conversion warnings for Windows build. Doc * Updated packages described in README based on Ubuntu 22.04. * Android documentation has been updated. Build The following dependencies have been updated: * Android NDK * libbpf * OpenSSL * ngtcp2 Python bindings are now disabled by default because it has been deprecated. Third-party * llhttp has been updated. Nghttpx * fixes affinity-cookie-stickiness parameter handling. Integration * adds http3 integration test.