From 2d394eabf377e25a101aef362d98e6b71ea939f7 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 7 Feb 2023 14:54:10 +0100 Subject: [PATCH] net/haproxy: release 4.1 --- net/haproxy/Makefile | 3 +-- net/haproxy/pkg-descr | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 876f01b80..f400b0ba2 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 4.0 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 4.1 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy26 PLUGIN_MAINTAINER= opnsense@moov.de diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index 4028a0650..22d70bfae 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -6,6 +6,11 @@ very high loads while needing persistence or Layer7 processing. Plugin Changelog ================ +4.1 + +Fixed: +* fix SSL preferences in health checks (#3221) + 4.0 Added: