summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-08-20 05:42:53 +0000
committeradam <adam@pkgsrc.org>2021-08-20 05:42:53 +0000
commit6a6508ac97d2218a64d173b6a7993cc46114bd09 (patch)
treef6ce32a817d2d81f421507d8eb299ba38230c89c /net/haproxy
parent62f6689edde37050b35c0372d2fd5f91d3089b7c (diff)
downloadpkgsrc-6a6508ac97d2218a64d173b6a7993cc46114bd09.tar.gz
haproxy: updated to 2.4.3
2.4.3 - BUILD: http_htx: fix ci compilation error with isdigit for Windows - MINOR: mux_h2: define config to disable h2 websocket support - BUG/MINOR: ssl: Default-server configuration ignored by server - BUILD: add detection of missing important CFLAGS - BUILD: lua: silence a build warning with TCC - BUG/MEDIUM: mworker: do not register an exit handler if exit is expected - BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs - BUILD/MINOR: memprof fix macOs build. - BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request - BUG/MINOR: stats: Add missing agent stats on servers - BUG/MINOR: check: fix the condition to validate a port-less server - BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree - BUG/MINOR: systemd: must check the configuration using -Ws - BUG/MINOR: mux-h1: Obey dontlognull option for empty requests - BUG/MINOR: mux-h2: Obey dontlognull option during the preface - BUG/MINOR: mux-h1: Be sure to swap H1C to splice mode when rcv_pipe() is called - BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames - BUG/MINOR: connection: Add missing error labels to conn_err_code_str - BUG/MEDIUM: connection: close a rare race between idle conn close and takeover - BUG/MEDIUM: pollers: clear the sleeping bit after waking up, not before - BUG/MINOR: select: fix excess number of dead/skip reported - BUG/MINOR: poll: fix abnormally high skip_fd counter - BUG/MINOR: pollers: always program an update for migrated FDs - BUG/MINOR: fd: protect fd state harder against a concurrent takeover - DOC: internals: document the FD takeover process - BUILD: opentracing: fixed build when using pkg-config utility - BUG/MINOR: server: remove srv from px list on CLI 'add server' error - BUG/MINOR: server: update last_change on maint->ready transitions too - MINOR: server: unmark deprecated on enable health/agent cli - ADMIN: dyncookie: implement a simple dynamic cookie calculator - MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure - BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released - BUG/MINOR: buffer: fix buffer_dump() formatting - BUG/MINOR: tcpcheck: Properly detect pending HTTP data in output buffer - DOC: Improve the lua documentation - DOC: config: Fix 'http-response send-spoe-group' documentation - BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued - BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check - CLEANUP: assorted typo fixes in the code and comments - DOC/MINOR: fix typo in management document - MINOR: http: add a new function http_validate_scheme() to validate a scheme - BUG/MAJOR: h2: verify early that non-http/https schemes match the valid syntax - BUG/MAJOR: h2: verify that :path starts with a '/' before concatenating it - BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-header - BUG/MEDIUM: h2: give :authority precedence over Host - REGTESTS: add a test to prevent h2 desync attacks
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile4
-rw-r--r--net/haproxy/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 22684628819..8cc3b1b6314 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2021/07/16 13:29:55 nia Exp $
+# $NetBSD: Makefile,v 1.83 2021/08/20 05:42:53 adam Exp $
-DISTNAME= haproxy-2.4.2
+DISTNAME= haproxy-2.4.3
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 a0bb542f855..87ed5e5032c 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.73 2021/07/08 12:24:37 adam Exp $
+$NetBSD: distinfo,v 1.74 2021/08/20 05:42:53 adam Exp $
-SHA1 (haproxy-2.4.2.tar.gz) = 50d94652e50b0e695f789fc6c102bd4f4e4e7535
-RMD160 (haproxy-2.4.2.tar.gz) = 4773cf1cb811b4a6f3e0b53fa977b125ecbeb28c
-SHA512 (haproxy-2.4.2.tar.gz) = 8dc6386e0e0bf7ceed8b6c23ad2d608f6c59777c5ab9731e6bdd13883a31ec5faeee2ceb683589357c028a10c9fbe0a0247baff6825cd5b95e6c82cbe358e4d1
-Size (haproxy-2.4.2.tar.gz) = 3579220 bytes
+SHA1 (haproxy-2.4.3.tar.gz) = af261bfea050ecf8b1bd3d43ae78ccfb945ef64d
+RMD160 (haproxy-2.4.3.tar.gz) = cdb35ee9794cf526f12675dc2fbac4a82c738613
+SHA512 (haproxy-2.4.3.tar.gz) = 4ee11b6fd4c76d6ec3060f26bda67a8916c4f52bf1a800b921e04d2cec78b47b8b1343081935bc211f1e081b92db88130ec365161460b35ab88aa982917f82ee
+Size (haproxy-2.4.3.tar.gz) = 3585501 bytes
SHA1 (patch-Makefile) = fcb2de85189526ae42ccf0b789789ee9b834f375
SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
SHA1 (patch-src_haproxy.c) = a466acb853b5018b70571d0a03b9d28ed9245d06