Update HAProxy stable to 2.7.1
This commit is contained in:
parent
8255b1082c
commit
5e9594f7ea
@ -23,9 +23,9 @@ variables: &default-variables
|
||||
|
||||
.haproxy_stable: &haproxy-stable
|
||||
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
|
||||
HAPROXY_VERSION: 2.7.0
|
||||
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=75443c64e611077619c02b5b762bc8047535aceb
|
||||
HAPROXY_GITREF: "75443c64e611077619c02b5b762bc8047535aceb"
|
||||
HAPROXY_VERSION: 2.7.1
|
||||
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=3e4af0ed7e33df3afc0a54a84af7774a3849b5b6
|
||||
HAPROXY_GITREF: "3e4af0ed7e33df3afc0a54a84af7774a3849b5b6"
|
||||
|
||||
.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.0
|
||||
HAPROXY_GITREF = 75443c64e611077619c02b5b762bc8047535aceb
|
||||
HAPROXY_VERSION = 2.7.1
|
||||
HAPROXY_GITREF = 3e4af0ed7e33df3afc0a54a84af7774a3849b5b6
|
||||
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