aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorBadchay <badchay@protonmail.com>2024-02-17 07:58:29 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-17 09:07:11 +0700
commitfbeb433982f1e90859e86afbb131ede66b114672 (patch)
tree7ba76ad53fa38424aa5503d1f31c9114643959f6 /network
parentfac88596d2073e842f0e9b06a57826bef8d475fb (diff)
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>
Diffstat (limited to 'network')
-rw-r--r--network/haproxy/haproxy.SlackBuild8
-rw-r--r--network/haproxy/haproxy.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/network/haproxy/haproxy.SlackBuild b/network/haproxy/haproxy.SlackBuild
index 8c5393874909..eb529c981316 100644
--- a/network/haproxy/haproxy.SlackBuild
+++ b/network/haproxy/haproxy.SlackBuild
@@ -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
diff --git a/network/haproxy/haproxy.info b/network/haproxy/haproxy.info
index 77cb7f99aa48..db4ec8e73f38 100644
--- a/network/haproxy/haproxy.info
+++ b/network/haproxy/haproxy.info
@@ -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=""