From ff730a64033bd909a1372241cf1a0b5908e807c2 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 6 Oct 2020 23:47:31 +0200 Subject: [PATCH] net/haproxy: bump version, update changelog --- net/haproxy/Makefile | 2 +- net/haproxy/pkg-descr | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index a27f03962..65767a88a 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 2.24 +PLUGIN_VERSION= 2.25 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy20 PLUGIN_MAINTAINER= opnsense@moov.de diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index be9ec9837..0f76d393a 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 ================ +2.25 + +Added: +* add support for TLSv1.3 (#790) + 2.24 Added: