GNU bug report logs - #55589
[PATCH] gnu: rspamd: Update to 3.2

Previous Next

Package: guix-patches;

Reported by: ykonai <mail <at> ykonai.net>

Date: Mon, 23 May 2022 01:50:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55589 in the body.
You can then email your comments to 55589 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55589; Package guix-patches. (Mon, 23 May 2022 01:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ykonai <mail <at> ykonai.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 23 May 2022 01:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ykonai <mail <at> ykonai.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: rspamd: Update to 3.2
Date: Mon, 23 May 2022 01:43:01 +0200
* gnu/packages/mail.scm (rspamd): Update to 3.2

I also added a new build option, that changes the LOCAL_CONFDIR variable to
/etc/rspamd. This allows for rspamd configuration via the /etc/rspamd/local.d
and override.d directories, which by default were located in the PREFIX which
is in /gnu/store.
---
 gnu/packages/mail.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c4ccc53e84..1343042034 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4363,7 +4363,7 @@ (define-public python-imaplib2
 (define-public rspamd
   (package
     (name "rspamd")
-    (version "2.7")
+    (version "3.2")
     (source
      (origin
        (method git-fetch)
@@ -4371,11 +4371,12 @@ (define-public rspamd
              (url "https://github.com/rspamd/rspamd")
              (commit version)))
        (sha256
-        (base32 "0fw6nbfc3xqapzq5nydakwgpw6cz6vb3qby2aqlr06lzf87d3hic"))
+        (base32 "122d5m1nfxxz93bhsk8lm4dazvdknzphb0a1188m7bsa4iynbfv2"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
-     '(#:configure-flags '("-DENABLE_LUAJIT=ON")))
+     '(#:configure-flags '("-DENABLE_LUAJIT=ON"
+                           "-DLOCAL_CONFDIR=/etc/rspamd")))
     (inputs
      (list openssl
            glib
@@ -4384,7 +4385,7 @@ (define-public rspamd
            sqlite
            file
            icu4c
-           pcre
+           pcre2
            zlib
            perl
            libsodium))

base-commit: 4ba4cb1d49d70a00f7236f60bd92e5eccef573dd
-- 
2.36.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 30 May 2022 14:25:01 GMT) Full text and rfc822 format available.

Notification sent to ykonai <mail <at> ykonai.net>:
bug acknowledged by developer. (Mon, 30 May 2022 14:25:01 GMT) Full text and rfc822 format available.

Message #10 received at 55589-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: ykonai <mail <at> ykonai.net>
Cc: 55589-done <at> debbugs.gnu.org
Subject: Re: bug#55589: [PATCH] gnu: rspamd: Update to 3.2
Date: Mon, 30 May 2022 16:24:22 +0200
Hi,

ykonai <mail <at> ykonai.net> skribis:

> * gnu/packages/mail.scm (rspamd): Update to 3.2
>
> I also added a new build option, that changes the LOCAL_CONFDIR variable to
> /etc/rspamd. This allows for rspamd configuration via the /etc/rspamd/local.d
> and override.d directories, which by default were located in the PREFIX which
> is in /gnu/store.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 28 Jun 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 302 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.