forked from pool/haproxy
- Update to version 2.0.9+git6.26b7b800:
* BUG/MINOR: ssl: fix crt-list neg filter for openssl < 1.1.1 * BUG/MINOR: peers: Wrong null "server_name" data field handling. * MINOR: peers: Add debugging information to "show peers". * MINOR: peers: Add TX/RX heartbeat counters. * MINOR: peers: Alway show the table info for disconnected peers. OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=196
This commit is contained in:
parent
590a165c90
commit
86577882a0
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">caf02113</param>
|
||||
<param name="revision">26b7b800</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.0.git</param>
|
||||
<param name="changesrevision">caf0211313f38ca5b008de356047db3c67feb38a</param>
|
||||
<param name="changesrevision">26b7b8000e96e332fd39d114ac2ffb038e5a4386</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b94a914763a25a532d17ac7ea44602e28c93ed4d319a0433a623fbaf3be511cd
|
||||
size 2626437
|
3
haproxy-2.0.9+git6.26b7b800.tar.gz
Normal file
3
haproxy-2.0.9+git6.26b7b800.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03442b4b0d3be473fa992414044380261770d660c99828331c957446aa81eb71
|
||||
size 2625294
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 14:16:54 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.0.9+git6.26b7b800:
|
||||
* BUG/MINOR: ssl: fix crt-list neg filter for openssl < 1.1.1
|
||||
* BUG/MINOR: peers: Wrong null "server_name" data field handling.
|
||||
* MINOR: peers: Add debugging information to "show peers".
|
||||
* MINOR: peers: Add TX/RX heartbeat counters.
|
||||
* MINOR: peers: Alway show the table info for disconnected peers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 13:55:05 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.0.9+git1.caf02113
|
||||
Version: 2.0.9+git6.26b7b800
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user