rspamd: update to 1.9.0.

This commit is contained in:
maxice8 2019-03-21 13:01:16 -03:00 committed by maxice8
parent fe4404ec72
commit 283733c119

View File

@ -1,6 +1,6 @@
# Template file for 'rspamd' # Template file for 'rspamd'
pkgname=rspamd pkgname=rspamd
version=1.8.3 version=1.9.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd
@ -14,13 +14,16 @@ license="Apache-2.0"
homepage="https://rspamd.com/" homepage="https://rspamd.com/"
changelog="https://raw.githubusercontent.com/vstakhov/rspamd/master/ChangeLog" changelog="https://raw.githubusercontent.com/vstakhov/rspamd/master/ChangeLog"
distfiles="https://github.com/vstakhov/rspamd/archive/${version}.tar.gz" distfiles="https://github.com/vstakhov/rspamd/archive/${version}.tar.gz"
checksum=09ad1808e8b56db954b29622976efca54785223beaa7b859b2cdb900408de8d7 checksum=0273b7b40b4e9260bc5454e328e90b035d70154c2054b1f93490f24cde2d93e4
system_accounts="rspamd" system_accounts="rspamd"
rspamd_homedir=/var/lib/rspamd rspamd_homedir=/var/lib/rspamd
conf_files="/etc/rspamd/*.conf /etc/rspamd/*.inc /etc/rspamd/modules.d/*.conf" conf_files="/etc/rspamd/*.conf /etc/rspamd/*.inc /etc/rspamd/modules.d/*.conf"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/8365/steps/shell_3/logs/stdio" ;; aarch64*|arm*) configure_args+=" -DHAS_C11_ATOMICS_EXITCODE=0
-DHAS_C11_ATOMICS_EXITCODE__TRYRUN_OUTPUT=0
-DHAVE_ATOMIC_BUILTINS_EXITCODE=0
-DHAVE_ATOMIC_BUILTINS_EXITCODE__TRYRUN_OUTPUT=0"
esac esac
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then