extra/rspamd to 3.8.4-1

This commit is contained in:
Kevin Mihelich 2024-03-18 17:51:55 +00:00
parent d9b2bcbcd0
commit 11ab3ca79d
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = rspamd
pkgdesc = Fast, free and open-source spam filtering system
pkgver = 3.8.1
pkgver = 3.8.4
pkgrel = 1
url = https://rspamd.com
install = rspamd.install
@ -28,6 +28,7 @@ pkgbase = rspamd
depends = zlib
optdepends = perl: rspamd stats script
optdepends = redis: redis cache and data storage
options = !lto
backup = etc/rspamd/actions.conf
backup = etc/rspamd/cgp.inc
backup = etc/rspamd/common.conf
@ -109,7 +110,7 @@ pkgbase = rspamd
backup = etc/rspamd/worker-fuzzy.inc
backup = etc/rspamd/worker-normal.inc
backup = etc/rspamd/worker-proxy.inc
source = git+https://github.com/rspamd/rspamd.git#tag=b8a2d79eeaefc18b044ca0b5c22858f0400fecd9
source = git+https://github.com/rspamd/rspamd.git#tag=93fa4f6dc67f67fa1b7ce14aeb8f0841b4b0369e
source = rspamd.tmpfiles
source = rspamd.sysusers
source = rspamd.logrotate

View file

@ -8,7 +8,7 @@
# - set -DENABLE_HYPERSCAN=OFF, -DENABLE_LTO=OFF
pkgname=rspamd
pkgver=3.8.1
pkgver=3.8.4
pkgrel=1
epoch=
pkgdesc='Fast, free and open-source spam filtering system'
@ -126,7 +126,8 @@ backup=(
etc/rspamd/worker-proxy.inc
)
install=rspamd.install
_tag=b8a2d79eeaefc18b044ca0b5c22858f0400fecd9
options=(!lto)
_tag=93fa4f6dc67f67fa1b7ce14aeb8f0841b4b0369e
source=(
git+https://github.com/rspamd/rspamd.git#tag=${_tag}
rspamd.tmpfiles
@ -155,6 +156,7 @@ prepare() {
}
build() {
export LDFLAGS=${LDFLAGS/-Wl,-z,pack-relative-relocs/}
cmake -S rspamd -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCONFDIR=/etc/rspamd \