Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 77d114d

Browse files
committed
Update 3.1-stable to 3.1.3
1 parent 8b93e3a commit 77d114d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

haproxy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-3.1.git
22
HAPROXY_VERSION = 3.1-stable
3-
HAPROXY_GITREF = v3.1.2
3+
HAPROXY_GITREF = v3.1.3
44
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
55
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)
66

0 commit comments

Comments
 (0)