haproxy: update to 3.2.19.

This commit is contained in:
Roberto Ricci
2026-05-15 02:26:02 +02:00
committed by Duncan Overbruck
parent cba5eefeda
commit 290c8d7e39
+2 -2
View File
@@ -1,7 +1,7 @@
# Template file for 'haproxy'
pkgname=haproxy
# XXX: the version should be a LTS release
version=3.2.17
version=3.2.19
revision=1
build_style=gnu-makefile
make_build_args="TARGET=linux-${XBPS_TARGET_LIBC} cmd_LD=\${CC} EXTRA=admin/halog/halog
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.haproxy.org"
changelog="https://www.haproxy.org/download/${version%.*}/src/CHANGELOG"
distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
checksum=023a9efb8a8d73a0c1b6335394400e7eeb4ad0643ffda73c5f93820a720a9695
checksum=b08ebbd57f575012e4a5eb5b772721531fbacf6913ffd334f0281736a1ad78b6
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"