From ddd27fbdd704e9423672e3ffdf50b88a8b3ae074 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 2 Jul 2018 23:27:28 -0300 Subject: [PATCH] haproxy: update to 1.8.12. --- srcpkgs/haproxy/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index f9e727e3b03..33ef7103779 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,26 +1,27 @@ # Template file for 'haproxy' pkgname=haproxy -version=1.8.11 +version=1.8.12 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" +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 " 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=b4b403ceb5efe3c65c6d86e1a44fc0953189f12cdf0bd884e5df04bbabb27947 +checksum=f438a98e657935fa8fad48b98d9029a399e0ad9105cf0e7e8e54365f93d83e9b make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}" conf_files="/etc/${pkgname}/${pkgname}.cfg" -system_accounts="${pkgname}" +system_accounts="$pkgname" haproxy_homedir="/var/lib/${pkgname}" case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-D__LINUX_NETFILTER_H";; esac + case "$XBPS_TARGET_MACHINE" in armv[56]*|mips*) ADDLIB="-latomic"; makedepends+=" libatomic-devel";; esac