From 15dc01adf467a41b7a7d6047b538ebf2f1563946 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 3 Dec 2024 22:28:07 +0100 Subject: [PATCH] net/haproxy: bump version --- 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 887d00cd8..81ea69ec0 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 4.3 -PLUGIN_REVISION= 2 +PLUGIN_VERSION= 4.4 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy28 py${PLUGIN_PYTHON}-haproxy-cli PLUGIN_MAINTAINER= opnsense@moov.de diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index 4f59e884f..b9017c96b 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.4 + +Fixed: +* Cron job "Sync SSL certificate changes" not working (#4035) + 4.3 Added: