From 961296131cb1a39c43eddca6077aee101df476bd Mon Sep 17 00:00:00 2001 From: Tristan Date: Sat, 18 Mar 2023 06:41:50 +0000 Subject: [PATCH] Update HAProxy 2.7 stable to 2.7.5 (8d23021) --- .gitlab-ci.yml | 4 ++-- haproxy/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20aaa2b..882881c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" diff --git a/haproxy/Makefile b/haproxy/Makefile index 8c3fffe..184b35b 100644 --- a/haproxy/Makefile +++ b/haproxy/Makefile @@ -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)