From 48abe360bbfb729e9531596c57a77af7d5a32067 Mon Sep 17 00:00:00 2001 From: Jan Winkler Date: Tue, 9 Aug 2022 15:21:23 +0200 Subject: [PATCH] net/haproxy: bump version --- net/haproxy/Makefile | 3 +-- net/haproxy/pkg-descr | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index cf23f5c8f..d5690280e 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 3.10 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 3.11 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy24 PLUGIN_MAINTAINER= opnsense@moov.de diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index bf40d39e7..d33a113b1 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -6,6 +6,11 @@ very high loads while needing persistence or Layer7 processing. Plugin Changelog ================ +3.11 + +Added: +* add support for cache parameter (#2908) + 3.10 WARNING: This release switches to the HAProxy 2.4 release series,