Update HAProxy makefile defaults to v2.6.6

This commit is contained in:
Tristan 2022-10-24 08:35:06 +01:00
parent 0533648bd0
commit d5e1d60310
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
1 changed files with 2 additions and 2 deletions

View File

@ -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)