mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
rspamd: update to 1.3.0.
This commit is contained in:
parent
753f680df8
commit
8826f5fcb3
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'rspamd'
|
# Template file for 'rspamd'
|
||||||
pkgname=rspamd
|
pkgname=rspamd
|
||||||
version=1.2.8
|
version=1.3.0
|
||||||
revision=3
|
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="pkg-config perl"
|
hostmakedepends="pkg-config perl ragel"
|
||||||
makedepends="LuaJIT-devel libressl-devel gmime-devel libevent-devel sqlite-devel hiredis-devel file-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=485438d8c38ada1a6e95c9ea1298d2c899d4ec618f1dd5f539663522c506eb2b
|
checksum=42a15ab3507e50beb10f35b7db5ae1fcdb35d47f5cae51c83713a241ff730b1b
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue