From 6348412bb9e4cbcd211bac08da4f5cc7c4e4828685b2d4155fb735f807b42bb7 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 20 Jul 2022 13:06:37 +0000 Subject: [PATCH] Accepting request 988057 from home:elimat:branches:server:http - Update to version 2.6.1+git0.f6ca66d44: * [RELEASE] Released version 2.6.1 * REGTESTS: ssl: add the same cert for client/server * BUG/MEDIUM: mworker: use default maxconn in wait mode * BUG/MINOR: quic: Acknowledgement must be forced during handshake * BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list * BUG/MINOR: quic: free rejected Rx packets * BUG/MINOR: quic: purge conn Rx packet list on release * BUG/MINOR: quic_stats: Duplicate "quic_streams_data_blocked_bidi" field name * BUG/MINOR: quic: Unexpected half open connection counter wrapping * BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option * MINOR: stream: Rely on stconn flags to abort stream destructive upgrade * BUG/MEDIUM: stream: Properly handle destructive client connection upgrades * BUG/MINOR: task: fix thread assignment in tasklet_kill() * BUG/MINOR: quic: Wrong PTO calculation * BUG/MINOR: quic: Stop hardcoding Retry packet Version field * BUG/BUILD: h3: fix wrong label name * BUG/MINOR: h3/qpack: deal with too many headers * MINOR: qpack: add comments and remove a useless trace * BUG/MINOR: qpack: support header litteral name decoding * BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup * BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing * BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data * BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration * BUG/MINOR: mux-quic: fix memleak on frames rejected by transport * BUG/MEDIUM: mux-quic: fix flow control connection Tx level * BUG/MINOR: cli/stats: add missing trailing LF after "show info json" * BUG/MINOR: server: do not enable DNS resolution on disabled proxies * BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs * BUG/MINOR: h3: fix frame type definition * REGTESTS: healthcheckmail: Relax health-check failure condition * REGTESTS: healthcheckmail: Update the test to be functionnal again * BUG/MINOR: checks: Properly handle email alerts in trace messages * BUG/MINOR: trace: Test server existence for health-checks to get proxy * BUG/MEDIUM: mailers: Set the object type for check attached to an email alert * BUILD: compiler: implement unreachable for older compilers too * REGTESTS: restrict_req_hdr_names: Extend supported versions * REGTESTS: http_abortonclose: Extend supported versions * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler * BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd * BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield * BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield * BUG/MINOR: ssl_ckch: Dump CRL transaction only once if show command yield * BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx * REGTESTS: http_request_buffer: Increase client timeout to wait "slow" clients * REGTESTS: abortonclose: Add a barrier to not mix up log messages * MEDIUM: httpclient: Don't close CLI applet at the end of a response * MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs * BUG/MEDIUM: httpclient: Rework CLI I/O handler to handle full buffer cases * BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them * BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases * BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to handle full buffer cases * BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases * BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a CA/CRL entry * BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry * BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if it is being modified * BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified * BUG/MINOR: ssl_ckch: Free error msg if commit changes on a CA/CRL entry fails * BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails OBS-URL: https://build.opensuse.org/request/show/988057 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=266 --- _service | 2 +- _servicedata | 2 +- haproxy-2.6.0+git0.a1efc048b.tar.gz | 3 -- haproxy-2.6.1+git0.f6ca66d44.tar.gz | 3 ++ haproxy.changes | 65 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 71 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.6.0+git0.a1efc048b.tar.gz create mode 100644 haproxy-2.6.1+git0.f6ca66d44.tar.gz diff --git a/_service b/_service index d209180..cb83ed5 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.6.0 + v2.6.1 enable diff --git a/_servicedata b/_servicedata index 659f747..2d1d406 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ http://git.haproxy.org/git/haproxy-2.6.git - a1efc048bf8a5e14466dbe7317e73117e8d66176 \ No newline at end of file + f6ca66d4495020969e1e9462ee2b2bc89695ca8e \ No newline at end of file diff --git a/haproxy-2.6.0+git0.a1efc048b.tar.gz b/haproxy-2.6.0+git0.a1efc048b.tar.gz deleted file mode 100644 index 709b3df..0000000 --- a/haproxy-2.6.0+git0.a1efc048b.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa2274973cbfadac3fc267e9725c83c62901ebb7d3379a0d92a5a068ffb393e4 -size 4090366 diff --git a/haproxy-2.6.1+git0.f6ca66d44.tar.gz b/haproxy-2.6.1+git0.f6ca66d44.tar.gz new file mode 100644 index 0000000..85476c0 --- /dev/null +++ b/haproxy-2.6.1+git0.f6ca66d44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56de389fe65ad88ee56bc63974d206b1040436be4ac913a8938d44f0ad62778 +size 4092021 diff --git a/haproxy.changes b/haproxy.changes index b1b423d..30b3924 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Sat Jul 09 20:13:15 UTC 2022 - elimat@opensuse.org + +- Update to version 2.6.1+git0.f6ca66d44: + * [RELEASE] Released version 2.6.1 + * REGTESTS: ssl: add the same cert for client/server + * BUG/MEDIUM: mworker: use default maxconn in wait mode + * BUG/MINOR: quic: Acknowledgement must be forced during handshake + * BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list + * BUG/MINOR: quic: free rejected Rx packets + * BUG/MINOR: quic: purge conn Rx packet list on release + * BUG/MINOR: quic_stats: Duplicate "quic_streams_data_blocked_bidi" field name + * BUG/MINOR: quic: Unexpected half open connection counter wrapping + * BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option + * MINOR: stream: Rely on stconn flags to abort stream destructive upgrade + * BUG/MEDIUM: stream: Properly handle destructive client connection upgrades + * BUG/MINOR: task: fix thread assignment in tasklet_kill() + * BUG/MINOR: quic: Wrong PTO calculation + * BUG/MINOR: quic: Stop hardcoding Retry packet Version field + * BUG/BUILD: h3: fix wrong label name + * BUG/MINOR: h3/qpack: deal with too many headers + * MINOR: qpack: add comments and remove a useless trace + * BUG/MINOR: qpack: support header litteral name decoding + * BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup + * BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing + * BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data + * BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration + * BUG/MINOR: mux-quic: fix memleak on frames rejected by transport + * BUG/MEDIUM: mux-quic: fix flow control connection Tx level + * BUG/MINOR: cli/stats: add missing trailing LF after "show info json" + * BUG/MINOR: server: do not enable DNS resolution on disabled proxies + * BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs + * BUG/MINOR: h3: fix frame type definition + * REGTESTS: healthcheckmail: Relax health-check failure condition + * REGTESTS: healthcheckmail: Update the test to be functionnal again + * BUG/MINOR: checks: Properly handle email alerts in trace messages + * BUG/MINOR: trace: Test server existence for health-checks to get proxy + * BUG/MEDIUM: mailers: Set the object type for check attached to an email alert + * BUILD: compiler: implement unreachable for older compilers too + * REGTESTS: restrict_req_hdr_names: Extend supported versions + * REGTESTS: http_abortonclose: Extend supported versions + * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler + * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler + * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler + * BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd + * BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield + * BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield + * BUG/MINOR: ssl_ckch: Dump CRL transaction only once if show command yield + * BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx + * REGTESTS: http_request_buffer: Increase client timeout to wait "slow" clients + * REGTESTS: abortonclose: Add a barrier to not mix up log messages + * MEDIUM: httpclient: Don't close CLI applet at the end of a response + * MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs + * BUG/MEDIUM: httpclient: Rework CLI I/O handler to handle full buffer cases + * BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them + * BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases + * BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to handle full buffer cases + * BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases + * BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a CA/CRL entry + * BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry + * BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if it is being modified + * BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified + * BUG/MINOR: ssl_ckch: Free error msg if commit changes on a CA/CRL entry fails + * BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails + ------------------------------------------------------------------- Tue May 31 15:54:35 UTC 2022 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index d24df05..9de85ca 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -55,7 +55,7 @@ %endif Name: haproxy -Version: 2.6.0+git0.a1efc048b +Version: 2.6.1+git0.f6ca66d44 Release: 0 # #