- For pkgconfig(fmt) we need to allow the intree copy until our package is upgraded from 10 to at least 11 - Update to 3.9.0 This ships a chatgpt feature, which is explained here: https://rspamd.com/misc/2024/07/03/gpt.html - [Feature] Add extraction type for from maps by @vstakhov in #4794 - [Rework] Breaking: Do not report module as action by @moisseev in #4795 - [Minor] Move server selection logic to common.js by @moisseev in #4796 - [WebUI] Show pass-through module in History by @moisseev in #4798 - [Feature] Allow to add templates to redis history prefix by @vstakhov in #4801 - Deal with Connection and Host headers on proxying by @vstakhov in #4802 - [Minor] configwizard: really use LOCAL_CONFDIR by @fatalbanana in #4804 - [Fix] Resolve issue with bayes stat in rspamadm mode by @vstakhov in #4805 - [Minor] rspamd_task API docs: fix broken link by @fatalbanana in #4807 - [Minor] Add more returnbits to surbl configuration by @fatalbanana in #4803 - [Feature] Support JSON logging when in syslog mode by @vstakhov in #4813 OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=114
13 lines
431 B
Diff
13 lines
431 B
Diff
Index: rspamd-3.7.5/src/libserver/symcache/symcache_item.hxx
|
|
===================================================================
|
|
--- rspamd-3.7.5.orig/src/libserver/symcache/symcache_item.hxx
|
|
+++ rspamd-3.7.5/src/libserver/symcache/symcache_item.hxx
|
|
@@ -78,6 +78,7 @@ constexpr static auto item_type_to_str(s
|
|
case symcache_item_type::VIRTUAL:
|
|
return "virtual";
|
|
}
|
|
+ return "should_not_reach_this_bug_found";
|
|
}
|
|
|
|
/**
|