forked from pool/haproxy
- Update to version 2.3.9+git1.afb63bc04:
* BUILD: backend: fix build breakage in idle conn locking fix * [RELEASE] Released version 2.3.9 * BUG/MEDIUM: time: make sure to always initialize the global tick * BUG/MINOR: stats: Apply proper styles in HTML status page. * BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv * MEDIUM: backend: use a trylock to grab a connection on high FD counts as well * BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=242
This commit is contained in:
parent
e43173f9d3
commit
6cbf653a6b
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.8</param>
|
||||
<param name="revision">v2.3.9</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">e572195c76ee79c5780adecb2560b6e6e36a7d1e</param></service></servicedata>
|
||||
<param name="changesrevision">afb63bc040ab53db7520eaef49b79970d2b636d9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ec65e8318c1e478c0fb04bd44ac4bbc96fd8fb61758d681e642c95c88c97ffa
|
||||
size 3015242
|
3
haproxy-2.3.9+git1.afb63bc04.tar.gz
Normal file
3
haproxy-2.3.9+git1.afb63bc04.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ac47bd03e6985636f0008f307a9943c1c6d76e2f67998d90c59dbffc2e3d7c6
|
||||
size 3015994
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 17:35:22 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.3.9+git1.afb63bc04:
|
||||
* BUILD: backend: fix build breakage in idle conn locking fix
|
||||
* [RELEASE] Released version 2.3.9
|
||||
* BUG/MEDIUM: time: make sure to always initialize the global tick
|
||||
* BUG/MINOR: stats: Apply proper styles in HTML status page.
|
||||
* BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv
|
||||
* MEDIUM: backend: use a trylock to grab a connection on high FD counts as well
|
||||
* BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 15:51:22 UTC 2021 - mrueckert@suse.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.3.8+git0.e572195c7
|
||||
Version: 2.3.9+git1.afb63bc04
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user