forked from pool/haproxy
- Update to version 2.0.10+git14.7caf150a:
* BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data * BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN * BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending * BUG/MINOR: ssl: certificate choice can be unexpected with openssl >= 1.1.1 * BUG/MEDIUM: listener/thread: fix a race when pausing a listener * BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still possible * BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data * DOC: move the "group" keyword at the right place * DOC: clarify matching strings on binary fetches * DOC: Clarify behavior of server maxconn in HTTP mode OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=205
This commit is contained in:
2
_service
2
_service
@@ -6,7 +6,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">6d9a455d</param>
|
<param name="revision">7caf150a</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@@ -1,8 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">http://git.haproxy.org/git/haproxy-2.0.git</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-2.0.git</param>
|
||||||
<param name="changesrevision">6d9a455da17251c34d3c552f2a963447f52fdd80</param>
|
<param name="changesrevision">7caf150a6c5bcfcb3c6159790f651ba21ac97844</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar_scm">
|
</servicedata>
|
||||||
<param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
|
|
||||||
<param name="changesrevision">bf2c92b5438c5c596b3acaaa6ec8d395d5c531fe</param></service></servicedata>
|
|
3
haproxy-2.0.10+git14.7caf150a.tar.gz
Normal file
3
haproxy-2.0.10+git14.7caf150a.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f72f1d362868809fa093a4d2e7be7fc4ee85ed84ea6116769fb2ff8779d96d95
|
||||||
|
size 2635631
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb3a29e63143607452069aeaaaf438ca935f73b70673b533d1f4148ed8732f60
|
|
||||||
size 2635632
|
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 05 15:37:44 UTC 2019 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.0.10+git14.7caf150a:
|
||||||
|
* BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data
|
||||||
|
* BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN
|
||||||
|
* BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending
|
||||||
|
* BUG/MINOR: ssl: certificate choice can be unexpected with openssl >= 1.1.1
|
||||||
|
* BUG/MEDIUM: listener/thread: fix a race when pausing a listener
|
||||||
|
* BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still possible
|
||||||
|
* BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data
|
||||||
|
* DOC: move the "group" keyword at the right place
|
||||||
|
* DOC: clarify matching strings on binary fetches
|
||||||
|
* DOC: Clarify behavior of server maxconn in HTTP mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 29 13:44:19 UTC 2019 - mrueckert@suse.de
|
Fri Nov 29 13:44:19 UTC 2019 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@@ -47,7 +47,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.0.10+git4.6d9a455d
|
Version: 2.0.10+git14.7caf150a
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user