Merge pull request #4759 from fraenki/haproxy_460

net/haproxy: release 4.6
This commit is contained in:
Frank Wall
2025-06-17 20:34:28 +02:00
committed by GitHub
3 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -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"
+6
View File
@@ -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:
@@ -87,9 +87,9 @@
</field>
<field>
<id>action.http_request_redirect</id>
<label>HTTP Redirect</label>
<label>Redirect Command</label>
<type>text</type>
<help><![CDATA[Use HAProxy's redirect function to return a HTTP redirection. See <a href="http://docs.haproxy.org/3.0/configuration.html#redirect">HAProxy's documentation</a> for further details and examples.]]></help>
<help><![CDATA[Use HAProxy's redirect function to return a HTTP redirection. A full redirect command is required, e.g. "location https://www.example.net/" or "scheme https code 301". See <a href="http://docs.haproxy.org/3.0/configuration.html#redirect">HAProxy's documentation</a> for further details and examples.]]></help>
</field>
<field>
<label>Parameters</label>