forked from pool/haproxy
- 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
This commit is contained in:
parent
b04f7f04e3
commit
3e2d4a99ea
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">v2.3.3</param>
|
||||
<param name="revision">v2.3.4</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -7,4 +7,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.2.git</param>
|
||||
<param name="changesrevision">34b2b106689c8a017eb5726193b199ea96f2c9f7</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.3.git</param>
|
||||
<param name="changesrevision">9233c2143718ef88efc3bcd5be1ab26a74c4c4da</param></service></servicedata>
|
||||
<param name="changesrevision">10189c965bc2f4b397608855c437fdb01e29f73a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d00e2e90ed9ed79f8654608756ccbb049fee34e1eecb12ecd20cb29b4eea7305
|
||||
size 2995434
|
3
haproxy-2.3.4+git0.10189c965.tar.gz
Normal file
3
haproxy-2.3.4+git0.10189c965.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dde80f03e60bebda4e79ee1f16c790bf45bbbc5295774d78eed5a586ea74aab
|
||||
size 2996015
|
@ -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
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.3.3+git0.9233c2143
|
||||
Version: 2.3.4+git0.10189c965
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user