From ab0d4a95848b170ab7d524d3fd8ee7d0f436f750 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Thu, 28 Dec 2023 22:58:14 +0100 Subject: [PATCH] net/haproxy: bump version --- net/haproxy/Makefile | 5 ++--- net/haproxy/pkg-descr | 6 ++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 14dccc7af..7ea41d936 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -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" diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index 8eb91e61d..f692d8110 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -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