From 6cdd98d052b6bda2088ec8fc21be996b60c0f22e Mon Sep 17 00:00:00 2001 From: Tristan Date: Fri, 18 Nov 2022 16:12:41 +0000 Subject: [PATCH] Update HAProxy 2.7-dev to 2f668f0 Includes a few neat QUIC-related patches letsgooo --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d07ede1..11f2d0b 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=4639689d89db2d18c4afbbe68e688a2b26b14b57 - HAPROXY_GITREF: "4639689d89db2d18c4afbbe68e688a2b26b14b57" + # https://git.haproxy.org/?p=haproxy.git;a=commit;h=2f668f0e601a6ae5fa13a6e15b10dce5a42b4167 + HAPROXY_GITREF: "2f668f0e601a6ae5fa13a6e15b10dce5a42b4167" .build-job: &build-job image: registry.gitlab.com/mangadex-pub/debuilder/buster:main