From b6784f8e37265cedf8451627134662e13291b88e0f5ba6d1707f789e8ea3ed1a Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 23 Apr 2021 20:36:22 +0000 Subject: [PATCH] - Update to version 2.3.10+git0.4764f0e4e: OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=243 --- _service | 2 +- _servicedata | 2 +- haproxy-2.3.10+git0.4764f0e4e.tar.gz | 3 ++ haproxy-2.3.9+git1.afb63bc04.tar.gz | 3 -- haproxy.changes | 41 ++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 haproxy-2.3.10+git0.4764f0e4e.tar.gz delete mode 100644 haproxy-2.3.9+git1.afb63bc04.tar.gz diff --git a/_service b/_service index 8593899..490ee52 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.3.9 + v2.3.10 enable diff --git a/_servicedata b/_servicedata index cea43eb..9a85d5a 100644 --- a/_servicedata +++ b/_servicedata @@ -7,4 +7,4 @@ http://git.haproxy.org/git/haproxy-2.2.git 34b2b106689c8a017eb5726193b199ea96f2c9f7 http://git.haproxy.org/git/haproxy-2.3.git - afb63bc040ab53db7520eaef49b79970d2b636d9 \ No newline at end of file + 4764f0e4eac1a823331f59e2a2c68e96e303a112 \ No newline at end of file diff --git a/haproxy-2.3.10+git0.4764f0e4e.tar.gz b/haproxy-2.3.10+git0.4764f0e4e.tar.gz new file mode 100644 index 0000000..541537b --- /dev/null +++ b/haproxy-2.3.10+git0.4764f0e4e.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25dd670c6c700e0363b869fc1b5d50a07648743dbb0c4b968e432d2311bc905 +size 3029769 diff --git a/haproxy-2.3.9+git1.afb63bc04.tar.gz b/haproxy-2.3.9+git1.afb63bc04.tar.gz deleted file mode 100644 index 553417e..0000000 --- a/haproxy-2.3.9+git1.afb63bc04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ac47bd03e6985636f0008f307a9943c1c6d76e2f67998d90c59dbffc2e3d7c6 -size 3015994 diff --git a/haproxy.changes b/haproxy.changes index 8b25c46..89c8e92 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Fri Apr 23 20:35:49 UTC 2021 - mrueckert@suse.de + +- Update to version 2.3.10+git0.4764f0e4e: + * [RELEASE] Released version 2.3.10 + * BUG/MEDIUM: peers: re-work refcnt on table to protect against flush + * BUG/MEDIUM: peers: re-work connection to new process during reload. + * BUG/MINOR: peers: remove useless table check if initial resync is finished + * BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data + * BUG/MINOR: mworker: don't use oldpids[] anymore for reload + * BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases + * BUG/MEDIUM: config: fix cpu-map notation with both process and threads + * BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames + * BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers + * BUG/MINOR: server: free srv.lb_nodes in free_server + * BUG/MINOR: mux-h1: Release idle server H1 connection if data are received + * BUG/MINOR: logs: Report the true number of retries if there was no connection + * BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stline() function + * BUG/MINOR: http-fetch: Make method smp safe if headers were already forwarded + * BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when called from a health-check + * MINOR: connection: Make bc_http_major compatible with tcp-checks + * BUG/MINOR: connection: Fix fc_http_major and bc_http_major for TCP connections + * MINOR: logs: Add support of checks as session origin to format lf strings + * BUG/MINOR: checks: Set missing id to the dummy checks frontend + * BUG/MEDIUM: threads: Ignore current thread to end its harmless period + * DOC: ssl: Certificate hot update only works on fronted certificates + * BUG/MEDIUM: sample: Fix adjusting size in field converter + * MINOR: No longer rely on deprecated sample fetches for predefined ACLs + * DOC: clarify that compression works for HTTP/2 + * BUG/MINOR: tools: fix parsing "us" unit for timers + * CONTRIB: halog: fix issue with array of type char + * REGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken + * DOC: Explicitly state only IPv4 are supported by forwardfor/originalto options + * REGTESTS: ssl: "set ssl cert" and multi-certificates bundle + * BUG/MINOR: ssl: Add missing free on SSL_CTX in ckch_inst_free + * BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields + * BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one + * BUG/MINOR: ssl: Fix update of default certificate + * BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS + * BUG/MINOR: tcp: fix silent-drop workaround for IPv6 + ------------------------------------------------------------------- Tue Mar 30 17:35:22 UTC 2021 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 0053485..0ce9c85 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.3.9+git1.afb63bc04 +Version: 2.3.10+git0.4764f0e4e Release: 0 # #