From beaec7a98610d19e65f4a527e89f7f1f0bf29a39e235830f7468ca4b4836d001 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 11 Jan 2022 17:22:09 +0000 Subject: [PATCH] - Update to version 2.5.1+git0.86b093a51: OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=255 --- _service | 2 +- _servicedata | 3 +- haproxy-2.5.0+git0.f2e0833f1.tar.gz | 3 -- haproxy-2.5.1+git0.86b093a51.tar.gz | 3 ++ haproxy.changes | 64 +++++++++++++++++++++++++++++ haproxy.spec | 7 +++- 6 files changed, 76 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.5.0+git0.f2e0833f1.tar.gz create mode 100644 haproxy-2.5.1+git0.86b093a51.tar.gz diff --git a/_service b/_service index 62618cf..23086b4 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.5.0 + v2.5.1 enable diff --git a/_servicedata b/_servicedata index c222f7c..931268b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,5 +1,6 @@ http://git.haproxy.org/git/haproxy-2.5.git - f2e0833f16aa8c09e1c7001ff55aac4f13c643b7 + 86b093a51d35d13555b0e255d0c1e25313682929 + \ No newline at end of file diff --git a/haproxy-2.5.0+git0.f2e0833f1.tar.gz b/haproxy-2.5.0+git0.f2e0833f1.tar.gz deleted file mode 100644 index 61fb74f..0000000 --- a/haproxy-2.5.0+git0.f2e0833f1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85e22342cd31b8a29c42ae021549df9d643254ba3883c1ca7c348e941cf813de -size 3911408 diff --git a/haproxy-2.5.1+git0.86b093a51.tar.gz b/haproxy-2.5.1+git0.86b093a51.tar.gz new file mode 100644 index 0000000..52225fc --- /dev/null +++ b/haproxy-2.5.1+git0.86b093a51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846fe3a4612082d5a1839519550b4878fba192a2f6f601f4f6ef1fe6795a762e +size 3918972 diff --git a/haproxy.changes b/haproxy.changes index f5ebdde..eb17948 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Jan 11 17:20:22 UTC 2022 - mrueckert@suse.de + +- Update to version 2.5.1+git0.86b093a51: + * [RELEASE] Released version 2.5.1 + * CI: github actions: clean default step conditions + * BUILD: cpuset: fix build issue on macos introduced by previous change + * BUG/MAJOR: mux-h1: Don't decrement .curr_len for unsent data + * BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello error + * BUG/MEDIUM: mworker: don't use _getsocks in wait mode + * BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry + * BUG/MINOR: cli: fix _getsocks with musl libc + * BUILD/MINOR: tools: solaris build fix on dladdr. + * CI: github actions: update OpenSSL to 3.0.1 + * BUILD/MINOR: cpuset FreeBSD 14 build fix. + * REGTESTS: ssl: update of a crt with server deletion + * BUG/MEDIUM: ssl: free the ckch instance linked to a server + * BUG/MINOR: ssl: free the fields in srv->ssl_ctx + * CI: Github Actions: do not show VTest failures if build failed + * BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning + * MINOR: cpuset: switch to sched_setaffinity for FreeBSD 14 and above. + * MINOR: proxy: add option idle-close-on-response + * MINOR: debug: add support for -dL to dump library names at boot + * MINOR: debug: add ability to dump loaded shared libraries + * MINOR: compat: detect support for dl_iterate_phdr() + * REGTESTS: ssl: fix ssl_default_server.vtc + * BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server + * BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time + * DEBUG: ssl: make sure we never change a servername on established connections + * DOC: fix misspelled keyword "resolve_retries" in resolvers + * BUILD: ssl: unbreak the build with newer libressl + * BUG/MINOR: mux-h1: Fix splicing for messages with unknown length + * BUG/MEDIUM: mux-h1: Fix splicing by properly detecting end of message + * BUG/MEDIUM: peers: properly skip conn_cur from incoming messages + * BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch + * MINOR: pools: work around possibly slow malloc_trim() during gc + * MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output + * BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode + * DOC: config: fix error-log-format example + * DOC: config: retry-on list is space-delimited + * DOC: config: Specify %Ta is only available in HTTP mode + * DOC: spoe: Clarify use of the event directive in spoe-message section + * BUG/MINOR: cli/server: Don't crash when a server is added with a custom id + * MINOR: http-rules: Add capture action to http-after-response ruleset + * IMPORT: slz: use the correct CRC32 instruction when running in 32-bit mode + * BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types + * MINOR: cli: "show version" displays the current process version + * BUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_member_query + * BUILD: bug: Fix error when compiling with -DDEBUG_STRICT_NOCRASH + * MINOR: mux-h1: Improve H1 traces by adding info about http parsers + * BUG/MINOR: mworker: deinit of thread poller was called when not initialized + * BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode + * BUG/MEDIUM: h1: Properly reset h1m flags when headers parsing is restarted + * BUG/MAJOR: segfault using multiple log forward sections. + * BUG/MEDIUM: resolvers: Detach query item on response error + * BUG/MINOR: server: Don't rely on last default-server to init server SSL context + * BUG/MINOR: vars: Fix the set-var and unset-var converters + * BUILD: evports: remove a leftover from the dead_fd cleanup + * BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time + * BUG/MINOR: lua: remove loop initial declarations + * BUG/MINOR: lua: don't expose internal proxies + * BUG/MINOR: httpclient: allow to replace the host header + * BUG/MINOR: cache: Fix loop on cache entries in "show cache" + ------------------------------------------------------------------- Tue Nov 23 15:17:02 UTC 2021 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 4099d52..0089992 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -13,6 +13,8 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ + +%bcond_with quic %if 0%{?suse_version} >= 1230 %bcond_without tcp_fast_open %bcond_without network_namespace @@ -53,7 +55,7 @@ %endif Name: haproxy -Version: 2.5.0+git0.f2e0833f1 +Version: 2.5.1+git0.86b093a51 Release: 0 # # @@ -171,6 +173,9 @@ make %{?_smp_mflags} \ LIB="%{_lib}" \ PREFIX="%{_prefix}" \ USE_PROMEX=1 \ + %if %{with quic} + USE_QUIC=1 \ + %endif %if %{with opentracing} USE_OT=1 \ %endif