Accepting request 1141253 from server:http

- Update to version 2.9.3+git0.de3ab549a:
  * [RELEASE] Released version 2.9.3
  * BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT)
  * BUG/MINOR: mux-h2: also count streams for refused ones
  * BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control
  * BUILD: quic: missing include for quic_tp
  * [RELEASE] Released version 2.9.2
  * DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay
  * REGTESTS: add a test to ensure map-ordering is preserved
  * BUG/MINOR: map: list-based matching potential ordering regression
  * CLEANUP: quic: Double quic_dgram_parse() prototype declaration.
  * MINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use SSL_get0_group_name
  * MINOR: ot: logsrv struct becomes logger
  * MINOR: mux-h2: support limiting the total number of H2 streams per connection
  * BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up
  * BUG/MEDIUM: stconn: Set fsb date if zero-copy forwarding is blocked during nego
  * BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
  * BUG/MEDIUM: h3: fix incorrect snd_buf return value
  * BUILD: quic: Missing quic_ssl.h header protection
  * CLEANUP: quic: Remaining useless code into server part
  * REGTESTS: check attach-srv out of order declaration
  * MINOR: debug: add features and build options to "show dev"
  * MINOR: global: export a way to list build options
  * CI: use semantic version compare for determing "latest" OpenSSL
  * BUG/MINOR: h3: disable fast-forward on buffer alloc failure
  * BUG/MINOR: h3: close connection on sending alloc errors
  * BUG/MINOR: h3: properly handle alloc failure on finalize
  * MINOR: h3: add traces for connection init stage
  * BUG/MINOR: h3: close connection on header list too big
  * MINOR: h3: check connection error during sending

OBS-URL: https://build.opensuse.org/request/show/1141253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=140
This commit is contained in:
Ana Guerrero 2024-01-25 17:41:00 +00:00 committed by Git OBS Bridge
commit c5c1fb4d23
5 changed files with 53 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://git.haproxy.org/git/haproxy-2.9.git</param>
<param name="changesrevision">f72603ceb64ae944e9207f26d7dd99dba03e0d01</param>
<param name="changesrevision">de3ab549a598bd3817bd77ae2ea5c03544637c3d</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70a1cfa4e5a76b2441f68835e017b6db8b357dd9499c2b9d6feee5124aedfe2d
size 4637007

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f81e9424ba96082a38a58efa28d37b236152a824a4ffe31bf0cfceb8af164010
size 4640798

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Wed Jan 24 13:40:54 UTC 2024 - varkoly@suse.com
- Update to version 2.9.3+git0.de3ab549a:
* [RELEASE] Released version 2.9.3
* BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT)
* BUG/MINOR: mux-h2: also count streams for refused ones
* BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control
* BUILD: quic: missing include for quic_tp
* [RELEASE] Released version 2.9.2
* DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay
* REGTESTS: add a test to ensure map-ordering is preserved
* BUG/MINOR: map: list-based matching potential ordering regression
* CLEANUP: quic: Double quic_dgram_parse() prototype declaration.
* MINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use SSL_get0_group_name
* MINOR: ot: logsrv struct becomes logger
* MINOR: mux-h2: support limiting the total number of H2 streams per connection
* BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up
* BUG/MEDIUM: stconn: Set fsb date if zero-copy forwarding is blocked during nego
* BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
* BUG/MEDIUM: h3: fix incorrect snd_buf return value
* BUILD: quic: Missing quic_ssl.h header protection
* CLEANUP: quic: Remaining useless code into server part
* REGTESTS: check attach-srv out of order declaration
* MINOR: debug: add features and build options to "show dev"
* MINOR: global: export a way to list build options
* CI: use semantic version compare for determing "latest" OpenSSL
* BUG/MINOR: h3: disable fast-forward on buffer alloc failure
* BUG/MINOR: h3: close connection on sending alloc errors
* BUG/MINOR: h3: properly handle alloc failure on finalize
* MINOR: h3: add traces for connection init stage
* BUG/MINOR: h3: close connection on header list too big
* MINOR: h3: check connection error during sending
* BUG/MINOR: quic: Missing call to TLS message callbacks
* BUG/MINOR: quic: Wrong keylog callback setting.
* BUG/MINOR: mux-quic: disable fast-fwd if connection on error
* BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission
* DOC: fix typo for fastfwd QUIC option
* BUG/MINOR: server/event_hdl: propagate map port info through inetaddr event
* MINOR: server/event_hdl: update _srv_event_hdl_prepare_inetaddr prototype
* MINOR: server/event_hdl: add server_inetaddr struct to facilitate event data usage
* BUG/MEDIUM: stats: unhandled switching rules with TCP frontend
* MINOR: stats: store the parent proxy in stats ctx (http)
* BUG/MAJOR: stconn: Disable zero-copy forwarding if consumer is shut or in error
* BUG/MINOR: server: Use the configured address family for the initial resolution
* DOC: config: Update documentation about local haproxy response
* BUG/MINOR: resolvers: default resolvers fails when network not configured
-------------------------------------------------------------------
Fri Dec 15 15:15:07 UTC 2023 - varkoly@suse.com

View File

@ -51,7 +51,7 @@
%endif
Name: haproxy
Version: 2.9.1+git0.f72603ceb
Version: 2.9.3+git0.de3ab549a
Release: 0
#
#