rspamd: update to 1.1.0.
This commit is contained in:
parent
026f6f7049
commit
912737f287
@ -19,3 +19,7 @@ set( _CAN_RUN
|
|||||||
"0"
|
"0"
|
||||||
CACHE STRING "Result from TRY_RUN" FORCE)
|
CACHE STRING "Result from TRY_RUN" FORCE)
|
||||||
|
|
||||||
|
set( HAVE_ATOMIC_BUILTINS_EXITCODE
|
||||||
|
"0"
|
||||||
|
CACHE STRING "Result from TRY_RUN" FORCE)
|
||||||
|
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
# Template file for 'rspamd'
|
# Template file for 'rspamd'
|
||||||
pkgname=rspamd
|
pkgname=rspamd
|
||||||
version=1.0.11
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
-DRSPAMD_USER=rspamd \
|
-DRSPAMD_USER=rspamd \
|
||||||
-DCONFDIR=/etc/rspamd
|
-DCONFDIR=/etc/rspamd
|
||||||
-DDBDIR=/var/lib/rspamd"
|
-DDBDIR=/var/lib/rspamd"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config perl"
|
||||||
makedepends="LuaJIT-devel glib-devel libressl-devel gmime-devel libevent-devel sqlite-devel hiredis-devel"
|
makedepends="LuaJIT-devel libressl-devel gmime-devel libevent-devel sqlite-devel hiredis-devel file-devel"
|
||||||
short_desc="Fast, free and open-source spam filtering system"
|
short_desc="Fast, free and open-source spam filtering system"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://rspamd.com/"
|
homepage="http://rspamd.com/"
|
||||||
distfiles="http://rspamd.com/downloads/rspamd-${version}.tar.xz"
|
distfiles="http://rspamd.com/downloads/rspamd-${version}.tar.xz"
|
||||||
checksum=b914c77c30dcab863f6c685b4a83a1662ee1b4503654fbf3ee3ae2fbca1ed928
|
checksum=69db05150b4ba8304d24dd0f96c79b5d3792478373f0d6be6c92b51b1cf60ead
|
||||||
system_accounts="rspamd"
|
system_accounts="rspamd"
|
||||||
rspamd_homedir="/var/lib/rspamd"
|
rspamd_homedir="/var/lib/rspamd"
|
||||||
conf_files="
|
conf_files="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user