Compare commits

..

No commits in common. "c19e5024dc137e71ae7bbd1feecdfe25a9a9b990" and "e793387caba84b4bdaf7fe1696fcdca6dbafcc24" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@
set -e
HAPROXY_VERSION=2.8.4
HAPROXY_VERSION=2.8.0
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.2.0
OPENSSL_VERSION=3.1.1
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 127.0.0.1:514 local0
log 127.0.0.1:514 local1 notice
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy_admin.sock mode 660 level admin expose-fd listeners
stats timeout 30s