From 8c3d1e1a0fb1f79c73c51a258a37ef3d9eee09f2 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Sun, 15 Aug 2021 21:09:48 +0200 Subject: [PATCH 1/2] net/haproxy: bump version --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 56ef721c9..be6664fc8 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 3.4 +PLUGIN_VERSION= 3.5 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy22 PLUGIN_MAINTAINER= opnsense@moov.de From 33bb1b5e87822d7d679eea1449467c23a51a3464 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Sun, 15 Aug 2021 21:10:33 +0200 Subject: [PATCH 2/2] net/haproxy: update changelog --- net/haproxy/pkg-descr | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index 4d9a646df..fce3447a0 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 ================ +3.5 + +Fixed: +* fix maintenance page not loading (#2485) + 3.4 Fixed: