mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
rspamd: update to 1.7.4.
Closes #14030. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
88587fa5e7
commit
197d050d77
1 changed files with 4 additions and 6 deletions
|
@ -1,11 +1,9 @@
|
||||||
# Template file for 'rspamd'
|
# Template file for 'rspamd'
|
||||||
pkgname=rspamd
|
pkgname=rspamd
|
||||||
version=1.7.3
|
version=1.7.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd
|
||||||
-DRSPAMD_USER=rspamd
|
|
||||||
-DCONFDIR=/etc/rspamd
|
|
||||||
-DDBDIR=/var/lib/rspamd"
|
-DDBDIR=/var/lib/rspamd"
|
||||||
hostmakedepends="perl pkg-config ragel"
|
hostmakedepends="perl pkg-config ragel"
|
||||||
makedepends="LuaJIT-devel fann-devel file-devel gd-devel gmime-devel
|
makedepends="LuaJIT-devel fann-devel file-devel gd-devel gmime-devel
|
||||||
|
@ -15,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://rspamd.com/"
|
homepage="http://rspamd.com/"
|
||||||
distfiles="https://github.com/vstakhov/rspamd/archive/${version}.tar.gz"
|
distfiles="https://github.com/vstakhov/rspamd/archive/${version}.tar.gz"
|
||||||
checksum=ec152ee61deca97941e66fb93066ae1fb3802be66e24306072e76e9e51b4dd35
|
checksum=0513ebed75b3e4990ae699b868598ae27b27b9e50a20d65dfcca3b1245a1a664
|
||||||
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