haproxy: update to 1.7.6.

This commit is contained in:
Michael Gehring 2017-06-25 19:52:56 +00:00
parent 228b0a32fb
commit de2a48e932
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'haproxy' # Template file for 'haproxy'
pkgname=haproxy pkgname=haproxy
version=1.7.5 version=1.7.6
revision=3 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 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" USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1"
@ -16,7 +16,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2, LGPL-2.1" license="GPL-2, LGPL-2.1"
homepage="http://www.haproxy.org" homepage="http://www.haproxy.org"
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz" distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
checksum=b04d7db6383c662eb0a421a95af7becac6d9744a1abf0df6b0280c1e61416121 checksum=88f84beba34d08a5495d908ca76866e033e6046e7c74f9477b9d5316f8c3d32a
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS="-D__LINUX_NETFILTER_H";; *-musl) CFLAGS="-D__LINUX_NETFILTER_H";;
esac esac