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 84A68385E44A for ; Mon, 19 Jul 2021 12:24:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 84A68385E44A 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 5Et1mL6fIFRDp5SK6mJKi6; Mon, 19 Jul 2021 12:24:38 +0000 Received: from SystematicSW.ab.ca ([68.147.0.90]) by cmsmtp with ESMTP id 5SK5mzr8R3DJA5SK5mBIwC; Mon, 19 Jul 2021 12:24:38 +0000 X-Authority-Analysis: v=2.4 cv=FMjee8ks c=1 sm=1 tr=0 ts=60f56f06 a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=X-QBuKCoAAAA:8 a=YyN4TY8iAAAA:20 a=wkCEoNUoyyekwsEeg3YA:9 a=vbxwTe1tunHIfGfxEBYx:22 From: Cygwin nghttp2 Maintainer To: Cygwin Announcements Reply-To: Cygwin Date: Mon, 19 Jul 2021 06:21:42 -0600 Message-Id: <20210719062142.33722-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: nghttp2, libnghttp2{_14, -devel}, {mingw64-{x86_64, i686}, python{37, 38}}-nghttp2 1.44 X-CMAE-Envelope: MS4xfIh+vZEXQhCQSRIHL0Vhld5K10N+wszz3JKKpZKBJV+FwegBMKKdhFEvrt8NAqi8LscY3a7qvydI29PnC9u+o+hUQj3bGH9n1N36qt9vkRJGSvv5iwln oJ3rIRFT5gK5SGTUJK6xBLNmt7n/9vVLc3cYgxH6LHxv9+Lkene9/dwIFk0PyPir3tGm+qiHDRs5ITmlQlYrNyroV0WcBl+uppv9nb9mGnO0xkNBdm5qEgwE /iClCc4+JkBf+x40hQUBGoeRozpJt2KVKG6uoL5UMek= X-Spam-Status: No, score=-1160.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Mon, 19 Jul 2021 12:24:39 -0000 The following packages have been upgraded in the Cygwin distribution: * nghttp2 1.44 * libnghttp2_14 1.44 * libnghttp2-devel 1.44 * mingw64-x86_64-nghttp2 1.44 * mingw64-i686-nghttp2 1.44 * python37-nghttp2 1.44 * python38-nghttp2 1.44 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/ Nghttp2 v1.44.0 Jul 18th, 2021 12:56 PM Build More --with-* configure options have been added: --with-cunit --with-jannson --with-libcares --with-libev --with-libevent-openssl --with-openssl --with-zlib The following precious variables have been added: JEMALLOC_CFLAGS JEMALLOC_LIBS LIBEV_CFLAGS LIBEV_LIBS LIBTOOL_LDFLAGS Third-party Bump llhttp to v6.0.2. Nghttpx The bug which prevents a backend which is excluded from a load balancing group temporarily from being restored. The word master is replaced main. The nghttpx master process is now called main process. --no-http2-cipher-black-list and --client-no-http2-cipher-black-list are deprecated and replaced with --no-http2-cipher-block-list and --client-no-http2-cipher-block-list respectively. Remove trailing white space after $method log variable. H2load --rps option has been added. The time unit (e.g., ms) is now allowed in -D option.