haproxy: update to version 1.9 patch 02
authorThomas Heil <heil@terminal-consulting.de>
Fri, 5 Dec 2014 12:02:19 +0000 (13:02 +0100)
committerThomas Heil <heil@terminal-consulting.de>
Fri, 5 Dec 2014 12:02:19 +0000 (13:02 +0100)
commit9912b6cbff8284e7e149ffc1ca98d2fd244a287b
tree7e11720ebe407f98be088ce81f3d74c261d67c14
parent7c6557b9c3f55064cad88fd49ac409b0fc8d924e
haproxy: update to version 1.9 patch 02

 - BUILD: fix "make install" to support spaces in the install dirs
 - BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks
 - BUG/MEDIUM: ssl: fix bad ssl context init can cause segfault in case of OOM.
 - BUG/MINOR: samples: fix unnecessary memcopy converting binary to string.
 - BUG/MEDIUM: connection: sanitize PPv2 header length before parsing address information
 - BUG/MEDIUM: pattern: don't load more than once a pattern list.
 - BUG/MEDIUM: ssl: force a full GC in case of memory shortage
 - BUG/MINOR: config: don't inherit the default balance algorithm in frontends
 - BUG/MAJOR: frontend: initialize capture pointers earlier
 - BUG/MINOR: stats: correctly set the request/response analysers
 - DOC: fix typo in the body parser documentation for msg.sov
 - BUG/MINOR: peers: the buffer size is global.tune.bufsize, not trash.size
 - MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping)
 - BUG/MAJOR: sessions: unlink session from list on out of memory
 - BUG/MEDIUM: patterns: previous fix was incomplete
 - BUG/MEDIUM: payload: ensure that a request channel is available

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
net/haproxy/Makefile
net/haproxy/patches/0001-BUG-MEDIUM-patterns-previous-fix-was-incomplete.patch [new file with mode: 0644]
net/haproxy/patches/0001-BUILD-fix-make-install-to-support-spaces-in-the-inst.patch [deleted file]
net/haproxy/patches/0002-BUG-MEDIUM-payload-ensure-that-a-request-channel-is-.patch [new file with mode: 0644]
net/haproxy/patches/0002-BUG-MEDIUM-ssl-fix-bad-ssl-context-init-can-cause-se.patch [deleted file]
net/haproxy/patches/0003-BUG-MEDIUM-ssl-force-a-full-GC-in-case-of-memory-sho.patch [deleted file]
net/haproxy/patches/0004-BUG-MEDIUM-checks-fix-conflicts-between-agent-checks.patch [deleted file]
net/haproxy/patches/0005-BUG-MINOR-config-don-t-inherit-the-default-balance-a.patch [deleted file]
net/haproxy/patches/0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch [deleted file]