update haproxy and openssl

This commit is contained in:
Michael Rennecke 2021-01-08 21:00:37 +01:00
parent d29de3a57f
commit 365359b12e
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
set -e
HAPROXY_VERSION=2.2.3
HAPROXY_VERSION=2.2.6
HAPROXY_URL=https://www.haproxy.org/download/2.2/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy
OPENSSL_VERSION=1.1.1g
OPENSSL_VERSION=1.1.1i
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
OPENSSL_SRC=/tmp/openssl