mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: bump version
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user