From fe22b85c58e7061a44176dac8aaf8169e915b647 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Sat, 28 Jan 2023 09:03:28 +0100 Subject: [PATCH] net/haproxy: stay on HAProxy 2.6 release series (#3282) --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e3dd19ba7..b188a23ee 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 4.0 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer -PLUGIN_DEPENDS= haproxy +PLUGIN_DEPENDS= haproxy26 PLUGIN_MAINTAINER= opnsense@moov.de .include "../../Mk/plugins.mk"