update haproxy and openssl

This commit is contained in:
Michael Rennecke 2019-09-13 16:32:51 +02:00
parent 360181767b
commit e054e27c28
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
set -e
HAPROXY_VERSION=2.0.5
HAPROXY_VERSION=2.0.6
HAPROXY_URL=https://www.haproxy.org/download/2.0/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy
OPENSSL_VERSION=1.1.1c
OPENSSL_VERSION=1.1.1d
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
OPENSSL_SRC=/tmp/openssl