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:
parent
fac88596d2
commit
fbeb433982
|
@ -5,7 +5,7 @@
|
||||||
# Copyright 2018 T3slider <t3slider@gmail.com>
|
# Copyright 2018 T3slider <t3slider@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Copyright 2023 Badchay <badchay@protonmail.com>
|
# Copyright 2024 Badchay <badchay@protonmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=haproxy
|
PRGNAM=haproxy
|
||||||
VERSION=${VERSION:-2.8.5}
|
VERSION=${VERSION:-2.8.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -76,8 +76,8 @@ LUA=${LUA:-no}
|
||||||
# Perl Compatible Regular Expressions version 2 is enabled by default.
|
# Perl Compatible Regular Expressions version 2 is enabled by default.
|
||||||
# You might want to use libpcre1 and/or JIT-enabled version instead.
|
# You might want to use libpcre1 and/or JIT-enabled version instead.
|
||||||
PCRE=${PCRE:-PCRE2}
|
PCRE=${PCRE:-PCRE2}
|
||||||
# Include QUIC (HTTP/3) support? (experimental).
|
# Include QUIC (HTTP/3) support?
|
||||||
# This requires QUICTLS.
|
# This requires QUICTLS or wolfSSL.
|
||||||
QUIC=${QUIC:-no}
|
QUIC=${QUIC:-no}
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="haproxy"
|
PRGNAM="haproxy"
|
||||||
VERSION="2.8.5"
|
VERSION="2.8.6"
|
||||||
HOMEPAGE="https://www.haproxy.org/"
|
HOMEPAGE="https://www.haproxy.org/"
|
||||||
DOWNLOAD="https://www.haproxy.org/download/2.8/src/haproxy-2.8.5.tar.gz"
|
DOWNLOAD="https://www.haproxy.org/download/2.8/src/haproxy-2.8.6.tar.gz"
|
||||||
MD5SUM="31e0d8eefb4dc5572d25f7ed059aa695"
|
MD5SUM="1314b3037efad5064009bf26ce0797a7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue