diff options
| author | Herman Rimm <herman@rimm.ee> | 2026-03-13 19:42:36 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-12 11:42:53 +0200 |
| commit | 7d74bb3ee421cbbc68291554fdb491cf7587cb44 (patch) | |
| tree | dec2cfe0050c7aadce33ce70511d1c22da9f0d41 /gnu/packages/mail.scm | |
| parent | f00a19b0af93ed21cc0dfb4b1c2cd6f1ca50774c (diff) | |
gnu: rspamd: Update to 3.14.3.
* gnu/packages/mail.scm (rspamd): Update to 3.14.3.
[description]: Use example from project README.md.
Merges guix/guix!7128
Change-Id: Ib6c75e7c216ee32610dbcad568249872df51c308
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/mail.scm')
| -rw-r--r-- | gnu/packages/mail.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 72f86ebdec5..7aac3166c63 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -68,6 +68,7 @@ | |||
| 68 | ;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> | 68 | ;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> |
| 69 | ;;; Copyright © 2026 Sergey Trofimov <sarg@sarg.org.ru> | 69 | ;;; Copyright © 2026 Sergey Trofimov <sarg@sarg.org.ru> |
| 70 | ;;; Copyright © 2026 Nguyễn Gia Phong <cnx@loang.net> | 70 | ;;; Copyright © 2026 Nguyễn Gia Phong <cnx@loang.net> |
| 71 | ;;; Copyright © 2026 Herman Rimm <herman@rimm.ee> | ||
| 71 | ;;; | 72 | ;;; |
| 72 | ;;; This file is part of GNU Guix. | 73 | ;;; This file is part of GNU Guix. |
| 73 | ;;; | 74 | ;;; |
| @@ -4744,7 +4745,7 @@ on RFC 3501 and original @code{imaplib} module.") | |||
| 4744 | (define-public rspamd | 4745 | (define-public rspamd |
| 4745 | (package | 4746 | (package |
| 4746 | (name "rspamd") | 4747 | (name "rspamd") |
| 4747 | (version "3.12.1") | 4748 | (version "3.14.3") |
| 4748 | (source | 4749 | (source |
| 4749 | (origin | 4750 | (origin |
| 4750 | (method git-fetch) | 4751 | (method git-fetch) |
| @@ -4752,7 +4753,7 @@ on RFC 3501 and original @code{imaplib} module.") | |||
| 4752 | (url "https://github.com/rspamd/rspamd") | 4753 | (url "https://github.com/rspamd/rspamd") |
| 4753 | (commit version))) | 4754 | (commit version))) |
| 4754 | (sha256 | 4755 | (sha256 |
| 4755 | (base32 "0li75dqqy0irrvv2jddmll2adf15cywif982ijj034hldg9162bc")) | 4756 | (base32 "1yh3933ak7qzzys6yzixrs8pmmsh16ny23im958h8rqg0xrq3mcy")) |
| 4756 | (file-name (git-file-name name version)))) | 4757 | (file-name (git-file-name name version)))) |
| 4757 | (build-system cmake-build-system) | 4758 | (build-system cmake-build-system) |
| 4758 | (arguments | 4759 | (arguments |
| @@ -4783,11 +4784,11 @@ on RFC 3501 and original @code{imaplib} module.") | |||
| 4783 | (native-inputs | 4784 | (native-inputs |
| 4784 | (list pkg-config)) | 4785 | (list pkg-config)) |
| 4785 | (synopsis "Spam filtering system") | 4786 | (synopsis "Spam filtering system") |
| 4786 | (description "Rspamd is an advanced spam filtering system that | 4787 | (description |
| 4787 | allows evaluation of messages by a number of rules including regular | 4788 | "Rspamd is a spam filter that evaluates email messages by a number |
| 4788 | expressions, statistical analysis and custom services such as URL | 4789 | of rules including: regular expressions, statistical analysis, and URL |
| 4789 | black lists. Each message is analysed by Rspamd and given a spam | 4790 | blacklists. Rspamd gives each message a spam score, e.g., for further |
| 4790 | score.") | 4791 | processing by an MTA.") |
| 4791 | (home-page "https://www.rspamd.com/") | 4792 | (home-page "https://www.rspamd.com/") |
| 4792 | (license license:asl2.0))) | 4793 | (license license:asl2.0))) |
| 4793 | 4794 | ||
