Update HAProxy 2.7 stable to 2.7.5 (8d23021)

This commit is contained in:
Tristan 2023-03-18 06:41:50 +00:00
parent fc02fa874c
commit 961296131c
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
2 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ variables: &default-variables
.haproxy_stable: &haproxy-stable
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
HAPROXY_VERSION: 2.7-stable
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=d28541d1fa946adb74510c969bd50b06c27bbad7
HAPROXY_GITREF: "d28541d1fa946adb74510c969bd50b06c27bbad7"
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=8d230219e15295a3c4757f94916aafcf540a7337
HAPROXY_GITREF: "8d230219e15295a3c4757f94916aafcf540a7337"
.haproxy_dev: &haproxy-dev
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"

View File

@ -1,6 +1,6 @@
HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-2.7.git
HAPROXY_VERSION = 2.7-stable
HAPROXY_GITREF = 1065b10007f4622f2af70fb114594a63af9c8c76
HAPROXY_GITREF = 8d230219e15295a3c4757f94916aafcf540a7337
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)