aboutsummaryrefslogtreecommitdiff
path: root/network/haproxy/haproxy.SlackBuild
diff options
context:
space:
mode:
authorBadchay <badchay@protonmail.com>2023-05-01 14:49:19 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:24 +0700
commitde757b63741a352d3913433a4a79b75ba4203345 (patch)
tree32ef9435a64bc639fb523d84329011a614079e10 /network/haproxy/haproxy.SlackBuild
parentd23e43850da39c5edb27f36dc23b3c97f1a3135a (diff)
network/haproxy: Updated for 2.7.7. Enabled Prometheus exporter.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/haproxy/haproxy.SlackBuild')
-rw-r--r--network/haproxy/haproxy.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/haproxy/haproxy.SlackBuild b/network/haproxy/haproxy.SlackBuild
index e3ad84c2d7bc5..1ec982d6a630e 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 2022 Badchay <badchay@protonmail.com>
+# Copyright 2023 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.7.6}
+VERSION=${VERSION:-2.7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -124,6 +124,7 @@ make \
USE_ENGINE=1 \
USE_ZLIB=1 \
USE_NS=1 \
+ USE_PROMEX=1 \
USE_SYSTEMD= \
$LUAOPT \
EXTRA=""