Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/haproxy/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Template file for 'haproxy'
pkgname=haproxy
version=3.0.14
# XXX: the version should be a LTS release
version=3.2.12
revision=1
build_style=gnu-makefile
make_build_args="TARGET=linux-${XBPS_TARGET_LIBC} cmd_LD=\${CC} EXTRA=admin/halog/halog
USE_PCRE2=1 USE_PCRE2_JIT=1 USE_ZLIB=1 USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1
USE_LUA=1 USE_PROMEX=1 USE_NS=1 USE_SYSTEMD="
USE_LUA=1 USE_PROMEX=1 USE_NS=1"
make_install_args="EXTRA=admin/halog/halog SBINDIR=${DESTDIR}/usr/bin
DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
hostmakedepends="lua54-devel"
Expand All @@ -17,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=1b35b0c503e4efeba3ef9112b8654da1a1865bd3272a1a1f498db72ca9c2108b
checksum=310b424e60db2f3990206ca7c81293586842cb628e7dfad572c7146ae9e95a91

if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
Expand Down
7 changes: 5 additions & 2 deletions srcpkgs/haproxy/update
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 3.0 is the current LTS
ignore="3\.[!0].*"
# we want to use only LTS releases
# only match updates to the minor branch we already use
_minor="${version%.*}"
_minor="${_minor//./\\.}\\."
pattern="${_minor}[0-9]*"