Update HAProxy 2.6 to 2.6.5

This commit is contained in:
Tristan 2022-09-04 02:01:18 +01:00
parent 43bc1d577b
commit d5c60af0ba
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
2 changed files with 5 additions and 5 deletions

View File

@ -23,9 +23,9 @@ variables: &default-variables
.haproxy_stable: &haproxy-stable
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.6.git"
HAPROXY_VERSION: 2.6.4
# https://git.haproxy.org/?p=haproxy-2.6.git;a=commit;h=2a2078cbac2c2f84e0c25730b61f3ffbe891dd4d
HAPROXY_GITREF: 2a2078cbac2c2f84e0c25730b61f3ffbe891dd4d
HAPROXY_VERSION: 2.6.5
# https://git.haproxy.org/?p=haproxy-2.6.git;a=commit;h=987a4e248bbccf4bffe955b27ccfbcbb626348c2
HAPROXY_GITREF: 987a4e248bbccf4bffe955b27ccfbcbb626348c2
.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.6.git
HAPROXY_VERSION = 2.6.4
HAPROXY_GITREF = 2a2078cbac2c2f84e0c25730b61f3ffbe891dd4d
HAPROXY_VERSION = 2.6.5
HAPROXY_GITREF = 987a4e248bbccf4bffe955b27ccfbcbb626348c2
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)