summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grimm <trashcan@ellael.org>2025-08-02 15:28:33 +0200
committerÄlven <alven@FreeBSD.org>2025-08-02 20:58:33 +0400
commit91d5b24e0391f69790b7d97667dd167dfb7e9a78 (patch)
treecccbe4c6ab1c941f2f261585c50b923498d900a3
parentsecurity/vuxml: Add Sqlite vulnerability (diff)
mail/rspamd: make rspamd start after keydb+valkey
Make the rc script valkey-aware in addition to redis in case the valkey port is used as an alternative to redis. PR: 287828 Approved by: vsevolod@ (maintainer, timeout > 1 month) Approved by: db@ (Mentor)
-rw-r--r--mail/rspamd/Makefile2
-rw-r--r--mail/rspamd/files/rspamd.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index bc11a6b11422..32aafb7292fa 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rspamd
PORTVERSION= 3.12.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MAINTAINER= vsevolod@FreeBSD.org
diff --git a/mail/rspamd/files/rspamd.in b/mail/rspamd/files/rspamd.in
index c256324dd963..488fe6a87dd9 100644
--- a/mail/rspamd/files/rspamd.in
+++ b/mail/rspamd/files/rspamd.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: rspamd
-# REQUIRE: LOGIN redis
+# REQUIRE: LOGIN redis keydb valkey
# BEFORE: mail
# KEYWORD: shutdown
#