From d13203d52b8ca6eb25df27dd89080028da1288dd994f7685cb8e9d5c8500b3d9 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 28 Feb 2017 13:08:50 +0000 Subject: [PATCH] Accepting request 460842 from home:KGronlund:branches:server:http - Update to version 1.7.3: * BUG/MINOR: stream: Fix how backend-specific analyzers are set on a stream * BUG/MEDIUM: tcp: don't poll for write when connect() succeeds * BUG/MINOR: unix: fix connect's polling in case no data are scheduled * BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword * MINOR: dns: give ability to dns_init_resolvers() to close a socket when requested * BUG/MAJOR: dns: restart sockets after fork() * MINOR: chunks: implement a simple dynamic allocator for trash buffers * BUG/MEDIUM: http: prevent redirect from overwriting a buffer * BUG/MEDIUM: filters: Do not truncate HTTP response when body length is undefined * BUG/MEDIUM: http: Prevent replace-header from overwriting a buffer * BUG/MINOR: http: Return an error when a replace-header rule failed on the response * BUG/MINOR: sendmail: The return of vsnprintf is not cleanly tested * BUG/MAJOR: lua segmentation fault when the request is like 'GET ?arg=val HTTP/1.1' * BUG/MEDIUM: config: reject anything but "if" or "unless" after a use-backend rule * MINOR: http: don't close when redirect location doesn't start with "/" OBS-URL: https://build.opensuse.org/request/show/460842 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=144 --- _service | 4 ++-- _servicedata | 2 +- haproxy-1.7.2.tar.gz | 3 --- haproxy-1.7.3.tar.gz | 3 +++ haproxy.changes | 20 ++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 haproxy-1.7.2.tar.gz create mode 100644 haproxy-1.7.3.tar.gz diff --git a/_service b/_service index f68ed2a..a78892d 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ http://git.haproxy.org/git/haproxy-1.7.git git haproxy - 1.7.2 - v1.7.2 + 1.7.3 + v1.7.3 enable diff --git a/_servicedata b/_servicedata index 2764166..b05b6fc 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 - ddb646ee9182df570017ddf280873a1360a28898 \ No newline at end of file + 9cb532a34ae190b350cdeb8bbbae25d524b10949 \ No newline at end of file diff --git a/haproxy-1.7.2.tar.gz b/haproxy-1.7.2.tar.gz deleted file mode 100644 index fa3738f..0000000 --- a/haproxy-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f95b40f52a4d61feaae363c9b15bf411c16fe8f61fddb297c7afcca0072e4b2f -size 1735073 diff --git a/haproxy-1.7.3.tar.gz b/haproxy-1.7.3.tar.gz new file mode 100644 index 0000000..21d7ee0 --- /dev/null +++ b/haproxy-1.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65 +size 1737006 diff --git a/haproxy.changes b/haproxy.changes index c5238fd..efd75a9 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Feb 28 11:31:02 UTC 2017 - kgronlund@suse.com + +- Update to version 1.7.3: + * BUG/MINOR: stream: Fix how backend-specific analyzers are set on a stream + * BUG/MEDIUM: tcp: don't poll for write when connect() succeeds + * BUG/MINOR: unix: fix connect's polling in case no data are scheduled + * BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword + * MINOR: dns: give ability to dns_init_resolvers() to close a socket when requested + * BUG/MAJOR: dns: restart sockets after fork() + * MINOR: chunks: implement a simple dynamic allocator for trash buffers + * BUG/MEDIUM: http: prevent redirect from overwriting a buffer + * BUG/MEDIUM: filters: Do not truncate HTTP response when body length is undefined + * BUG/MEDIUM: http: Prevent replace-header from overwriting a buffer + * BUG/MINOR: http: Return an error when a replace-header rule failed on the response + * BUG/MINOR: sendmail: The return of vsnprintf is not cleanly tested + * BUG/MAJOR: lua segmentation fault when the request is like 'GET ?arg=val HTTP/1.1' + * BUG/MEDIUM: config: reject anything but "if" or "unless" after a use-backend rule + * MINOR: http: don't close when redirect location doesn't start with "/" + ------------------------------------------------------------------- Mon Jan 30 14:43:01 UTC 2017 - kgronlund@suse.com diff --git a/haproxy.spec b/haproxy.spec index 0eb9ee1..2acf474 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -41,7 +41,7 @@ %bcond_without apparmor Name: haproxy -Version: 1.7.2 +Version: 1.7.3 Release: 0 # #