From eb3547a96b04d18be4b01c7e452f3bbd81fb9e52 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 9 Feb 2021 10:23:53 +0000 Subject: haproxy: updated to 2.3.5 2.3.5 - BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable - MINOR: config: Add failifnotcap() to emit an alert on proxy capabilities - MINOR: server: Forbid server definitions in frontend sections - BUG/MINOR: threads: Fixes the number of possible cpus report for Mac. - MINOR: peers: Add traces for peer control messages. - BUG/MINOR: dns: SRV records ignores duplicated AR records (v2) - BUILD: peers: fix build warning about unused variable - BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition - BUG/MINOR: peers: Possible appctx pointer dereference. - MINOR: build: discard echoing in help target - BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. - BUG/MINOR: mux_h2: missing space between "st" and ".flg" in the "show fd" helper - BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() - BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context - BUG/MEDIUM: mux-h2: fix read0 handling on partial frames - BUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX - DOC: Improve documentation of the various hdr() fetches - BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown - BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name - BUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_load_sctl_from_file() - BUG/MEDIUM: session: only retrieve ready idle conn from session - REORG: backend: simplify conn_backend_get - BUG/MEDIUM: backend: never reuse a connection for tcp mode - BUG/MINOR: backend: check available list allocation for reuse - MINOR: contrib: Make the wireshark peers dissector compile for more distribs. - CLEANUP: tools: make resolve_sym_name() take a const pointer - CLEANUP: cli: make "show fd" use a const connection to access other fields - MINOR: cli: make "show fd" also report the xprt and xprt_ctx - MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps. - MINOR: ssl: provide a "show fd" helper to report important SSL information - MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them - MINOR: mux-h2: make the "show fd" helper also decode the h2s subscriber when known - MINOR: mux-h1: make the "show fd" helper also decode the h1s subscriber when known - MINOR: mux-fcgi: make the "show fd" helper also decode the fstrm subscriber when known - MINOR: cli: give the show_fd helpers the ability to report a suspicious entry - MINOR: cli/show_fd: report some easily detectable suspicious states - MINOR: ssl/show_fd: report some FDs as suspicious when possible - MINOR: mux-h2/show_fd: report as suspicious an entry with too many calls - MINOR: mux-h1/show_fd: report as suspicious an entry with too many calls - MINOR: h1: Raise the chunk size limit up to (2^52 - 1) - DOC: management: fix "show resolvers" alphabetical ordering - BUG/MINOR: stick-table: Always call smp_fetch_src() with a valid arg list - BUG/MEDIUM: ssl/cli: abort ssl cert is freeing the old store - BUG/MEDIUM: ssl: check a connection's status before computing a handshake - BUG/MINOR: mux_h2: fix incorrect stat titles - BUG/MINOR: xxhash: make sure armv6 uses memcpy() - BUG/MINOR: ssl: do not try to use early data if not configured - BUILD: ssl: fix build breakage with last commit - MINOR: cli/show_fd: report local and report ports when known - BUILD: Makefile: move REGTESTST_TYPE default setting - BUG/MEDIUM: mux-h2: handle remaining read0 cases - BUG/MEDIUM: mux-h2: do not quit the demux loop before setting END_REACHED - BUG/MINOR: sock: Unclosed fd in case of connection allocation failure - MINOR: config: Deprecate and ignore tune.chksize global option --- net/haproxy/Makefile | 4 ++-- net/haproxy/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net') diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 36b6b867469..6642a178110 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2021/01/16 08:33:26 adam Exp $ +# $NetBSD: Makefile,v 1.72 2021/02/09 10:23:53 adam Exp $ -DISTNAME= haproxy-2.3.4 +DISTNAME= haproxy-2.3.5 CATEGORIES= net www MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 59e2a8a49e4..8d92a7391ff 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.65 2021/01/16 08:33:26 adam Exp $ +$NetBSD: distinfo,v 1.66 2021/02/09 10:23:53 adam Exp $ -SHA1 (haproxy-2.3.4.tar.gz) = 8bb2371a91a7874810c5b5374c24232292697cde -RMD160 (haproxy-2.3.4.tar.gz) = a22f6a3dced9433fae52c59faa58c347198038c0 -SHA512 (haproxy-2.3.4.tar.gz) = b6db7f6c573f700ce5e2f533c6b60c5e5cb15fbc31057f3e98c03144c52b87612420e962e5e8ba63176eb1b7459a956c80a0403e9189cb3fde1dcef5bfa64ac5 -Size (haproxy-2.3.4.tar.gz) = 2909672 bytes +SHA1 (haproxy-2.3.5.tar.gz) = 78714ae7e24163eabd1ddf4035cd14df408da5c8 +RMD160 (haproxy-2.3.5.tar.gz) = 567c116b6822e452d6f479ff53362b82653a1d53 +SHA512 (haproxy-2.3.5.tar.gz) = 1d7d191b72157b9b504fd5b58a50225c737491b03b1ed52de4eb61e0cc7898abae298a1fee1c3a576a7de88dd6df5f0630906001046d26c0dfa3c4bf0cd0de50 +Size (haproxy-2.3.5.tar.gz) = 2915064 bytes SHA1 (patch-Makefile) = fcb2de85189526ae42ccf0b789789ee9b834f375 SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5 SHA1 (patch-src_haproxy.c) = a466acb853b5018b70571d0a03b9d28ed9245d06 -- cgit v1.2.3