diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e629b6ca0..c478e619d 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 4.5 +PLUGIN_VERSION= 4.6 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer -PLUGIN_DEPENDS= haproxy py${PLUGIN_PYTHON}-haproxy-cli +PLUGIN_DEPENDS= haproxy30 py${PLUGIN_PYTHON}-haproxy-cli PLUGIN_MAINTAINER= opnsense@moov.de .include "../../Mk/plugins.mk" diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index daac185c3..13a4f948b 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -6,6 +6,12 @@ very high loads while needing persistence or Layer7 processing. Plugin Changelog ================ +4.6 + +Changed: +* improve help text for "http-request redirect" rules (#4650) +* rename "http-request redirect" input field (#4650) + 4.5 Changed: diff --git a/net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms/dialogAction.xml b/net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms/dialogAction.xml index e0e5e345d..0386b9f1a 100644 --- a/net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms/dialogAction.xml +++ b/net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms/dialogAction.xml @@ -87,9 +87,9 @@ action.http_request_redirect - + text - HAProxy's documentation for further details and examples.]]> + HAProxy's documentation for further details and examples.]]>