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 5B5DE385740F for ; Sun, 3 Jul 2022 18:13:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5B5DE385740F 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 Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTP id 7xryoYZ3JS8Wr8465oaebK; Sun, 03 Jul 2022 18:13:29 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id 8465ofLmgGRNl8465oo6Yv; Sun, 03 Jul 2022 18:13:29 +0000 X-Authority-Analysis: v=2.4 cv=Sfrky9du c=1 sm=1 tr=0 ts=62c1dc49 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=X-QBuKCoAAAA:8 a=NEAV23lmAAAA:8 a=iZ-RlvzrX7aHOlvC4c0A:9 a=vbxwTe1tunHIfGfxEBYx:22 From: "Cygwin nghttp2 Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sun, 03 Jul 2022 12:10:47 -0600 Message-Id: <20220703121047.48139-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: nghttp2, libnghttp2{_14, -devel}, {python{38, 39}, mingw64-{x86_64, i686}}-nghttp2 1.48 X-CMAE-Envelope: MS4xfFpkg/N69LVlFfUkkFIbKssktwzNc9kya0BEF2oHHR8kK+MGKUQI/IY7OWFC3/BS4B7nOB2gy9314ffjs2YzMWBBhwRtOCur463ztDD8IZLXq/jfizAT GN7qQ656e1daaImsoXTh4P/p+qxloGnsjTcZJmu8WpMYSqucDghvI0SPPReu/hPI3x5t1i+8x6XYD7/1mRcvI5yf1W0OSyRxtl7GRzrj5N70GZbTdA78LHQs X-Spam-Status: No, score=-1163.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, PP_MIME_FAKE_ASCII_TEXT, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2022 18:13:31 -0000 The following packages have been upgraded in the Cygwin distribution: * nghttp2 1.48 * libnghttp2_14 1.48 * libnghttp2-devel 1.48 * python38-nghttp2 1.48 * python39-nghttp2 1.48 * mingw64-x86_64-nghttp2 1.48 * mingw64-i686-nghttp2 1.48 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 Please see below or read /usr/share/doc/nghttp2/ChangeLog after installation for complete details of changes: https://nghttp2.org/blog/ v1.48.0 Jun 24th, 2022 lib * This release adds RFC9218 Extensible Prioritization Scheme for HTTP. It is enabled by submitting NGHTTP2_SETTINGS_NO_RFC7540_PRIORITIES via nghttp2_submit_settings(). See Stream priorities section of Programmers’ Guide. * It fixes the stream stall bug when the initial window size is decreased. build * Now applications can be built with Libressl 3.5. * If --enable-lib-only configure option is used, no application libraries are checked. src * The default TLS cipher suites are updated. * ktls support has been added to nghttp, nghttpd, nghttpx, and h2load if they are built with OpenSSL >= 3.0.0. nghttpd * This release fixes the bug that stalls TLS read operation. nghttpx * nghttpx by default disables RFC 7540 tree based HTTP/2 priorities and uses RFC 9218 priorities instead. It has a fallback mechanism to RFC 7540 if client does not send SETTINGS_NO_RFC7540_PRIORITIES. * affinity-cookie-stickiness backend parameter has been added. * The session affinity feature which had been broken for quite some time has been fixed. third-party * llhttp has been updated to the latest version. * mruby has been updated to 3.1.0. * neverbleed has been updated the latest version with some amends.