forked from pool/haproxy
Accepting request 605111 from home:KGronlund:branches:server:http
- Update to version 1.8.8: * BUG/CRITICAL: h2: fix incorrect frame length check (VUL-0) (bsc#1089837) * MINOR: cli: Ensure the CLI always outputs an error when it should * BUG/MINOR: cli: Guard against NULL messages when using CLI_ST_PRINT_FREE * BUG/MEDIUM: kqueue: When adding new events, provide an output to get errors. * BUG/MINOR: http: Return an error in proxy mode when url2sa fails * BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). * BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes OBS-URL: https://build.opensuse.org/request/show/605111 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=166
This commit is contained in:
parent
a71f91e607
commit
90c2067cec
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">haproxy</param>
|
||||
<param name="versionformat">1.8.7</param>
|
||||
<param name="revision">v1.8.7</param>
|
||||
<param name="versionformat">1.8.8</param>
|
||||
<param name="revision">v1.8.8</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -5,4 +5,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="changesrevision">640d526f8cdad00f7f5043b51f6a34f3f6ebb49f</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
||||
<param name="changesrevision">02ff0174937c78e43197ec6390f45bcdf7a9d40f</param></service></servicedata>
|
||||
<param name="changesrevision">cd117685f0cff4f2f5577ef6a21eaae96ebd9f28</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5486c6e0678b9a56d3855218807b1e435d698e3bfae2c5ec92911c71cc3b569
|
||||
size 2112961
|
3
haproxy-1.8.8.tar.gz
Normal file
3
haproxy-1.8.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcc05ab824bd2f89b8b21ac05459c0a0a0e02247b57ffe441d52cfe771daea92
|
||||
size 2054534
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 07 12:57:54 UTC 2018 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.8.8:
|
||||
* BUG/CRITICAL: h2: fix incorrect frame length check (VUL-0) (bsc#1089837)
|
||||
* MINOR: cli: Ensure the CLI always outputs an error when it should
|
||||
* BUG/MINOR: cli: Guard against NULL messages when using CLI_ST_PRINT_FREE
|
||||
* BUG/MEDIUM: kqueue: When adding new events, provide an output to get errors.
|
||||
* BUG/MINOR: http: Return an error in proxy mode when url2sa fails
|
||||
* BUG/MEDIUM: connection: Make sure we have a mux before calling detach().
|
||||
* BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 07 00:15:13 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.8.7
|
||||
Version: 1.8.8
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user