Upgrade 2.7-stable to bb4bacf

This commit is contained in:
Tristan 2023-02-09 13:09:24 +00:00
parent 7ddc4e4ea9
commit b4738e731f
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
2 changed files with 5 additions and 5 deletions

View File

@ -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.2
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=739996c80a847cd9572d3a4e4e418a7a38ddc2ff
HAPROXY_GITREF: "739996c80a847cd9572d3a4e4e418a7a38ddc2ff"
HAPROXY_VERSION: 2.7-stable
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=bb4bacf32db7564e668ccc3aacc6bed8688894ba
HAPROXY_GITREF: "bb4bacf32db7564e668ccc3aacc6bed8688894ba"
.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.2
HAPROXY_GITREF = 739996c80a847cd9572d3a4e4e418a7a38ddc2ff
HAPROXY_VERSION = 2.7-stable
HAPROXY_GITREF = bb4bacf32db7564e668ccc3aacc6bed8688894ba
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)