From b04f7f04e3637386e6b072429f110f5795c2210af1a5a1cebc5975fe0cf00eaf Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 8 Jan 2021 21:12:25 +0000 Subject: [PATCH 1/2] - Update to version 2.3.3+git0.9233c2143: OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=235 --- _service | 2 +- _servicedata | 2 +- haproxy-2.3.2+git0.d522db763.tar.gz | 3 -- haproxy-2.3.3+git0.9233c2143.tar.gz | 3 ++ haproxy.changes | 80 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 86 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.3.2+git0.d522db763.tar.gz create mode 100644 haproxy-2.3.3+git0.9233c2143.tar.gz diff --git a/_service b/_service index 7bd5434..746e1fc 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.3.2 + v2.3.3 enable diff --git a/_servicedata b/_servicedata index 56c3125..33a84bd 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 - d522db7632b34c5db274b6c8f30f5cccc434103b \ No newline at end of file + 9233c2143718ef88efc3bcd5be1ab26a74c4c4da \ No newline at end of file diff --git a/haproxy-2.3.2+git0.d522db763.tar.gz b/haproxy-2.3.2+git0.d522db763.tar.gz deleted file mode 100644 index 4fdd8c6..0000000 --- a/haproxy-2.3.2+git0.d522db763.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c600c9449514b08b90e01e7fb5b17aa45713cdd295452ba9f794a79ca350eb93 -size 2990053 diff --git a/haproxy-2.3.3+git0.9233c2143.tar.gz b/haproxy-2.3.3+git0.9233c2143.tar.gz new file mode 100644 index 0000000..2bec2ae --- /dev/null +++ b/haproxy-2.3.3+git0.9233c2143.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00e2e90ed9ed79f8654608756ccbb049fee34e1eecb12ecd20cb29b4eea7305 +size 2995434 diff --git a/haproxy.changes b/haproxy.changes index 24e5c62..f4bbf60 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Fri Jan 08 21:10:38 UTC 2021 - mrueckert@suse.de + +- Update to version 2.3.3+git0.9233c2143: + * [RELEASE] Released version 2.3.3 + * BUG/MINOR: sample: fix concat() converter's corruption with non-string variables + * DOC: Add maintainers for the Prometheus exporter + * SCRIPTS: announce-release: fix typo in help message + * DOC: fix some spelling issues over multiple files + * MINOR: contrib/prometheus-exporter: export build_info + * CLEANUP: cfgparse: replace "realloc" with "my_realloc2" to fix to memory leak on error + * BUILD: Makefile: exclude broken tests by default + * MINOR: converter: adding support for url_enc + * BUG/MINOR: srv: do not cleanup idle conns if pool max is null + * BUG/MINOR: srv: do not init address if backend is disabled + * SCRIPTS: make announce release support preparing announces before tag exists + * SCRIPTS: improve announce-release to support different tag and versions + * BUG/MINOR: stats: Make stat_l variable used to dump a stat line thread local + * DOC: Improve the message printed when running `make` w/o `TARGET` + * BUG/MINOR: tcpcheck: Report a L7OK if the last evaluated rule is a send rule + * BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails + * BUG/MINOR: sink: Return an allocation failure in __sink_new if strdup() fails + * MINOR: atomic: don't use ; to separate instruction on aarch64. + * BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h + * BUG/MEDIUM: mux_h2: Add missing braces in h2_snd_buf()around trace+wakeup + * DOC: fix "smp_size" vs "sample_size" in "log" directive arguments + * BUG/MINOR: dns: SRV records ignores duplicated AR records + * BUILD: ssl: fine guard for SSL_CTX_get0_privatekey call + * BUILD: plock: remove dead code that causes a warning in gcc 11 + * CONTRIB: debug: address "poll" utility build on non-linux platforms + * CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps + * CONTRIB: halog: mark the has_zero* functions unused + * CONTRIB: halog: fix build issue caused by %L printf format + * BUG/MEDIUM: mux-h1: Handle h1_process() failures on a pipelined request + * BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode + * BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests + * BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well + * BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call + * REGTESTS: make use of HAPROXY_ARGS and pass -dM by default + * BUG/MEDIUM: ssl/crt-list: bad behavior with "commit ssl cert" + * BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight + * BUG/MINOR: tools: Reject size format not starting by a digit + * BUG/MINOR: tools: make parse_time_err() more strict on the timer validity + * MINOR: tcpcheck: Only wait for more payload data on HTTP expect rules + * BUG/MINOR: tcpcheck: Don't rearm the check timeout on each read + * BUG/MINOR: http-check: Use right condition to consider HTX message as full + * DOC: email change of the DeviceAtlas maintainer + * BUG/MEDIUM: spoa/python: Fixing references to None + * BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments + * BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails + * BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations + * DOC: spoa/python: Fixing typos in comments + * DOC: spoa/python: Rephrasing memory related error messages + * DOC: spoa/python: Fixing typo in IP related error messages + * BUG/MAJOR: spoa/python: Fixing return None + * MEDIUM: ssl: fatal error with bundle + openssl < 1.1.1 + * MINOR: listener: now use a generic add_listener() function + * MINOR: listener: automatically set the port when creating listeners + * MINOR: protocol: add a ->set_port() helper to address families + * BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections + * BUG/MINOR: listener: use sockaddr_in6 for IPv6 + * DOC/MINOR: Fix formatting in Management Guide + * BUILD/MINOR: haproxy DragonFlyBSD affinity build update. + * BUG/MAJOR: ring: tcp forward on ring can break the reader counter. + * BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times + * MINOR: cli: add a function to look up a CLI service description + * MINOR: actions: add a function returning a service pointer from its name + * MINOR: actions: Export actions lookup functions + * BUG/MINOR: lua: Some lua init operation are processed unsafe + * BUG/MINOR: lua: Post init register function are not executed beyond the first one + * BUG/MINOR: lua: lua-load doesn't check its parameters + * BUG/MINOR: lua: missing "\n" in error message + * BUG/MINOR: mux-h2/stats: not all GOAWAY frames are errors + * BUG/MINOR: mux-h2/stats: make stream/connection proto errors more accurate + * BUG/MEDIUM: local log format regression. + * BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link + * MINOR: task: remove __tasklet_remove_from_tasklet_list() + * BUG/MEDIUM: lists: Lock the element while we check if it is in a list. + * MINOR: plock: use an ARMv8 instruction barrier for the pause instruction + ------------------------------------------------------------------- Mon Nov 30 16:59:46 UTC 2020 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 77dc7f4..be949be 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.3.2+git0.d522db763 +Version: 2.3.3+git0.9233c2143 Release: 0 # # From 3e2d4a99ea49154f4f8b7e16b2892744117a10672944094e749556c75d6433d1 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 13 Jan 2021 16:08:00 +0000 Subject: [PATCH 2/2] - Update to version 2.3.4+git0.10189c965: * [RELEASE] Released version 2.3.4 * MINOR: contrib/prometheus-exporter: use fill_info for process dump * MINOR: contrib/prometheus-exporter: avoid connection close header * BUG/MINOR: init: enforce strict-limits when using master-worker * BUG/MINOR: check: Don't perform any check on servers defined in a frontend * BUG/MINOR: sample: Memory leak of sample_expr structure in case of error * Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records" * MINOR: reg-tests: add base prometheus test * BUG/MINOR: reg-tests: fix service dependency script * BUG/MINOR: sample: check alloc_trash_chunk return value in concat() * MINOR: reg-tests: add a way to add service dependency OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=236 --- _service | 2 +- _servicedata | 2 +- haproxy-2.3.3+git0.9233c2143.tar.gz | 3 --- haproxy-2.3.4+git0.10189c965.tar.gz | 3 +++ haproxy.changes | 16 ++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.3.3+git0.9233c2143.tar.gz create mode 100644 haproxy-2.3.4+git0.10189c965.tar.gz diff --git a/_service b/_service index 746e1fc..ad970fc 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.3.3 + v2.3.4 enable diff --git a/_servicedata b/_servicedata index 33a84bd..3d03d12 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 - 9233c2143718ef88efc3bcd5be1ab26a74c4c4da \ No newline at end of file + 10189c965bc2f4b397608855c437fdb01e29f73a \ No newline at end of file diff --git a/haproxy-2.3.3+git0.9233c2143.tar.gz b/haproxy-2.3.3+git0.9233c2143.tar.gz deleted file mode 100644 index 2bec2ae..0000000 --- a/haproxy-2.3.3+git0.9233c2143.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d00e2e90ed9ed79f8654608756ccbb049fee34e1eecb12ecd20cb29b4eea7305 -size 2995434 diff --git a/haproxy-2.3.4+git0.10189c965.tar.gz b/haproxy-2.3.4+git0.10189c965.tar.gz new file mode 100644 index 0000000..db046db --- /dev/null +++ b/haproxy-2.3.4+git0.10189c965.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dde80f03e60bebda4e79ee1f16c790bf45bbbc5295774d78eed5a586ea74aab +size 2996015 diff --git a/haproxy.changes b/haproxy.changes index f4bbf60..79a9f48 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jan 13 16:02:43 UTC 2021 - mrueckert@suse.de + +- Update to version 2.3.4+git0.10189c965: + * [RELEASE] Released version 2.3.4 + * MINOR: contrib/prometheus-exporter: use fill_info for process dump + * MINOR: contrib/prometheus-exporter: avoid connection close header + * BUG/MINOR: init: enforce strict-limits when using master-worker + * BUG/MINOR: check: Don't perform any check on servers defined in a frontend + * BUG/MINOR: sample: Memory leak of sample_expr structure in case of error + * Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records" + * MINOR: reg-tests: add base prometheus test + * BUG/MINOR: reg-tests: fix service dependency script + * BUG/MINOR: sample: check alloc_trash_chunk return value in concat() + * MINOR: reg-tests: add a way to add service dependency + ------------------------------------------------------------------- Fri Jan 08 21:10:38 UTC 2021 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index be949be..67b8a07 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.3.3+git0.9233c2143 +Version: 2.3.4+git0.10189c965 Release: 0 # #