From f9f48efc8c768ef71f8899a488448f2c4c1e2794 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Fri, 10 Feb 2023 12:26:41 -0600 Subject: [PATCH] haproxy: update to 2.6.8. --- srcpkgs/haproxy/template | 4 ++-- srcpkgs/haproxy/update | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/haproxy/update diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 373ff4e2c3c9..7874f3cfb80a 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,6 +1,6 @@ # Template file for 'haproxy' pkgname=haproxy -version=2.4.20 +version=2.6.8 revision=1 build_style=gnu-makefile make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" @@ -13,7 +13,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.haproxy.org" changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG" distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz" -checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc +checksum=a02ad64550dd30a94b25fd0e225ba699649d0c4037bca3b36b20e8e3235bb86f haproxy_homedir="/var/lib/${pkgname}" make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}" diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update new file mode 100644 index 000000000000..a91811c640f5 --- /dev/null +++ b/srcpkgs/haproxy/update @@ -0,0 +1,2 @@ +# 2.6 is the current LTS +ignore="2\.[!6].*"