Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump haproxy version to 2.6.12 #17

Open
wants to merge 2 commits into
base: maintenance
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
haproxy/haproxy-2.6.9.tar.gz:
size: 4045208
object_id: dce2e08a-c663-4571-7026-bb5f365da724
sha: sha256:f01a1c5f465dc1b5cd175d0b28b98beb4dfe82b5b5b63ddcc68d1df433641701
haproxy/haproxy-2.6.12.tar.gz:
size: 4060878
object_id: 24cc79b6-d81a-45b5-5dd3-43074b42a35b
sha: sha256:58f9edb26bf3288f4b502658399281cc5d6478468bd178eafe579c8f41895854
haproxy/hatop-0.8.2:
size: 74157
object_id: 00125e3f-bdaa-4da3-583f-b680b0b30df4
Expand Down
2 changes: 1 addition & 1 deletion packages/haproxy/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PCRE_VERSION=10.42 # https://github.com/PCRE2Project/pcre2/releases/download/pc

SOCAT_VERSION=1.7.4.4 # http://www.dest-unreach.org/socat/download/socat-1.7.4.4.tar.gz

HAPROXY_VERSION=2.6.9 # https://www.haproxy.org/download/2.6/src/haproxy-2.6.9.tar.gz
HAPROXY_VERSION=2.6.12 # https://www.haproxy.org/download/2.6/src/haproxy-2.6.12.tar.gz

HATOP_VERSION=0.8.2 # https://github.com/jhunt/hatop/releases/download/v0.8.2/hatop

Expand Down