Skip to content

Commit 6c95ceb

Browse files
committed
haproxy: update to 3.2.12.
1 parent 67ee627 commit 6c95ceb

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

srcpkgs/haproxy/template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Template file for 'haproxy'
22
pkgname=haproxy
3-
version=3.0.14
3+
# XXX: the version should be a LTS release
4+
version=3.2.12
45
revision=1
56
build_style=gnu-makefile
67
make_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"
910
make_install_args="EXTRA=admin/halog/halog SBINDIR=${DESTDIR}/usr/bin
1011
DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
1112
hostmakedepends="lua54-devel"
@@ -17,7 +18,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
1718
homepage="https://www.haproxy.org"
1819
changelog="https://www.haproxy.org/download/${version%.*}/src/CHANGELOG"
1920
distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
20-
checksum=1b35b0c503e4efeba3ef9112b8654da1a1865bd3272a1a1f498db72ca9c2108b
21+
checksum=310b424e60db2f3990206ca7c81293586842cb628e7dfad572c7146ae9e95a91
2122

2223
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
2324
makedepends+=" libxcrypt-devel"

srcpkgs/haproxy/update

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
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]*"

0 commit comments

Comments
 (0)