From d5e1d6031054926ac504adf2c4e744fd3879ea17 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 24 Oct 2022 08:35:06 +0100 Subject: [PATCH] Update HAProxy makefile defaults to v2.6.6 --- haproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy/Makefile b/haproxy/Makefile index 1eb4932..915c91e 100644 --- a/haproxy/Makefile +++ b/haproxy/Makefile @@ -1,6 +1,6 @@ HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-2.6.git -HAPROXY_VERSION = 2.6.5 -HAPROXY_GITREF = 987a4e248bbccf4bffe955b27ccfbcbb626348c2 +HAPROXY_VERSION = 2.6.6 +HAPROXY_GITREF = 274d1a4dffe332885bce12f04ac0e452c5f512b2 HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)") HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)