Update HAProxy 2.7 stable to 2.7.5 (8d23021)
This commit is contained in:
parent
fc02fa874c
commit
961296131c
@ -34,8 +34,8 @@ variables: &default-variables
|
||||
.haproxy_stable: &haproxy-stable
|
||||
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
|
||||
HAPROXY_VERSION: 2.7-stable
|
||||
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=d28541d1fa946adb74510c969bd50b06c27bbad7
|
||||
HAPROXY_GITREF: "d28541d1fa946adb74510c969bd50b06c27bbad7"
|
||||
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=8d230219e15295a3c4757f94916aafcf540a7337
|
||||
HAPROXY_GITREF: "8d230219e15295a3c4757f94916aafcf540a7337"
|
||||
|
||||
.haproxy_dev: &haproxy-dev
|
||||
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
|
||||
|
@ -1,6 +1,6 @@
|
||||
HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-2.7.git
|
||||
HAPROXY_VERSION = 2.7-stable
|
||||
HAPROXY_GITREF = 1065b10007f4622f2af70fb114594a63af9c8c76
|
||||
HAPROXY_GITREF = 8d230219e15295a3c4757f94916aafcf540a7337
|
||||
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
|
||||
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user