network/haproxy: Updated for version 2.8.6.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Badchay 2024-02-17 07:58:29 +09:00 committed by Willy Sudiarto Raharjo
parent fac88596d2
commit fbeb433982
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
# Copyright 2018 T3slider <t3slider@gmail.com>
# All rights reserved.
#
# Copyright 2023 Badchay <badchay@protonmail.com>
# Copyright 2024 Badchay <badchay@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haproxy
VERSION=${VERSION:-2.8.5}
VERSION=${VERSION:-2.8.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -76,8 +76,8 @@ LUA=${LUA:-no}
# Perl Compatible Regular Expressions version 2 is enabled by default.
# You might want to use libpcre1 and/or JIT-enabled version instead.
PCRE=${PCRE:-PCRE2}
# Include QUIC (HTTP/3) support? (experimental).
# This requires QUICTLS.
# Include QUIC (HTTP/3) support?
# This requires QUICTLS or wolfSSL.
QUIC=${QUIC:-no}
set -e

View File

@ -1,8 +1,8 @@
PRGNAM="haproxy"
VERSION="2.8.5"
VERSION="2.8.6"
HOMEPAGE="https://www.haproxy.org/"
DOWNLOAD="https://www.haproxy.org/download/2.8/src/haproxy-2.8.5.tar.gz"
MD5SUM="31e0d8eefb4dc5572d25f7ed059aa695"
DOWNLOAD="https://www.haproxy.org/download/2.8/src/haproxy-2.8.6.tar.gz"
MD5SUM="1314b3037efad5064009bf26ce0797a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""