Compare commits

..

2 Commits

Author SHA1 Message Date
Michael Rennecke c19e5024dc increase versions 2023-12-04 22:12:33 +01:00
Michael Rennecke 6e6b45d6f6 use logserver 2023-12-04 22:12:21 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@
set -e
HAPROXY_VERSION=2.8.0
HAPROXY_VERSION=2.8.4
HAPROXY_URL=https://www.haproxy.org/download/2.8/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy
OPENSSL_VERSION=3.1.1
OPENSSL_VERSION=3.2.0
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
OPENSSL_SRC=/tmp/openssl
@ -40,7 +40,7 @@ wget -O haproxy.tar.gz "$HAPROXY_URL"
echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -c
mkdir -p "$HAPROXY_SRC"
tar xfz haproxy.tar.gz -C "$HAPROXY_SRC" --strip-components=1
tar xfz haproxy.tar.gz -C "$HAPROXY_SRC" --strip-components=1
rm haproxy.tar.gz
# needed for static openssl

View File

@ -1,6 +1,6 @@
global
log /dev/log local0
log /dev/log local1 notice
log 127.0.0.1:514 local0
log 127.0.0.1:514 local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy_admin.sock mode 660 level admin expose-fd listeners
stats timeout 30s