File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'haproxy'
22pkgname=haproxy
3- version=3.0.14
3+ # XXX: the version should be a LTS release
4+ version=3.2.12
45revision=1
56build_style=gnu-makefile
67make_build_args="TARGET=linux-${XBPS_TARGET_LIBC} cmd_LD=\${CC} EXTRA=admin/halog/halog
78 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_ZLIB=1 USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1
8- USE_LUA=1 USE_PROMEX=1 USE_NS=1 USE_SYSTEMD= "
9+ USE_LUA=1 USE_PROMEX=1 USE_NS=1"
910make_install_args="EXTRA=admin/halog/halog SBINDIR=${DESTDIR}/usr/bin
1011 DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
1112hostmakedepends="lua54-devel"
@@ -17,7 +18,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
1718homepage="https://www.haproxy.org"
1819changelog="https://www.haproxy.org/download/${version%.*}/src/CHANGELOG"
1920distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
20- checksum=1b35b0c503e4efeba3ef9112b8654da1a1865bd3272a1a1f498db72ca9c2108b
21+ checksum=310b424e60db2f3990206ca7c81293586842cb628e7dfad572c7146ae9e95a91
2122
2223if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
2324 makedepends+=" libxcrypt-devel"
Original file line number Diff line number Diff line change 1- # 3.0 is the current LTS
2- ignore="3\.[!0].*"
1+ # we want to use only LTS releases
2+ # only match updates to the minor branch we already use
3+ _minor="${version%.*}"
4+ _minor="${_minor//./\\.}\\."
5+ pattern="${_minor}[0-9]*"
You can’t perform that action at this time.
0 commit comments