Accepting request 1133468 from home:varkoly:branches:server:http

- Update to version 2.9.1+git0.f72603ceb:
  * [RELEASE] Released version 2.9.1
  * DOC: config: also add arguments to the converters in the table
  * DOC: config: add arguments to sample fetch methods in the table
  * BUG/MEDIUM: mux-quic: report early error on stream
  * BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
  * CLEANUP: mux-h1: Fix a trace message about C-L header addition
  * BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally
  * BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding
  * BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side
  * BUG/MEDIUM: quic: QUIC CID removed from tree without locking
  * MINOR: version: mention that it's stable now
  * BUG/MINOR: ext-check: cannot use without preserve-env
  * BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions
  * BUILD: ssl: update types in wolfssl cert selection callback
  * BUG/MEDIUM: quic: Possible buffer overflow when building TLS records
  * BUG/MINOR: mworker/cli: fix set severity-output support
  * DOC: configuration: typo req.ssl_hello_type
  * BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA)
  * BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate
  * MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback
  * BUG/MINOR: ssl: Double free of OCSP Certificate ID

OBS-URL: https://build.opensuse.org/request/show/1133468
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=297
This commit is contained in:
2024-01-08 16:51:45 +00:00
committed by Git OBS Bridge
parent abcc1a4531
commit 58e701e72c
6 changed files with 32 additions and 7 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Dec 15 15:15:07 UTC 2023 - varkoly@suse.com
- Update to version 2.9.1+git0.f72603ceb:
* [RELEASE] Released version 2.9.1
* DOC: config: also add arguments to the converters in the table
* DOC: config: add arguments to sample fetch methods in the table
* BUG/MEDIUM: mux-quic: report early error on stream
* BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
* CLEANUP: mux-h1: Fix a trace message about C-L header addition
* BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally
* BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding
* BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side
* BUG/MEDIUM: quic: QUIC CID removed from tree without locking
* MINOR: version: mention that it's stable now
* BUG/MINOR: ext-check: cannot use without preserve-env
* BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions
* BUILD: ssl: update types in wolfssl cert selection callback
* BUG/MEDIUM: quic: Possible buffer overflow when building TLS records
* BUG/MINOR: mworker/cli: fix set severity-output support
* DOC: configuration: typo req.ssl_hello_type
* BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA)
* BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate
* MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback
* BUG/MINOR: ssl: Double free of OCSP Certificate ID
-------------------------------------------------------------------
Mon Dec 11 09:20:20 UTC 2023 - Dirk Müller <dmueller@suse.com>