From f5c09f6b083cf8f9a853ef496a20488e2d57828881ce663ca4a9cc76de0f9cc3 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 19 Aug 2022 16:10:25 +0000 Subject: [PATCH] - Update to version 2.6.3+git0.76f187b36: OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=268 --- _service | 2 +- _servicedata | 2 +- haproxy-2.6.2+git0.16a3646fd.tar.gz | 3 -- haproxy-2.6.3+git0.76f187b36.tar.gz | 3 ++ haproxy.changes | 66 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 72 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.6.2+git0.16a3646fd.tar.gz create mode 100644 haproxy-2.6.3+git0.76f187b36.tar.gz diff --git a/_service b/_service index c468c22..8c5b096 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.6.2 + v2.6.3 enable diff --git a/_servicedata b/_servicedata index 9862d20..a15ea18 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ http://git.haproxy.org/git/haproxy-2.6.git - 16a3646fdff7315802913184a4e12c2a32344aed \ No newline at end of file + 76f187b36b77cc58cca73df2c5b90eec3f32ac12 \ No newline at end of file diff --git a/haproxy-2.6.2+git0.16a3646fd.tar.gz b/haproxy-2.6.2+git0.16a3646fd.tar.gz deleted file mode 100644 index 13c9da6..0000000 --- a/haproxy-2.6.2+git0.16a3646fd.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3716d5077fbe90672015f41e646766188dca5bcbb0ffe75da4130cc5cb1b76bc -size 4098290 diff --git a/haproxy-2.6.3+git0.76f187b36.tar.gz b/haproxy-2.6.3+git0.76f187b36.tar.gz new file mode 100644 index 0000000..be0fbc5 --- /dev/null +++ b/haproxy-2.6.3+git0.76f187b36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75c0eea9bf2d2acdc5f57eb8cad4e6185e3e142b30a168e1b06962d4e4a1f42 +size 4104319 diff --git a/haproxy.changes b/haproxy.changes index aa63b46..f45e20f 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Fri Aug 19 16:09:19 UTC 2022 - mrueckert@suse.de + +- Update to version 2.6.3+git0.76f187b36: + * [RELEASE] Released version 2.6.3 + * BUG/MAJOR: log-forward: Fix ssl layer not initialized on bind even if configured + * BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized + * BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle + * BUG/MEDIUM: cli: always reset the service context between commands + * MINOR: applet: add a function to reset the svcctx of an applet + * BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names + * MINOR: stick-table: Add table_expire() and table_idle() new converters + * BUG/MINOR: quic: memleak on wrong datagram receipt + * BUG/MEDIUM: ring: fix too lax 'size' parser + * BUG/MINOR: quic: Possible infinite loop in quic_build_post_handshake_frames() + * BUILD: debug: silence warning on gcc-5 + * BUILD: stconn: fix build warning at -O3 about possible null sc + * BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq() + * BUG/MEDIUM: poller: use fd_delete() to release the poller pipes + * BUG/MEDIUM: quic: always remove the connection from the accept list on close + * CLEANUP: mux-quic: remove loop on sending frames + * BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection + * MINOR: quic: Too much useless traces in qc_build_frms() + * BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp() + * BUILD: cfgparse: always defined _GNU_SOURCE for sched.h and crypt.h + * CLEANUP: assorted typo fixes in the code and comments + * BUG/MEDIUM: quic: break out of the loop in quic_lstnr_dghdlr + * MINOR: quic: explicitely ignore sendto error + * BUG/MINOR: quic: Missing Initial packet dropping case + * BUG/MINOR: quic: do not reject datagrams matching minimum permitted size + * BUG/MINOR: sink: fix a race condition between the writer and the reader + * BUG/MEDIUM: sink: Set the sink ref for forwarders created during ring parsing + * BUG/MINOR: ring/cli: fix a race condition between the writer and the reader + * BUG/MINOR: quic: Avoid sending truncated datagrams + * BUILD: http: silence an uninitialized warning affecting gcc-5 + * BUG/MEDIUM: quic: Floating point exception in cubic_root() + * BUG/MINOR: quic: Missing in flight ack eliciting packet counter decrement + * MINOR: peers: Add a warning about incompatible SSL config for the local peer + * BUG/MEDIUM: proxy: Perform a custom copy for default server settings + * REORG: server: Export srv_settings_cpy() function + * MINOR: server: Constify source server to copy its settings + * BUG/MINOR: backend: Don't increment conn_retries counter too early + * BUG/MEDIUM: dns: Properly initialize new DNS session + * BUG/MINOR: peers: Use right channel flag to consider the peer as connected + * BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload + * MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer + * BUG/MINOR: mux-quic: do not free conn if attached streams + * CLEANUP: mux-quic: remove useless app_ops is_active callback + * BUG/MINOR: mux-quic: prevent crash if conn released during IO callback + * BUG/MEDIUM: pattern: only visit equivalent nodes when skipping versions + * MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups + * BUG/MEDIUM: queue/threads: limit the number of entries dequeued at once + * MINOR: quic: Send packets as much as possible from qc_send_app_pkts() + * BUG/MAJOR: quic: Useless resource intensive loop qc_ackrng_pkts() + * MINOR: quic: Stop looking for packet loss asap + * BUG/MINOR: quic: loss time limit variable computed but not used + * MINOR: quic: New "quic-cc-algo" bind keyword + * MEDIUM: quic: Cubic congestion control algorithm implementation + * MINOR: quic: Congestion control architecture refactoring + * BUG/MEDIUM: mux-quic: fix missing EOI flag to prevent streams leaks + * BUG/MINOR: mworker: PROC_O_LEAVING used but not updated + * MEDIUM: resolvers: continue startup if network is unavailable + * DEBUG: fd: split the fd check + * Revert "BUG/MINOR: peers: set the proxy's name to the peers section name" + * BUG/MINOR: sockpair: wrong return value for fd_send_uxst() + ------------------------------------------------------------------- Thu Jul 28 20:04:58 UTC 2022 - dmueller@suse.com diff --git a/haproxy.spec b/haproxy.spec index f6dce0f..c7c3463 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -55,7 +55,7 @@ %endif Name: haproxy -Version: 2.6.2+git0.16a3646fd +Version: 2.6.3+git0.76f187b36 Release: 0 # #