- Update to version 2.1.1+git0.4ae521379:
* [RELEASE] Released version 2.1.1 * BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() * BUG/MINOR: listener: fix off-by-one in state name check * BUG/MINOR: server: make "agent-addr" work on default-server line * BUG/MINOR: listener: do not immediately resume on transient error * BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers * BUG/MINOR: log: fix minor resource leaks on logformat error path * DOC: remove references to the outdated architecture.txt * DOC: proxies: HAProxy only supports 3 connection modes * BUG/MINOR: tasks: only requeue a task if it was already in the queue * DOC: listeners: add a few missing transitions OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=209
This commit is contained in:
parent
9541e980ce
commit
daef8935ae
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">8e4a62508</param>
|
||||
<param name="revision">v2.1.1</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.1.git</param>
|
||||
<param name="changesrevision">8e4a62508c4e2f6ba0ae01f552a13208a8018875</param>
|
||||
<param name="changesrevision">4ae521379e97fb23630fc60516e6f19c03a93b58</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e2871727845037a25918126337252b9633042cc449e31c63698ad48f57526a9
|
||||
size 2706846
|
3
haproxy-2.1.1+git0.4ae521379.tar.gz
Normal file
3
haproxy-2.1.1+git0.4ae521379.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a23806a9d221107ae782b3d97e0163ab21d1dff62d147ebdd8d8e4f14a28e92
|
||||
size 2737454
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 17:07:41 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.1.1+git0.4ae521379:
|
||||
* [RELEASE] Released version 2.1.1
|
||||
* BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy()
|
||||
* BUG/MINOR: listener: fix off-by-one in state name check
|
||||
* BUG/MINOR: server: make "agent-addr" work on default-server line
|
||||
* BUG/MINOR: listener: do not immediately resume on transient error
|
||||
* BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers
|
||||
* BUG/MINOR: log: fix minor resource leaks on logformat error path
|
||||
* DOC: remove references to the outdated architecture.txt
|
||||
* DOC: proxies: HAProxy only supports 3 connection modes
|
||||
* BUG/MINOR: tasks: only requeue a task if it was already in the queue
|
||||
* DOC: listeners: add a few missing transitions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 19:29:31 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.1.0+git33.8e4a62508
|
||||
Version: 2.1.1+git0.4ae521379
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user