Skip to content
Merged
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
Expand Up @@ -14,10 +14,10 @@ haproxy/pcre2-10.47.tar.gz:
size: 2792969
object_id: 37761873-8904-4a27-4b0c-df645dffd609
sha: sha256:c08ae2388ef333e8403e670ad70c0a11f1eed021fd88308d7e02f596fcd9dc16
haproxy/socat-1.8.1.1.tar.gz:
size: 766524
object_id: a3838efb-9096-4568-4d63-e148502758da
sha: sha256:f68b602c80e94b4b7498d74ec408785536fe33534b39467977a82ab2f7f01ddb
haproxy/socat-1.8.1.2.tar.gz:
size: 767018
object_id: 9a38d18c-099b-4cd3-60bd-2b967ac632e7
sha: sha256:daeb9eed37a99424cd14877208706e93745c91cb86fb917a355635f4df5c8499
keepalived/keepalived-2.3.4.tar.gz:
size: 1241315
object_id: 9fe43619-9129-4280-4e7c-b1750ea9a18e
Expand Down
2 changes: 1 addition & 1 deletion packages/haproxy/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LUA_VERSION=5.4.8 # https://www.lua.org/ftp/lua-5.4.8.tar.gz

PCRE_VERSION=10.47 # https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.gz

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

HAPROXY_VERSION=3.2.19 # https://www.haproxy.org/download/3.2/src/haproxy-3.2.19.tar.gz

Expand Down