haproxy: Update HAProxy to v1.8.14 7086/head
authorChristian Lachner <gladiac@gmail.com>
Sat, 22 Sep 2018 14:51:36 +0000 (16:51 +0200)
committerChristian Lachner <gladiac@gmail.com>
Sat, 22 Sep 2018 14:54:44 +0000 (16:54 +0200)
commit60138d90b8a79e1a8a542590c1eac114ad2fead9
treeee3541f830209d001d771dbe0665c841510a6567
parentf4cdfcf15ad22b6cd479cd9c2796db452231425d
haproxy: Update HAProxy to v1.8.14
- Update haproxy download URL and hash
- Removed all obsolete patches
- This fixes CVE-2018-14645 (See: https://nvd.nist.gov/vuln/detail/CVE-2018-14645)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
26 files changed:
net/haproxy/Makefile
net/haproxy/get-latest-patches.sh
net/haproxy/patches/0000-BUG-MEDIUM-servers-check-the-queues-once-enabling-a-server.patch [deleted file]
net/haproxy/patches/0001-BUG-MEDIUM-queue-prevent-a-backup-server-from-draining-the-proxys-connections.patch [deleted file]
net/haproxy/patches/0002-MINOR-dns-fix-wrong-score-computation-in-dns_get_ip_from_response.patch [deleted file]
net/haproxy/patches/0003-MINOR-dns-new-DNS-options-to-allow-prevent-IP-address-duplication.patch [deleted file]
net/haproxy/patches/0004-BUG-MEDIUM-lua-possible-CLOSE-WAIT-state-with-n-headers.patch [deleted file]
net/haproxy/patches/0005-MINOR-threads-Introduce-double-width-CAS-on-x86_64-and-arm.patch [deleted file]
net/haproxy/patches/0006-BUG-MEDIUM-threads-fix-the-double-CAS-implementation-for-ARMv7.patch [deleted file]
net/haproxy/patches/0007-MINOR-threads-add-more-consistency-between-certain-variables-in-no-thread-case.patch [deleted file]
net/haproxy/patches/0008-BUG-MEDIUM-threads-fix-the-no-thread-case-after-the-change-to-the-sync-point.patch [deleted file]
net/haproxy/patches/0009-MEDIUM-hathreads-implement-a-more-flexible-rendez-vous-point.patch [deleted file]
net/haproxy/patches/0010-BUG-MEDIUM-cli-make-show-fd-thread-safe.patch [deleted file]
net/haproxy/patches/0011-BUG-MINOR-ssl-empty-connections-reported-as-errors.patch [deleted file]
net/haproxy/patches/0012-BUG-MEDIUM-ssl-fix-missing-error-loading-a-keytype-cert-from-a-bundle.patch [deleted file]
net/haproxy/patches/0013-BUG-MEDIUM-ssl-loading-dh-param-from-certifile-causes-unpredictable-error.patch [deleted file]
net/haproxy/patches/0014-BUG-MINOR-map-fix-map_regm-with-backref.patch [deleted file]
net/haproxy/patches/0015-DOC-dns-explain-set-server-fqdn-requires-resolver.patch [deleted file]
net/haproxy/patches/0016-DOC-ssl-Use-consistent-naming-for-TLS-protocols.patch [deleted file]
net/haproxy/patches/0017-BUG-MEDIUM-lua-socket-timeouts-are-not-applied.patch [deleted file]
net/haproxy/patches/0018-BUG-MEDIUM-cli-threads-protect-all-proxy-commands-against-concurrent-updates.patch [deleted file]
net/haproxy/patches/0019-BUG-MEDIUM-cli-threads-protect-some-server-commands-against-concurrent-operations.patch [deleted file]
net/haproxy/patches/0020-DOC-Fix-spelling-error-in-configuration-doc.patch [deleted file]
net/haproxy/patches/0021-BUG-MEDIUM-unix-provide-a---drain-function.patch [deleted file]
net/haproxy/patches/0022-BUG-MINOR-lua-Bad-HTTP-client-request-duration.patch [deleted file]
net/haproxy/patches/0023-BUG-MEDIUM-mux_pt-dereference-the-connection-with-care-in-mux_pt_wake.patch [deleted file]