From 1b34c1d80a5af3ba3ccdae39102d0458339b7970 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 9 Jul 2018 07:07:26 +0200 Subject: [PATCH] net/haproxy: bump revision due to changes Can be dropped for 2.8 once @frankie adds new features. --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 0c837d555..a0087958b 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 2.7 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy-devel PLUGIN_MAINTAINER= opnsense@moov.de