From a4080a3bed170580de534cf72db8c485278a23fd Mon Sep 17 00:00:00 2001 From: Tristan Date: Fri, 20 Jan 2023 10:35:42 +0000 Subject: [PATCH] Update HAProxy stable to 2.7.2 --- .gitlab-ci.yml | 6 +++--- haproxy/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46e79c7..aa369af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,9 +33,9 @@ variables: &default-variables .haproxy_stable: &haproxy-stable HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git" - HAPROXY_VERSION: 2.7.1 - # https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=3e4af0ed7e33df3afc0a54a84af7774a3849b5b6 - HAPROXY_GITREF: "3e4af0ed7e33df3afc0a54a84af7774a3849b5b6" + HAPROXY_VERSION: 2.7.2 + # https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=739996c80a847cd9572d3a4e4e418a7a38ddc2ff + HAPROXY_GITREF: "739996c80a847cd9572d3a4e4e418a7a38ddc2ff" .haproxy_dev: &haproxy-dev HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git" diff --git a/haproxy/Makefile b/haproxy/Makefile index d1e755f..10a9952 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.1 -HAPROXY_GITREF = 3e4af0ed7e33df3afc0a54a84af7774a3849b5b6 +HAPROXY_VERSION = 2.7.2 +HAPROXY_GITREF = 739996c80a847cd9572d3a4e4e418a7a38ddc2ff HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)") HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)