Update HAProxy stable to 2.6.2 (16a3646f) and 2.7-dev to 2200a9ca

This commit is contained in:
Tristan
2022-07-22 18:54:49 +01:00
parent 60a2d48baf
commit 50d25158ac
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-2.6.git
HAPROXY_VERSION = 2.6.1
HAPROXY_GITREF = 4b5779ef800cc7982f1b65ff318e4b04fe59cd18
HAPROXY_VERSION = 2.6.2
HAPROXY_GITREF = 16a3646fdff7315802913184a4e12c2a32344aed
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)