From 6fdf47da4fdb003400cf9719e5a1cc5aba72f260d3363b9dfd95c2f972088e99 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 29 Mar 2017 13:00:07 +0000 Subject: [PATCH] Accepting request 483306 from home:KGronlund:branches:server:http - Update to version 1.7.4: * MINOR: config: warn when some HTTP rules are used in a TCP proxy * BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters * BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section * BUG/MEDIUM: ssl: Clear OpenSSL error stack after trying to parse OCSP file * BUG/MEDIUM: cli: Prevent double free in CLI ACL lookup * BUG/MINOR: Fix "get map " CLI command * BUG/MAJOR: connection: update CO_FL_CONNECTED before calling the data layer * BUG/MEDIUM: ssl: switchctx should not return SSL_TLSEXT_ERR_ALERT_WARNING * BUG/MINOR: checks: attempt clean shutw for SSL check * BUG/MEDIUM: listener: do not try to rebind another process' socket * BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze * BUG/MAJOR: stream-int: do not depend on connection flags to detect connection * BUG/MEDIUM: connection: ensure to always report the end of handshakes * BUG: payload: fix payload not retrieving arbitrary lengths * BUG/MAJOR: http: fix typo in http_apply_redirect_rule * BUG/MEDIUM: stream: fix client-fin/server-fin handling * MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller * BUG/MINOR: raw_sock: always perfom the last recv if RDHUP is not available * DOC/MINOR: Fix typos in proxy protocol doc * DOC: Protocol doc: add checksum, TLV type ranges * DOC: Protocol doc: add SSL TLVs, rename CHECKSUM * DOC: Protocol doc: add noop TLV * MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time * BUG/MINOR: cfgparse: loop in tracked servers lists not detected by check_config_validity(). * MINOR: server: irrelevant error message with 'default-server' config file keyword. * MINOR: doc: fix use-server example (imap vs mail) * BUG/MEDIUM: tcp: don't require privileges to bind to device OBS-URL: https://build.opensuse.org/request/show/483306 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=145 --- _service | 4 ++-- _servicedata | 2 +- haproxy-1.7.3.tar.gz | 3 --- haproxy-1.7.4.tar.gz | 3 +++ haproxy.changes | 32 ++++++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 39 insertions(+), 7 deletions(-) delete mode 100644 haproxy-1.7.3.tar.gz create mode 100644 haproxy-1.7.4.tar.gz diff --git a/_service b/_service index a78892d..f59b620 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ http://git.haproxy.org/git/haproxy-1.7.git git haproxy - 1.7.3 - v1.7.3 + 1.7.4 + v1.7.4 enable diff --git a/_servicedata b/_servicedata index b05b6fc..9d3bff3 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 - 9cb532a34ae190b350cdeb8bbbae25d524b10949 \ No newline at end of file + f9eae1ec92742a0185db00fbcfa566ba09b7e3a2 \ No newline at end of file diff --git a/haproxy-1.7.3.tar.gz b/haproxy-1.7.3.tar.gz deleted file mode 100644 index 21d7ee0..0000000 --- a/haproxy-1.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65 -size 1737006 diff --git a/haproxy-1.7.4.tar.gz b/haproxy-1.7.4.tar.gz new file mode 100644 index 0000000..ea8b4c3 --- /dev/null +++ b/haproxy-1.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1e7621fd41a1c3ca5621975ca5ed4191469a144108f6c47d630ca8da835dbe +size 1741637 diff --git a/haproxy.changes b/haproxy.changes index efd75a9..7769515 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Mar 29 11:53:23 UTC 2017 - kgronlund@suse.com + +- Update to version 1.7.4: + * MINOR: config: warn when some HTTP rules are used in a TCP proxy + * BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters + * BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section + * BUG/MEDIUM: ssl: Clear OpenSSL error stack after trying to parse OCSP file + * BUG/MEDIUM: cli: Prevent double free in CLI ACL lookup + * BUG/MINOR: Fix "get map " CLI command + * BUG/MAJOR: connection: update CO_FL_CONNECTED before calling the data layer + * BUG/MEDIUM: ssl: switchctx should not return SSL_TLSEXT_ERR_ALERT_WARNING + * BUG/MINOR: checks: attempt clean shutw for SSL check + * BUG/MEDIUM: listener: do not try to rebind another process' socket + * BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze + * BUG/MAJOR: stream-int: do not depend on connection flags to detect connection + * BUG/MEDIUM: connection: ensure to always report the end of handshakes + * BUG: payload: fix payload not retrieving arbitrary lengths + * BUG/MAJOR: http: fix typo in http_apply_redirect_rule + * BUG/MEDIUM: stream: fix client-fin/server-fin handling + * MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller + * BUG/MINOR: raw_sock: always perfom the last recv if RDHUP is not available + * DOC/MINOR: Fix typos in proxy protocol doc + * DOC: Protocol doc: add checksum, TLV type ranges + * DOC: Protocol doc: add SSL TLVs, rename CHECKSUM + * DOC: Protocol doc: add noop TLV + * MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time + * BUG/MINOR: cfgparse: loop in tracked servers lists not detected by check_config_validity(). + * MINOR: server: irrelevant error message with 'default-server' config file keyword. + * MINOR: doc: fix use-server example (imap vs mail) + * BUG/MEDIUM: tcp: don't require privileges to bind to device + ------------------------------------------------------------------- Tue Feb 28 11:31:02 UTC 2017 - kgronlund@suse.com diff --git a/haproxy.spec b/haproxy.spec index 2acf474..bc8ad1a 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -41,7 +41,7 @@ %bcond_without apparmor Name: haproxy -Version: 1.7.3 +Version: 1.7.4 Release: 0 # #