From 644998f42e81787c3f1bc890c375ecc4b720b0cc Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Fri, 1 May 2026 22:22:01 +0200 Subject: [PATCH] haproxy: update to 3.2.17. --- srcpkgs/haproxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 84be2c1b161..1a618eb717a 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,7 +1,7 @@ # Template file for 'haproxy' pkgname=haproxy # XXX: the version should be a LTS release -version=3.2.15 +version=3.2.17 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=117e408aff544c9ad758c2fb3fd8cf791a72609d3ae319b2cf9f2a0b035393c2 +checksum=023a9efb8a8d73a0c1b6335394400e7eeb4ad0643ffda73c5f93820a720a9695 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"