forked from pool/haproxy
- Update to version 2.1.0+git33.8e4a62508:
* BUG/MEDIUM: proto_udp/threads: recv() and send() must not be exclusive. * BUG/MAJOR: dns: add minimalist error processing on the Rx path * BUG/MEDIUM: kqueue: Make sure we report read events even when no data. * DOC: document the listener state transitions * BUG/MEDIUM: listener/threads: fix a remaining race in the listener's accept() * BUG/MINOR: listener: also clear the error flag on a paused listener * BUG/MINOR: listener/threads: always use atomic ops to clear the FD events * BUG/MINOR: proxy: make soft_stop() also close FDs in LI_PAUSED state * BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM block cannot be inserted * BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=208
This commit is contained in:
parent
3e55266962
commit
9541e980ce
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">e77b108cd</param>
|
||||
<param name="revision">8e4a62508</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">e77b108cde2c9b47f4e7c6f932310e1a5ac674d7</param>
|
||||
<param name="changesrevision">8e4a62508c4e2f6ba0ae01f552a13208a8018875</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c3702b9c846cae2ef0a4525912198b4b01de7fedc44fdeb3529a80a3d37391b
|
||||
size 2660832
|
3
haproxy-2.1.0+git33.8e4a62508.tar.gz
Normal file
3
haproxy-2.1.0+git33.8e4a62508.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e2871727845037a25918126337252b9633042cc449e31c63698ad48f57526a9
|
||||
size 2706846
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 19:29:31 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.1.0+git33.8e4a62508:
|
||||
* BUG/MEDIUM: proto_udp/threads: recv() and send() must not be exclusive.
|
||||
* BUG/MAJOR: dns: add minimalist error processing on the Rx path
|
||||
* BUG/MEDIUM: kqueue: Make sure we report read events even when no data.
|
||||
* DOC: document the listener state transitions
|
||||
* BUG/MEDIUM: listener/threads: fix a remaining race in the listener's accept()
|
||||
* BUG/MINOR: listener: also clear the error flag on a paused listener
|
||||
* BUG/MINOR: listener/threads: always use atomic ops to clear the FD events
|
||||
* BUG/MINOR: proxy: make soft_stop() also close FDs in LI_PAUSED state
|
||||
* BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM block cannot be inserted
|
||||
* BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 06 15:30:10 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.1.0+git23.e77b108cd
|
||||
Version: 2.1.0+git33.8e4a62508
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user