From c85c6fd7e754dc8a912c4eb2788e36b1ebe303fa Mon Sep 17 00:00:00 2001 From: Tristan Date: Tue, 20 Sep 2022 16:34:09 +0100 Subject: [PATCH] Update HAProxy 2.7-dev to ae1e14d Fixes https://github.com/haproxy/haproxy/issues/1801 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b9ff72..171fe16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ variables: &default-variables .haproxy_dev: &haproxy-dev HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git" HAPROXY_VERSION: 2.7-dev - # https://git.haproxy.org/?p=haproxy.git;a=commit;h=e3e31212279f94d284c58ab83f7bd5c92b00b579 - HAPROXY_GITREF: e3e31212279f94d284c58ab83f7bd5c92b00b579 + # https://git.haproxy.org/?p=haproxy.git;a=commit;h=ae1e14d65b4e96c01a02e100a76d10c06b341df3 + HAPROXY_GITREF: ae1e14d65b4e96c01a02e100a76d10c06b341df3 .haproxy_dev_slowdebug: &haproxy-dev-slowdebug <<: *haproxy-dev