This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 with :
1717 DEBIAN_CODENAME : " bookworm"
1818 HAPROXY_FLAVOUR : " stable"
19- # https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.2
19+ # https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.3
2020 HAPROXY_GITREPO : " https://git.haproxy.org/?p=haproxy-3.1.git"
2121 HAPROXY_VERSION : " 3.1-stable"
22- HAPROXY_GITREF : " v3.1.2 "
22+ HAPROXY_GITREF : " v3.1.3 "
2323 HAPROXY_DATAPLANEAPI_VERSION : " v3.0"
2424 HAPROXY_OPTIMIZATION : " -O2"
2525
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ variables: &default-variables
3838.haproxy_stable : &haproxy-stable
3939 HAPROXY_GITREPO : " https://git.haproxy.org/?p=haproxy-3.1.git"
4040 HAPROXY_VERSION : 3.1-stable
41- # https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.2
42- HAPROXY_GITREF : " v3.1.2 "
41+ # https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.3
42+ HAPROXY_GITREF : " v3.1.3 "
4343 BUILD_PATCHES_DIR : " patches-stable"
4444 HAPROXY_LIBASAN : " false"
4545 HAPROXY_LIBUBSAN : " false"
Original file line number Diff line number Diff line change 11HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-3.1.git
22HAPROXY_VERSION = 3.1-stable
3- HAPROXY_GITREF = v3.1.2
3+ HAPROXY_GITREF = v3.1.3
44HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF ) " | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF ) ")
55HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION ) " | cut -d'.' -f1-2)
66
You can’t perform that action at this time.
0 commit comments