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 7E97E3858000 for ; Mon, 26 Sep 2022 11:25:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 43CDF3858CDA 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=YdGuWidf c=1 sm=1 tr=0 ts=6330b21c 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, 25 Sep 2022 13:51:36 -0600 Message-Id: Subject: [ANNOUNCEMENT] Updated: libnghttp2{_14, -devel}, nghttp2, {mingw64-{x86_64, i686}, python{38, 39}}-nghttp2 1.50 X-CMAE-Envelope: MS4xfNwvOPYoqRkjYKfWFH5MpUINE8mBoW8r/2CgKs0ArpIAiHJs6lG5wFIIzG74YayrLExKTnHZbBJXzeAo+qjS/wFA2/GlAQIbs6UjcCY4NDj9Za4QD3mm t0kB+YaBnt73rZVsZHbhYjjYm46/MZ33KF5ClmIVAaOLjIpxa/5P1RT5sxVNiPCUiY0KbEAGViddYK9t7WJ7zDWBIH9dUvwGFi8wJ7/hEwr/5+xf7hOst0c4 X-Spam-Status: No, score=-1163.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, 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-Mailman-Approved-At: Mon, 26 Sep 2022 11:24:42 +0000 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.50 * libnghttp2_14 1.50 * libnghttp2-devel 1.50 * python38-nghttp2 1.50 * python39-nghttp2 1.50 * mingw64-x86_64-nghttp2 1.50 * mingw64-i686-nghttp2 1.50 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.50 2022-09-21 nghttpx * nghttpx now respects backend-address-family option when dynamically resolving backend host with dns parameter in backend option. lib * This release adds option which disables checking leading and trailing white spaces against HTTP field value: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation build * Fix typographic error * Bump ngtcp2 * Bump libbpf to v1.0.0