From f887da77ceae8642f2838dfac770818bdd0b8c86 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 | 6 +++--- srcpkgs/haproxy/update | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/haproxy/update diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 373ff4e2c3c9..2c01fff21595 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}" @@ -11,9 +11,9 @@ short_desc="Reliable, high performance TCP/HTTP load balancer" maintainer="Zach Dykstra " 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" +changelog="https://www.haproxy.org/download/2.6/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].*"