[packages/rspamd] up to 3.11.1
mis
mis at pld-linux.org
Thu Apr 17 17:31:14 CEST 2025
commit 6a081dc4277275a338e98cb6a0a5bcb2240da70f
Author: Pawel Gajda <mis at pld-linux.org>
Date: Thu Apr 17 17:01:51 2025 +0200
up to 3.11.1
missing-header.patch | 12 ------------
rspamd.init | 2 +-
rspamd.spec | 6 ++----
3 files changed, 3 insertions(+), 17 deletions(-)
---
diff --git a/rspamd.spec b/rspamd.spec
index fc1463f..a45eddb 100644
--- a/rspamd.spec
+++ b/rspamd.spec
@@ -1,16 +1,15 @@
#
Summary: Spam filter to replace spamassassin
Name: rspamd
-Version: 3.11.0
+Version: 3.11.1
Release: 1
License: Apache v2.0
Group: Applications
Source0: https://github.com/vstakhov/rspamd/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: dd0fd623af49aeb4fb1f62f86ba208c5
+# Source0-md5: b9dbae75d993d990fb30d1221f2befa4
Source1: %{name}.tmpfiles
Source2: %{name}.init
Source3: %{name}.sysconfig
-Patch1: missing-header.patch
URL: https://rspamd.com
BuildRequires: rpmbuild(macros) >= 1.228
Requires(post,preun): /sbin/chkconfig
@@ -56,7 +55,6 @@ spam filters:
%prep
%setup -q
-%patch 1
%build
install -d build
diff --git a/missing-header.patch b/missing-header.patch
deleted file mode 100644
index febd318..0000000
--- a/missing-header.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/rspamd.c~ 2024-12-16 15:04:14.000000000 +0100
-+++ src/rspamd.c 2025-02-08 20:03:52.984033082 +0100
-@@ -56,8 +56,8 @@
-
- #ifdef WITH_HYPERSCAN
- #include "libserver/hyperscan_tools.h"
--#include "rspamd_simdutf.h"
- #endif
-+#include "rspamd_simdutf.h"
-
- /* 2 seconds to fork new process in place of dead one */
- #define SOFT_FORK_TIME 2
diff --git a/rspamd.init b/rspamd.init
index 68d0d17..504bc85 100644
--- a/rspamd.init
+++ b/rspamd.init
@@ -36,7 +36,7 @@ start() {
fi
msg_starting "rspamd"
- daemon /usr/bin/rspamd -u rspamd -g rspamd $RSPAMD_OPTS
+ daemon --fork /usr/bin/rspamd -u rspamd -g rspamd $RSPAMD_OPTS
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/rspamd
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rspamd.git/commitdiff/6a081dc4277275a338e98cb6a0a5bcb2240da70f
More information about the pld-cvs-commit
mailing list