- Update to version 3.3.10+git0.0a72d7f9f: * [RELEASE] Released version 3.3.10 * BUG/MEDIUM: tasks: Keep the TASK_RUNNING flag until queued * BUG/MINOR: cfgparse-listen: do not emit extraneous line in rule order warnings * BUG/MEDIUM: servers: Only requeue servers if they are up * BUG/MINOR: mux_quic: refresh timeout only if I/O performed * BUG/MEDIUM: mux_quic: adjust qcc_is_dead() to account detached streams * BUG/MEDIUM: stick-table: properly check permissions on CLI's set/clear cmd * BUG/MEDIUM: mux-h2: fix the detection of the ext connect support * Revert "BUG/MINOR: mux-h2: condition the processing of 8441 extension to global setting" - Update to version 3.3.9+git4.129865971: * Revert "BUG/MEDIUM: cli: fix master CLI connection slot leak on client disconnect" * BUG/MEDIUM: mux-h2: Properly consume padding for DATA frames * BUG/MINOR: mux_quic: fix max stream ID reuse estimation * BUG/MINOR: ssl: Use the sequence number with kTLS and TLS 1.2 OBS-URL: https://build.opensuse.org/request/show/1352527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=184
Packaging notes regarding QUIC: By default we enable QUIC with OpenSSL for Tumbleweed. OpenSSL is not the perfect fit - the best recommendation by HAProxy currently seems to be AWS-LC: https://github.com/haproxy/wiki/wiki/SSL-Libraries-Support-Status#tldr The project configuration can be adjusted to enable QUIC with AWS-LC: ``` Macros: %_with_awslc 1 # for < 1600 %_with_quic 1 :Macros ```
Description
Languages
Diff
100%