delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/10/23/23:36:16

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 64CE03858407
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=QIIL+iHL c=1 sm=1 tr=0 ts=6174d469
a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=X-QBuKCoAAAA:8
a=NEAV23lmAAAA:8 a=ZyjWgOmyZBwEZQf8W-oA:9 a=vbxwTe1tunHIfGfxEBYx:22
From: Cygwin nghttp2 Maintainer <Brian DOT Inglis AT SystematicSW DOT ab DOT ca>
To: cygwin AT cygwin DOT com
Date: Sat, 23 Oct 2021 21:30:00 -0600
Message-Id: <announce.20211023213000.42564-1-Brian.Inglis@SystematicSW.ab.ca>
Subject: [ANNOUNCEMENT] Updated: nghttp2, libnghttp2{_14, -devel}, {python{37,
38}, mingw64-{x86_64, i686}}-nghttp2 1.46
X-CMAE-Envelope: MS4xfEZ336pg39LT4OfwF7uA8A7aeGYOTJ6Pl9N4pcMDMEcz4m6IjGWMvzJgwWq7cJWO8+Gmvzw1nW0t/aUulzRjzI9PQ0nX2yP9WfRnCtgzo0eHDVdHimj0
sdGuTMyfX4N2PZScvab/dB4Kmziw83rOSgUV4kzIfdf8PdIeEp97qhWvQbzRNLQYEO4yiBwb2naxIHB2Lyqd3sLHF/+1r1X0C4y4y2x5Q1IW1RGF1RmGvaQA
FuqB7WxDkgscHh8eVOXDKMeZRTBOFzMRhyD63FNUIQc=
X-Spam-Status: No, score=-1160.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL,
RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, 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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Reply-To: cygwin AT cygwin DOT com
MIME-Version: 1.0
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

The following packages have been upgraded in the Cygwin distribution:

* nghttp2			1.46
* libnghttp2_14			1.46
* libnghttp2-devel		1.46
* python37-nghttp2		1.46
* python38-nghttp2		1.46
* mingw64-x86_64-nghttp2	1.46
* mingw64-i686-nghttp2		1.46

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.46.0	Oct 19th, 2021 7:07 pm

Features

* HTTP/3 feature is now available with BoringSSL.
* Compile with BoringSSL for non-http3 build
* Guard msghdr_get_local_addr with ENABLE_HTTP3 macro (GH-1620)

Nghttpx

* SCT data is now available with BoringSSL.
* New QUIC and HTTP/3 related options were added:
  --frontend-quic-initial-rtt, --quic-server-id, and --rlimit-memlock.
* --frontend-quic-connection-id-encryption-key has been removed, and the
* new option --frontend-quic-secret-file added to specify initial keying
  materials to generate QUIC secrets and keys for connection ID and
  tokens. Also supports rotation of keying materials.
* HTTP/3 ALPN h3-29 is now supported.
* --worker-process-grace-shutdown-period option sets maximum period for
  worker to terminate gracefully.
* --max-worker-processes option was added to limit worker processes.
* Reduce dgram size if sendmsg fails with EINVAL or EMSGSIZE
* Fix wrong SSL_CTX object usage
* Respect !tls-no-postpone-early-data with boringssl
* Send session ticket after handshake with boringssl
* Unload BPF program after setting up all QUIC listeners
* Unload BPF objects on reload to avoid running out of memlock
* Allocate server id in Connection ID (see --quic-server-id option)

Build

* Workaround broken version check in AX_PYTHON_DEVEL macro.
* Add missing cmake files to EXTRA_DIST.
* Remove check for UDP_SEGMENT (GH-1619)
* Fix issue that libev cannot be found with autotools under mac osx
* Fix compile error with libressl
* Always include optional files in EXTRA_DIST


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019