File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Summary: A fast, reliable HA, load balancing, and proxy solution.
22Name: haproxy
33Version: 2.9.11
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55License: GPLv2+
66Vendor: Microsoft Corporation
77Distribution: Azure Linux
@@ -33,7 +33,7 @@ Requires: %{name} = %{version}-%{release}
3333
3434%build
3535make %{?_smp_mflags } TARGET=" linux-glibc" USE_PCRE2=1 USE_OPENSSL=1 \
36- USE_GETADDRINFO=1 USE_ZLIB= 1 USE_SYSTEMD= 1
36+ USE_GETADDRINFO=1 USE_ZLIB= 1 USE_SYSTEMD= 1 USE_PROMEX = 1
3737make %{?_smp_mflags } -C admin/systemd
3838sed -i s/"local \/"/""/g admin/systemd/haproxy.service
3939sed -i "s/\/run/\/var\/run/g" admin/systemd/haproxy.service
@@ -59,6 +59,9 @@ install -vDm644 examples/transparent_proxy.cfg %{buildroot}/%{_sysconfdir}/hapr
5959%{_mandir }/*
6060
6161%changelog
62+ * Thu Jan 23 2025 Kshitiz Godara <kgodara@microsoft.com> - 2.9.11-2
63+ - Support for Prometheus exporter in HAProxy
64+
6265* Wed Sep 25 2024 Archana Choudhary <archana1@microsoft.com> - 2.9.11-1
6366- Upgrade to 2.9.11
6467- Fix CVE-2024-45506
You can’t perform that action at this time.
0 commit comments