haproxy: new release 1.5.4 that fixes recent cve
authorThomas Heil <heil@terminal-consulting.de>
Wed, 3 Sep 2014 13:37:24 +0000 (15:37 +0200)
committerThomas Heil <heil@terminal-consulting.de>
Wed, 3 Sep 2014 13:37:24 +0000 (15:37 +0200)
commitfbe4697b495676d332e5c6b519e84d9c580fd816
tree532e473292b35d060276273de914220e37be4e62
parenta6f7d7078babbc4c76a8430b718c6c5c93a1d700
haproxy: new release 1.5.4 that fixes recent cve

    - BUG: config: error in http-response replace-header number of arguments
    - BUG/MINOR: Fix search for -p argument in systemd wrapper.
    - BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm
    - BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported
    - MEDIUM: connection: add new bit in Proxy Protocol V2
    - BUG/MINOR: server: move the directive #endif to the end of file
    - BUG/MEDIUM: http: tarpit timeout is reset
    - BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
    - BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
    - BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
    - BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
    - BUG/MEDIUM: acl: correctly compute the output type when a converter is used
    - CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix
    - BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
net/haproxy/Makefile
net/haproxy/patches/0001-BUG-MINOR-server-move-the-directive-endif-to-the-end.patch [deleted file]
net/haproxy/patches/0002-BUG-MINOR-Fix-search-for-p-argument-in-systemd-wrapp.patch [deleted file]
net/haproxy/patches/0003-BUG-MAJOR-tcp-fix-a-possible-busy-spinning-loop-in-c.patch [deleted file]
net/haproxy/patches/0004-BUG-config-error-in-http-response-replace-header-num.patch [deleted file]
net/haproxy/patches/0005-BUG-MEDIUM-http-tarpit-timeout-is-reset.patch [deleted file]
net/haproxy/patches/0006-MEDIUM-connection-add-new-bit-in-Proxy-Protocol-V2.patch [deleted file]