haproxy: update to 1.7.11.
Closes #14033. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5f26702547
commit
1902079961
1 changed files with 11 additions and 10 deletions
|
@ -1,22 +1,23 @@
|
|||
# Template file for 'haproxy'
|
||||
pkgname=haproxy
|
||||
version=1.7.10
|
||||
revision=3
|
||||
version=1.7.11
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1
|
||||
USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1"
|
||||
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/$pkgname"
|
||||
makedepends="libressl-devel lua-devel pcre-devel"
|
||||
short_desc="Reliable, high performance TCP/HTTP load balancer"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://www.haproxy.org"
|
||||
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
|
||||
checksum=d564b8e9429d1e8e13cb648bf4694926b472e36da1079df946bb732927b232ea
|
||||
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
||||
conf_files="/etc/${pkgname}/${pkgname}.cfg"
|
||||
system_accounts="${pkgname}"
|
||||
haproxy_homedir="/var/lib/${pkgname}"
|
||||
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
||||
makedepends="libressl-devel pcre-devel zlib-devel lua-devel"
|
||||
short_desc="Reliable, high performance TCP/HTTP load balancer"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.haproxy.org"
|
||||
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
|
||||
checksum=7ac017f53ba1f623977e3956341a7349e2ac8503fe10e34ad864d91a59e12e9f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CFLAGS="-D__LINUX_NETFILTER_H";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue