update haproxy

This commit is contained in:
Michael Rennecke 2020-09-09 20:26:09 +02:00
parent 2cb16e6a24
commit e0e849b96d
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,8 @@
set -e
HAPROXY_VERSION=2.1.4
HAPROXY_URL=https://www.haproxy.org/download/2.1/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_VERSION=2.2.3
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
@ -50,6 +50,7 @@ HAPROXY_OPTIONS=" \
TARGET=linux-glibc \
USE_SYSTEMD=1 \
USE_LUA=1 \
LUA_LIB_NAME=lua5.3 \
LUA_INC=/usr/include/lua5.3 \
USE_OPENSSL=1 \
SSL_LIB=$OPENSSL_SRC/ \