From 975a98b28641a6e48b08cfe7aa8945e0822fe31a32e34037a3afdaad868daf77 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Wed, 23 Aug 2017 10:58:53 +0000 Subject: [PATCH] Accepting request 518340 from home:KGronlund:branches:server:http - 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. OBS-URL: https://build.opensuse.org/request/show/518340 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=149 --- _service | 4 ++-- _servicedata | 2 +- haproxy-1.7.8.tar.gz | 3 --- haproxy-1.7.9.tar.gz | 3 +++ haproxy.changes | 21 +++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 haproxy-1.7.8.tar.gz create mode 100644 haproxy-1.7.9.tar.gz diff --git a/_service b/_service index 32da352..f7660c6 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ http://git.haproxy.org/git/haproxy-1.7.git git haproxy - 1.7.8 - v1.7.8 + 1.7.9 + v1.7.9 enable diff --git a/_servicedata b/_servicedata index 3b4f9f8..e2d7f2a 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ http://git.haproxy.org/git/haproxy-1.6.git 864bf78c3b6898eb12ece5f0a44032090f26f57f http://git.haproxy.org/git/haproxy-1.7.git - 298376c4a77bae10aa6043cf1f8558001a004064 \ No newline at end of file + 640d526f8cdad00f7f5043b51f6a34f3f6ebb49f \ No newline at end of file diff --git a/haproxy-1.7.8.tar.gz b/haproxy-1.7.8.tar.gz deleted file mode 100644 index fe6907d..0000000 --- a/haproxy-1.7.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec90153ccedd20ad4015d3eaf76b502ff1f61b431d54c22b8457b5784a9ae142 -size 1746321 diff --git a/haproxy-1.7.9.tar.gz b/haproxy-1.7.9.tar.gz new file mode 100644 index 0000000..c79e4bb --- /dev/null +++ b/haproxy-1.7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1072337e54fa188dc6e0cfe3ba4c2200b07082e321cbfe5a0882d85d54db068e +size 1748159 diff --git a/haproxy.changes b/haproxy.changes index 3de98c0..9d9be99 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -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 diff --git a/haproxy.spec b/haproxy.spec index d5347b6..6e0a885 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -41,7 +41,7 @@ %bcond_without apparmor Name: haproxy -Version: 1.7.8 +Version: 1.7.9 Release: 0 # #