Accepting request 518364 from server:http
1 OBS-URL: https://build.opensuse.org/request/show/518364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=51
This commit is contained in:
commit
d385b18561
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">haproxy</param>
|
||||
<param name="versionformat">1.7.8</param>
|
||||
<param name="revision">v1.7.8</param>
|
||||
<param name="versionformat">1.7.9</param>
|
||||
<param name="revision">v1.7.9</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.6.git</param>
|
||||
<param name="changesrevision">864bf78c3b6898eb12ece5f0a44032090f26f57f</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="changesrevision">298376c4a77bae10aa6043cf1f8558001a004064</param></service></servicedata>
|
||||
<param name="changesrevision">640d526f8cdad00f7f5043b51f6a34f3f6ebb49f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec90153ccedd20ad4015d3eaf76b502ff1f61b431d54c22b8457b5784a9ae142
|
||||
size 1746321
|
3
haproxy-1.7.9.tar.gz
Normal file
3
haproxy-1.7.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1072337e54fa188dc6e0cfe3ba4c2200b07082e321cbfe5a0882d85d54db068e
|
||||
size 1748159
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 06:52:05 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.7.9:
|
||||
* BUG/MINOR: peers: peer synchronization issue (with several peers sections).
|
||||
* BUG/MINOR: lua: In error case, the safe mode is not removed
|
||||
* BUG/MINOR: lua: executes the function destroying the Lua session in safe mode
|
||||
* BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted
|
||||
* BUG/MEDIUM: lua: bad memory access
|
||||
* DOC: update the list of OpenSSL versions in the README
|
||||
* DOC: Updated 51Degrees git URL to point to a stable version.
|
||||
* BUG/MINOR: http: Set the response error state in http_sync_res_state
|
||||
* MINOR: http: Reorder/rewrite checks in http_resync_states
|
||||
* MINOR: http: Switch requests/responses in TUNNEL mode only by checking txn flags
|
||||
* BUG/MEDIUM: http: Switch HTTP responses in TUNNEL mode when body length is undefined
|
||||
* BUG/MAJOR: http: Fix possible infinity loop in http_sync_(req|res)_state
|
||||
* BUG/MINOR: lua: Fix Server.get_addr() port values
|
||||
* BUG/MINOR: lua: Correctly use INET6_ADDRSTRLEN in Server.get_addr()
|
||||
* BUG/MINOR: lua: always detach the tcp/http tasks before freeing them
|
||||
* BUG/MINOR: lua: Fix bitwise logic for hlua_server_check_* functions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 12:05:16 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.7.8
|
||||
Version: 1.7.9
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user