haproxy: Update HAProxy to v1.8.15 7651/head
authorChristian Lachner <gladiac@gmail.com>
Thu, 13 Dec 2018 09:59:51 +0000 (10:59 +0100)
committerChristian Lachner <gladiac@gmail.com>
Thu, 13 Dec 2018 09:59:51 +0000 (10:59 +0100)
commita854729155c248d7fd2d629adf1b5af65946fff9
treeb7ae850ea5734b5aef0958b9f8f36447c99dbd6e
parent5c823596dd4f51969425b7a39f9b3c2730aa4e72
haproxy: Update HAProxy to v1.8.15
- Update haproxy download URL and hash
- Removed all obsolete patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
49 files changed:
net/haproxy/Makefile
net/haproxy/get-latest-patches.sh
net/haproxy/patches/0000-MINOR-threads-Make-sure-threads_sync_pipe-is-initialized-before-using-it.patch [deleted file]
net/haproxy/patches/0001-DOC-clarify-force-private-cache-is-an-option.patch [deleted file]
net/haproxy/patches/0002-BUG-MINOR-connection-avoid-null-pointer-dereference-in-send-proxy-v2.patch [deleted file]
net/haproxy/patches/0003-BUG-MINOR-backend-check-that-the-mux-installed-properly.patch [deleted file]
net/haproxy/patches/0004-BUG-MEDIUM-buffers-Make-sure-we-dont-wrap-in-buffer_insert_line2-replace2.patch [deleted file]
net/haproxy/patches/0005-MEDIUM-ssl-add-support-for-ciphersuites-option-for-TLSv1-3.patch [deleted file]
net/haproxy/patches/0006-BUG-MEDIUM-Cur-CumSslConns-counters-not-threadsafe.patch [deleted file]
net/haproxy/patches/0007-BUG-MINOR-checks-queues-null-deref.patch [deleted file]
net/haproxy/patches/0008-BUG-MEDIUM-mworker-segfault-receiving-SIGUSR1-followed-by-SIGTERM.patch [deleted file]
net/haproxy/patches/0009-BUG-MEDIUM-stream-dont-crash-on-out-of-memory.patch [deleted file]
net/haproxy/patches/001-deprecated-openssl.patch [new file with mode: 0644]
net/haproxy/patches/0010-BUILD-ssl-fix-null-deref-warning-in-ssl_fc_cipherlist_str-sample-fetch.patch [deleted file]
net/haproxy/patches/0011-BUILD-ssl-fix-another-null-deref-warning-in-ssl_sock_switchctx_cbk.patch [deleted file]
net/haproxy/patches/0012-BUILD-stick-table-make-sure-not-to-fail-on-task_new-during-initialization.patch [deleted file]
net/haproxy/patches/0013-BUILD-peers-check-allocation-error-during-peers_init_sync.patch [deleted file]
net/haproxy/patches/0014-DOC-Fix-a-few-typos.patch [deleted file]
net/haproxy/patches/0015-BUG-MEDIUM-threads-fix-thread_release-at-the-end-of-the-rendez-vous-point.patch [deleted file]
net/haproxy/patches/0016-BUG-MEDIUM-threads-make-sure-threads_want_sync-is-marked-volatile.patch [deleted file]
net/haproxy/patches/0017-BUILD-compiler-add-a-new-statement-__unreachable.patch [deleted file]
net/haproxy/patches/0018-MINOR-lua-all-functions-calling-lua_yieldk-may-return.patch [deleted file]
net/haproxy/patches/0019-BUILD-lua-silence-some-compiler-warnings-about-potential-null-derefs-2.patch [deleted file]
net/haproxy/patches/0020-BUILD-lua-silence-some-compiler-warnings-after-WILL_LJMP.patch [deleted file]
net/haproxy/patches/0021-CLEANUP-stick-tables-Remove-unneeded-double-around-conditional-clause.patch [deleted file]
net/haproxy/patches/0022-BUILD-Makefile-add-a-make-opts-target-to-simply-show-the-build-options.patch [deleted file]
net/haproxy/patches/0023-BUILD-Makefile-speed-up-compiler-options-detection.patch [deleted file]
net/haproxy/patches/0024-BUILD-Makefile-silence-an-option-conflict-warning-with-clang.patch [deleted file]
net/haproxy/patches/0025-MINOR-server-Use-memcpy-instead-of-strncpy.patch [deleted file]
net/haproxy/patches/0026-MINOR-cfgparse-Write-130-as-128-as-0x82-and-0x80.patch [deleted file]
net/haproxy/patches/0027-MINOR-peers-use-defines-instead-of-enums-to-appease-clang.patch [deleted file]
net/haproxy/patches/0028-DOC-fix-reference-to-map-files-in-MAINTAINERS.patch [deleted file]
net/haproxy/patches/0029-BUILD-compiler-rename-__unreachable-to-my_unreachable.patch [deleted file]
net/haproxy/patches/0030-BUG-MEDIUM-pools-Fix-the-usage-of-mmap-with-DEBUG_UAF.patch [deleted file]
net/haproxy/patches/0031-BUG-MEDIUM-h2-Close-connection-if-no-stream-is-left-an-GOAWAY-was-sent.patch [deleted file]
net/haproxy/patches/0032-BUILD-Makefile-add-the-new-ERR-variable-to-force--Werror.patch [deleted file]
net/haproxy/patches/0033-BUG-MINOR-cache-Crashes-with-total-max-size-2047MB.patch [deleted file]
net/haproxy/patches/0034-BUG-MINOR-cache-Wrong-usage-of-shctx_init.patch [deleted file]
net/haproxy/patches/0035-BUG-MINOR-ssl-Wrong-usage-of-shctx_init.patch [deleted file]
net/haproxy/patches/0036-DOC-cache-Missing-information-about-total-max-size.patch [deleted file]
net/haproxy/patches/0037-BUG-MINOR-only-mark-connections-private-if-NTLM-is-detected.patch [deleted file]
net/haproxy/patches/0038-BUG-MINOR-only-auto-prefer-last-server-if-lb-alg-is-non-deterministic.patch [deleted file]
net/haproxy/patches/0039-BUG-MAJOR-http-http_txn_get_path-may-deference-an-inexisting-buffer.patch [deleted file]
net/haproxy/patches/0040-BUG-MEDIUM-auth-threads-use-of-crypt-is-not-thread-safe.patch [deleted file]
net/haproxy/patches/0041-BUG-MINOR-config-better-detect-the-presence-of-the-h2-pattern-in-npn-alpn.patch [deleted file]
net/haproxy/patches/0042-BUG-MEDIUM-Make-sure-stksess-is-properly-aligned.patch [deleted file]
net/haproxy/patches/0043-BUG-MINOR-config-Copy-default-error-messages-when-parsing-of-a-backend-starts.patch [deleted file]
net/haproxy/patches/0044-BUG-MEDIUM-hpack-fix-encoding-of-accept-ranges-field.patch [deleted file]
net/haproxy/patches/0045-deprecated-openssl.patch [deleted file]