From 1b2148db56e86b627fecc35b5f4d0addd886f16ba4fd0b9afe3b4ff8c6510bc2 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 13 May 2022 15:05:48 +0000 Subject: [PATCH] - Update to version 2.5.7+git0.2ef551d02: OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=264 --- _service | 2 +- _servicedata | 2 +- haproxy-2.5.6+git0.ba44b4312.tar.gz | 3 -- haproxy-2.5.7+git0.2ef551d02.tar.gz | 3 ++ haproxy.changes | 49 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 55 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.5.6+git0.ba44b4312.tar.gz create mode 100644 haproxy-2.5.7+git0.2ef551d02.tar.gz diff --git a/_service b/_service index 0f146b5..20dda61 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.5.6 + v2.5.7 enable diff --git a/_servicedata b/_servicedata index 381c19e..f5ac1e0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://git.haproxy.org/git/haproxy-2.5.git - ba44b431294b6ddb65d5841632789dabf253439d + 2ef551d0284f385fb36b3b2e4b32a7adab4223ac \ No newline at end of file diff --git a/haproxy-2.5.6+git0.ba44b4312.tar.gz b/haproxy-2.5.6+git0.ba44b4312.tar.gz deleted file mode 100644 index 8a1c113..0000000 --- a/haproxy-2.5.6+git0.ba44b4312.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c6a8929228d46871979db9e4d97c7a2b2382c7e911549c36a7c22a8fb3b670 -size 3938532 diff --git a/haproxy-2.5.7+git0.2ef551d02.tar.gz b/haproxy-2.5.7+git0.2ef551d02.tar.gz new file mode 100644 index 0000000..fdfd228 --- /dev/null +++ b/haproxy-2.5.7+git0.2ef551d02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75af37ce66025ac92f5c0308789d8e306a1b5a1243af066fbda256cb95bfb792 +size 3942307 diff --git a/haproxy.changes b/haproxy.changes index ef580ca..aaf427d 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Fri May 13 14:54:15 UTC 2022 - mrueckert@suse.de + +- Update to version 2.5.7+git0.2ef551d02: + * [RELEASE] Released version 2.5.7 + * CLEANUP: mux-h1: Fix comments and error messages for global options + * MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests + * BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized + * CLEANUP: applet: make appctx_new() initialize the whole appctx + * BUG/MINOR: conn_stream: do not confirm a connection from the frontend path + * DOC/MINOR: fix typos in the lua-api document + * BUG/MEDIUM: lua: fix argument handling in data removal functions + * BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). + * DOC: install: update gcc version requirements + * BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( + * BUILD: listener: shut report of possible null-deref in listener_accept() + * BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings + * BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation + * BUG/MINOR: ssl: Fix typos in crl-file related CLI commands + * CI: dynamically determine actual version of h2spec + * DOC: fix typo "ant" for "and" in INSTALL + * BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts + * BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts + * BUG/MINOR: ssl/cli: fix "show ssl ca-file " not to mix cli+ssl contexts + * BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts + * BUG/MEDIUM: ssl/cli: fix yielding in show_cafile_detail + * BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init + * BUG/MINOR: map/cli: protect the backref list during "show map" errors + * BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend" + * BUG/MEDIUM: cli: make "show cli sockets" really yield + * BUG/MEDIUM: resolvers: make "show resolvers" properly yield + * BUG/MINOR: startup: usage() when no -cc arguments + * BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port] + * DOC: config: Update doc for PR/PH session states to warn about rewrite failures + * MINOR: mux-h2: report a trace event when failing to create a new stream + * BUG/MINOR: mux-h2: mark the stream as open before processing it not after + * BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket + * BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified + * BUG/MEDIUM: mux-fcgi: Be sure to never set EOM flag on an empty HTX message + * SCRIPTS: announce-release: add URL of dev packages + * CI: github actions: update LibreSSL to 3.5.2 + * BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel + * MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord" + * BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all() + * BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit() + * BUG/MEDIUM: http-ana: Fix memleak in redirect rules with ignore-empty option + * MINOR: connection: Add way to disable active connection closing during soft-stop + * BUILD: compiler: properly distinguish weak and global symbols + ------------------------------------------------------------------- Tue Apr 26 21:59:04 UTC 2022 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 3c24d67..ebd9305 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -55,7 +55,7 @@ %endif Name: haproxy -Version: 2.5.6+git0.ba44b4312 +Version: 2.5.7+git0.2ef551d02 Release: 0 # #