From 710b6dbeab0d7f1e052209291b59e1bdc9090df7 Mon Sep 17 00:00:00 2001 From: Michael Rennecke Date: Mon, 26 Jun 2023 21:40:45 +0200 Subject: [PATCH] increase version --- build-haproxy.sh | 6 +++--- common.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-haproxy.sh b/build-haproxy.sh index dd5d953..bd0dc5e 100755 --- a/build-haproxy.sh +++ b/build-haproxy.sh @@ -3,12 +3,12 @@ set -e -HAPROXY_VERSION=2.6.6 -HAPROXY_URL=https://www.haproxy.org/download/2.6/src/haproxy-${HAPROXY_VERSION}.tar.gz +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.0.7 +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 diff --git a/common.yaml b/common.yaml index dd35c4b..f0e43d6 100644 --- a/common.yaml +++ b/common.yaml @@ -17,6 +17,6 @@ - hosts: mail.0rpheus.net gather_facts: false roles: - # - haproxy + - haproxy # - bitwarden - roundcube