forked from pool/haproxy
- Update to version 2.0.0~git6.41dc8432:
* BUG/MEDIUM: htx: Fully update HTX message when the block value is changed * MINOR: htx: Add the function htx_change_blk_value_len() * BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses * BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages * BUG/MINOR: lua/htx: Make txn.req_req_* and txn.res_rep_* HTX aware * BUG/MEDIUM: h2/htx: Update data length of the HTX when the cookie list is built OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=183
This commit is contained in:
parent
d7f112bb8f
commit
4a51530556
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">v2.0.0</param>
|
||||
<param name="revision">41dc8432</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -7,4 +7,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
||||
<param name="changesrevision">6fb9fadc5311cd00beb522a35596d3aa63f24fdb</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.0.git</param>
|
||||
<param name="changesrevision">ba23630ad009464dc8e4d01dac9ce779eb84cc2a</param></service></servicedata>
|
||||
<param name="changesrevision">41dc8432f87622145390dc1b1467a5ee14ba184c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83d85bc60dbbea9694b188e4c79b40bfd4594d33c3ebdef63ee4c5f99e85f429
|
||||
size 2603528
|
3
haproxy-2.0.0~git6.41dc8432.tar.gz
Normal file
3
haproxy-2.0.0~git6.41dc8432.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fe3bf81a9a47e8430fbb007cc847dea2aa7011602b2eb47733a4d6a00724b87
|
||||
size 2604887
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 12:04:20 UTC 2019 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.0.0~git6.41dc8432:
|
||||
* BUG/MEDIUM: htx: Fully update HTX message when the block value is changed
|
||||
* MINOR: htx: Add the function htx_change_blk_value_len()
|
||||
* BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses
|
||||
* BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages
|
||||
* BUG/MINOR: lua/htx: Make txn.req_req_* and txn.res_rep_* HTX aware
|
||||
* BUG/MEDIUM: h2/htx: Update data length of the HTX when the cookie list is built
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 12:33:47 UTC 2019 - kgronlund@suse.com
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.0.0~git0.ba23630a
|
||||
Version: 2.0.0~git6.41dc8432
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user