haproxy: patches from upstream
authorThomas Heil <heil@terminal-consulting.de>
Wed, 17 Sep 2014 10:13:12 +0000 (12:13 +0200)
committerThomas Heil <heil@terminal-consulting.de>
Wed, 17 Sep 2014 10:13:12 +0000 (12:13 +0200)
commit85c47b0630d93d75718cc8b2ff6a4957b2a56f4d
tree060b133bb6c7a2e5a732e005f3fa28538273abce
parent507878dac5dc6596c31de547bc8b3023f1f19cc6
haproxy: patches from upstream

- [PATCH 01/13] DOC: clearly state that the "show sess" output format
- [PATCH 02/13] MINOR: stats: fix minor typo fix in
- [PATCH 03/13] MEDIUM: Improve signal handling in systemd wrapper.
- [PATCH 04/13] MINOR: Also accept SIGHUP/SIGTERM in systemd-wrapper
- [PATCH 05/13] DOC: indicate in the doc that track-sc* can wait if
- [PATCH 06/13] MEDIUM: http: enable header manipulation for 101
- [PATCH 07/13] BUG/MEDIUM: config: propagate frontend to backend
- [PATCH 08/13] MEDIUM: config: properly propagate process binding
- [PATCH 09/13] MEDIUM: config: make the frontends automatically bind
- [PATCH 10/13] MEDIUM: config: compute the exact bind-process before
- [PATCH 11/13] MEDIUM: config: only warn if stats are attached to
- [PATCH 12/13] MEDIUM: config: report it when tcp-request rules are
- [PATCH 13/13] MINOR: config: detect the case where a tcp-request

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
14 files changed:
net/haproxy/Makefile
net/haproxy/patches/0001-DOC-clearly-state-that-the-show-sess-output-format-i.patch [new file with mode: 0644]
net/haproxy/patches/0002-MINOR-stats-fix-minor-typo-fix-in-stats_dump_errors_.patch [new file with mode: 0644]
net/haproxy/patches/0003-MEDIUM-Improve-signal-handling-in-systemd-wrapper.patch [new file with mode: 0644]
net/haproxy/patches/0004-MINOR-Also-accept-SIGHUP-SIGTERM-in-systemd-wrapper.patch [new file with mode: 0644]
net/haproxy/patches/0005-DOC-indicate-in-the-doc-that-track-sc-can-wait-if-da.patch [new file with mode: 0644]
net/haproxy/patches/0006-MEDIUM-http-enable-header-manipulation-for-101-respo.patch [new file with mode: 0644]
net/haproxy/patches/0007-BUG-MEDIUM-config-propagate-frontend-to-backend-proc.patch [new file with mode: 0644]
net/haproxy/patches/0008-MEDIUM-config-properly-propagate-process-binding-bet.patch [new file with mode: 0644]
net/haproxy/patches/0009-MEDIUM-config-make-the-frontends-automatically-bind-.patch [new file with mode: 0644]
net/haproxy/patches/0010-MEDIUM-config-compute-the-exact-bind-process-before-.patch [new file with mode: 0644]
net/haproxy/patches/0011-MEDIUM-config-only-warn-if-stats-are-attached-to-mul.patch [new file with mode: 0644]
net/haproxy/patches/0012-MEDIUM-config-report-it-when-tcp-request-rules-are-m.patch [new file with mode: 0644]
net/haproxy/patches/0013-MINOR-config-detect-the-case-where-a-tcp-request-con.patch [new file with mode: 0644]