From 8bb11b8817bebc5ecdee8c4b4c82d600cfd2b758797318aa2f9248cc94aa3e98 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 3 Nov 2021 16:42:10 +0000 Subject: [PATCH] - Update to version 2.4.8+git0.d1f8d41e0: OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=253 --- _service | 2 +- _servicedata | 2 +- haproxy-2.4.7+git0.b5e51a5e2.tar.gz | 3 -- haproxy-2.4.8+git0.d1f8d41e0.tar.gz | 3 ++ haproxy.changes | 67 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 73 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.4.7+git0.b5e51a5e2.tar.gz create mode 100644 haproxy-2.4.8+git0.d1f8d41e0.tar.gz diff --git a/_service b/_service index 2351ca8..764cfac 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.4.7 + v2.4.8 enable diff --git a/_servicedata b/_servicedata index c833b60..28c8e9c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://git.haproxy.org/git/haproxy-2.4.git - b5e51a5e2ea8789fccef5ecb0efb46eb526f4c0e + d1f8d41e0384a83d25becee5b8d9d9692454886d \ No newline at end of file diff --git a/haproxy-2.4.7+git0.b5e51a5e2.tar.gz b/haproxy-2.4.7+git0.b5e51a5e2.tar.gz deleted file mode 100644 index 7fe0539..0000000 --- a/haproxy-2.4.7+git0.b5e51a5e2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ab3d12579b0ba077192f30f1e8deb7789f3e869fd8d374a26b0501e945e18f8 -size 3694297 diff --git a/haproxy-2.4.8+git0.d1f8d41e0.tar.gz b/haproxy-2.4.8+git0.d1f8d41e0.tar.gz new file mode 100644 index 0000000..b6a5721 --- /dev/null +++ b/haproxy-2.4.8+git0.d1f8d41e0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dd5528c5978d4eaecc2e9de61dc56390a7cce5095326bf6aed20982634a560 +size 3699569 diff --git a/haproxy.changes b/haproxy.changes index 085c2d5..a86d9f4 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Wed Nov 03 16:31:38 UTC 2021 - mrueckert@suse.de + +- Update to version 2.4.8+git0.d1f8d41e0: + * [RELEASE] Released version 2.4.8 + * SCRIPTS: git-show-backports: re-enable file-based filtering + * DOC/peers: some grammar fixes for peers 2.1 spec + * MINOR: stream: Improve dump of bogus streams + * BUILD/MINOR: cpuset freebsd build fix + * DOC: config: Fix alphabetical order of fc_* samples + * BUG/MINOR: sample: fix backend direction flags consecutive to last fix + * BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags + * BUG/MEDIUM: stream-int: Block reads if channel cannot receive more data + * BUG/MINOR: http: Authorization value can have multiple spaces after the scheme + * BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration + * MINOR: halog: Add support for extracting captures using -hdr + * BUG/MINOR: halog: Add missing newlines in die() messages + * CLEANUP: halog: Use consistent indentation in help() + * MINOR: halog: Rename -qry to -query + * DOC: halog: Move the `-qry` parameter into the correct section in help text + * MINOR: halog: Add -qry parameter allowing to preserve the query string in -uX + * BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions + * BUG/MEDIUM: resolvers: Don't recursively perform requester unlink + * MEDIUM: resolvers: remove the last occurrences of the "safe" argument + * MEDIUM: resolvers: use a kill list to preserve the list consistency + * CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT + * CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters + * CLEANUP: always initialize the answer_list + * CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() + * BUG/MEDIUM: mux-h1: Perform a connection shutdown when the h1c is released + * BUG/MINOR: mux-h1: Save shutdown mode if the shutdown is delayed + * BUILD: atomic: fix build on mac/arm64 + * BUG/MINOR: backend: fix improper insert in avail tree for always reuse + * BUILD: fix compilation on NetBSD + * MINOR: memprof: add one pointer size to the size of allocations + * MINOR: memprof: report the delta between alloc and free on realloc() + * BUG/MEDIUM: lua: fix memory leaks with realloc() on non-glibc systems + * BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame + * BUG/MINOR: task: do not set TASK_F_USR1 for no reason + * BUG/MAJOR: buf: fix varint API post- vs pre- increment + * BUG/MEDIUM: resolvers: always check a valid item in query_list + * BUILD: resolvers: avoid a possible warning on null-deref + * BUG/MAJOR: resolvers: add other missing references during resolution removal + * MINOR: resolvers: merge address and target into a union "data" + * BUG/MEDIUM: resolvers: use correct storage for the target address + * BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix + * MINOR: resolvers: fix the resolv_dn_label_to_str() API about trailing zero + * BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records + * BUG/MEDIUM: resolver: make sure to always use the correct hostname length + * MINOR: resolvers: fix the resolv_str_to_dn_label() API about trailing zero + * BUG/MAJOR: dns: attempt to lock globaly for msg waiter list instead of use barrier + * BUG/MAJOR: dns: tcp session can remain attached to a list after a free + * BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing errors + * Revert "CLEANUP: server: always include the storage for SSL settings" + * BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error + * BUG/MEDIUM: cpuset: fix cpuset size for FreeBSD + * BUG/MINOR: sample: Fix 'fix_tag_value' sample when waiting for more data + * BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back + * MINOR: initcall: Rename __GLOBL and __GLOBL1. + * DOC: configuration: add clarification on escaping in keyword arguments + * BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames + * BUG/MEDIUM: sample: properly verify that variables cast to sample + * MINOR: sample: provide a generic var-to-sample conversion function + * CLEANUP: sample: uninline sample_conv_var2smp_str() + * CLEANUP: sample: rename sample_conv_var2smp() to *_sint + * CLEANUP: server: always include the storage for SSL settings + ------------------------------------------------------------------- Mon Oct 04 13:15:48 UTC 2021 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index efc71f1..2aa59ff 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.4.7+git0.b5e51a5e2 +Version: 2.4.8+git0.d1f8d41e0 Release: 0 # #