net/haproxy: bump version

This commit is contained in:
Frank Wall
2023-12-30 17:40:21 +01:00
parent 3d42eb6a99
commit ab0d4a9584
2 changed files with 6 additions and 5 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
PLUGIN_NAME= haproxy
PLUGIN_VERSION= 4.1
PLUGIN_REVISION= 1
PLUGIN_VERSION= 4.2
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
PLUGIN_DEPENDS= haproxy py${PLUGIN_PYTHON}-haproxy-cli
PLUGIN_DEPENDS= haproxy28 py${PLUGIN_PYTHON}-haproxy-cli
PLUGIN_MAINTAINER= opnsense@moov.de
.include "../../Mk/plugins.mk"
+4 -2
View File
@@ -6,6 +6,8 @@ very high loads while needing persistence or Layer7 processing.
Plugin Changelog
================
4.2
Added:
* add support for built-in OCSP update feature
* add support for forwarded header (RFC7239)
@@ -13,12 +15,12 @@ Added:
* add options for HTTP/2 performance tuning
Fixed:
* fix typo in cert sync script
* fix SSL sync cron job (bulk sync was never working properly)
Changed:
* upgrade to HAProxy 2.8 release series (#3459)
* change default for HTTP/2 to enabled (only new frontends/backends)
* add "no-alpn" option if HTTP/2 is not enabled (TLS-enabled frontends)
* add "no-alpn" option if HTTP/2 is not enabled (only TLS-enabled frontends)
* move OCSP settings from "Service" to "Global" section
* replace bundled haproxyctl library with haproxy-cli