haproxy: add patches from upstream
authorheil <heil@terminal-consulting.de>
Thu, 11 Jun 2015 17:03:14 +0000 (19:03 +0200)
committerheil <heil@terminal-consulting.de>
Thu, 11 Jun 2015 17:03:14 +0000 (19:03 +0200)
commitd5c18252d4c4fe01ff582c17ce62721307c9cd26
tree1aed19b899c6fe3ca23f8cac6cd0bf9cfbedba0f
parentace1918bf5592148b903777a31ef39bfbaf581ac
haproxy: add patches from upstream

 - [PATCH 1/2] BUG/MEDIUM: stats: properly initialize the scope before
 - [PATCH 2/2] BUG/MEDIUM: http: don't forward client shutdown without
 - [PATCH 3/8] BUG/MINOR: check: fix tcpcheck error message
 - [PATCH 4/8] CLEANUP: checks: fix double usage of cur / current_step
 - [PATCH 5/8] BUG/MEDIUM: checks: do not dereference head of a
 - [PATCH 6/8] CLEANUP: checks: simplify the loop processing of
 - [PATCH 7/8] BUG/MAJOR: checks: always check for end of list before
 - [PATCH 8/8] BUG/MEDIUM: checks: do not dereference a list as a
 - [PATCH 09/10] BUG/MEDIUM: peers: apply a random reconnection timeout
 - [PATCH 10/10] DOC: Update doc about weight, act and bck fields in the
 - [PATCH 11/14] MINOR: ssl: add a destructor to free allocated SSL
 - [PATCH 12/14] BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value
 - [PATCH 13/14] BUG/MINOR: cfgparse: fix typo in 'option httplog' error
 - [PATCH 14/14] BUG/MEDIUM: cfgparse: segfault when userlist is misused

Signed-off-by: heil <heil@terminal-consulting.de>
15 files changed:
net/haproxy/Makefile
net/haproxy/patches/0001-BUG-MEDIUM-stats-properly-initialize-the-scope-befor.patch [new file with mode: 0644]
net/haproxy/patches/0002-BUG-MEDIUM-http-don-t-forward-client-shutdown-withou.patch [new file with mode: 0644]
net/haproxy/patches/0003-BUG-MINOR-check-fix-tcpcheck-error-message.patch [new file with mode: 0644]
net/haproxy/patches/0004-CLEANUP-checks-fix-double-usage-of-cur-current_step-.patch [new file with mode: 0644]
net/haproxy/patches/0005-BUG-MEDIUM-checks-do-not-dereference-head-of-a-tcp-c.patch [new file with mode: 0644]
net/haproxy/patches/0006-CLEANUP-checks-simplify-the-loop-processing-of-tcp-c.patch [new file with mode: 0644]
net/haproxy/patches/0007-BUG-MAJOR-checks-always-check-for-end-of-list-before.patch [new file with mode: 0644]
net/haproxy/patches/0008-BUG-MEDIUM-checks-do-not-dereference-a-list-as-a-tcp.patch [new file with mode: 0644]
net/haproxy/patches/0009-BUG-MEDIUM-peers-apply-a-random-reconnection-timeout.patch [new file with mode: 0644]
net/haproxy/patches/0010-DOC-Update-doc-about-weight-act-and-bck-fields-in-th.patch [new file with mode: 0644]
net/haproxy/patches/0011-MINOR-ssl-add-a-destructor-to-free-allocated-SSL-res.patch [new file with mode: 0644]
net/haproxy/patches/0012-BUG-MEDIUM-ssl-fix-tune.ssl.default-dh-param-value-b.patch [new file with mode: 0644]
net/haproxy/patches/0013-BUG-MINOR-cfgparse-fix-typo-in-option-httplog-error-.patch [new file with mode: 0644]
net/haproxy/patches/0014-BUG-MEDIUM-cfgparse-segfault-when-userlist-is-misuse.patch [new file with mode: 0644]