forked from pool/haproxy
- Update to version 2.1.0+git21.67ff2112b:
* 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: ssl/cli: don't overwrite the filters variable * 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: Fix ordered list in summary - switch to the 2.1 branch https://www.haproxy.com/blog/haproxy-2-1/ https://www.mail-archive.com/haproxy@formilux.org/msg35491.html OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=206
This commit is contained in:
parent
a3cff431a4
commit
4b2faccf62
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.0.git</param>
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">haproxy</param>
|
||||
<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">7caf150a</param>
|
||||
<param name="revision">67ff2112b</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">7caf150a6c5bcfcb3c6159790f651ba21ac97844</param>
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
|
||||
<param name="changesrevision">67ff2112bf139b2e92c4a3a5fd4cfc75791a127a</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
</servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f72f1d362868809fa093a4d2e7be7fc4ee85ed84ea6116769fb2ff8779d96d95
|
||||
size 2635631
|
3
haproxy-2.1.0+git21.67ff2112b.tar.gz
Normal file
3
haproxy-2.1.0+git21.67ff2112b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d159cfb2c85256f01a699cd575af02680430b63fa532ec45e6b2f7b216713979
|
||||
size 2660927
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 05 15:46:01 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.1.0+git21.67ff2112b:
|
||||
* 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: ssl/cli: don't overwrite the filters variable
|
||||
* 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: Fix ordered list in summary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 15:46:00 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- switch to the 2.1 branch
|
||||
https://www.haproxy.com/blog/haproxy-2-1/
|
||||
https://www.mail-archive.com/haproxy@formilux.org/msg35491.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 05 15:37:44 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.0.10+git14.7caf150a
|
||||
Version: 2.1.0+git21.67ff2112b
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user