Revisions of rspamd

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1216667 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 31)
- Update to 3.10.2
  - [CritFix] Fix ARC-Seal signing
  - [Fix] add EOF to openmetrics response in proxy and server
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1208437 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 30)
- Update to 3.10.1
  - [Fix] Use correct type for keylen in lua_ucl_newindex by
    @arkamar in #5169
  - Update hiredis library removing all hacks by @vstakhov in #5167
  - Remove proxy from url_redirector.conf as it not the option by
    @dragoangel in #5164
  - chore(publicsuffix): update effective_tld_names.dat by @wdhdev
    in #5176
  - [Fix] Avoid null-bytes in Log-Tag header value by @smarsching
    in #5179
  - [Fix] Do not abort when OpenSSL is broken, report that to a
    user by @vstakhov in #5188
  - Some build fixes by @vstakhov in #5189
  - Some more fixes by @vstakhov in #5190
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1205186 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 29)
- Actually for all distros to use luajit and lua 5.1 ABI modules
  for the additional modules
- for non luajit enabled distros we also use lua 5.1 to build
  against as rspamd does not really support newer lua APIs
  
  https://github.com/rspamd/rspamd/issues/5163

- restore the overriden CMAKE_SHARED_LINKER_FLAGS but only remove
  the --undefined option as rspamd doesnt have its dependencies
  between parts of the code correct

- Simplify lua handling

- fix building the binaries with PIE 

- Update to 3.10.0
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1204600 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 28)
- disable luajit until we actually package all the lua extensions
  for all interpreters. mixing luajit with lua built extensions
  is not working properly apparently
  https://github.com/rspamd/rspamd/discussions/4898
  https://github.com/rspamd/rspamd/discussions/4819
- loosen the Buildrequires for fmt to allow all versions. For older
  distros we will use the intree copy. We added the bundled
  provides in that case.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1190637 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 27)
- Update to 3.9.1
  - [Test] Use actions/setup-node by @moisseev in #5058
  - [Feature] Treat SPF +all in a special way by @vstakhov in #5059
  - [Test] Migrate ESLint to 9.7.0 by @moisseev in #5063
  - Some tunes and fixes for GPT by @vstakhov in #5068
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1188680 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 26)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1151217 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 24)
- Update to 3.8.4
  - [Fix] Allow different template expansion parameters by
    @vstakhov in #4830

- Update to 3.8.3
  - This release includes a fix for a regression in redis_history
    which caused history to be recorded to a misnamed key. No other
    changes were introduced in this release
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1148323 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 23)
- Update to 3.8.2
  - [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
  - Fix issues with URL fragment in HTTP requests by @vstakhov in
    #4814
  - [Fix] Encode headers in metadata exporter by @vstakhov in #4816
  - Improve Kaspersky AS integration by @vstakhov in #4806
  - Allow dynamic keypairs loading in fuzzy storage by @vstakhov in
    #4818
  - Build tests with CTest in Cmake by @vstakhov in #4822
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1141777 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 22)
- Update to 3.8.1
- Add Provides for user and group which are created in the %pre
  scriptlet.
  https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/HG2JKUIKDTWQQIQSA43A4VWHX7YKJQT3/
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1134658 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 21)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1132069 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 20)
fix_stack_smash.patch: upstream rework of logging doesn't allocate
  enough memory for an array (bsc#1216830)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1126462 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 18)
- Update to 3.7.4
  - [Enhancement] Add composite rule for suspicious URLs in
    suspicious messages
  - [Fix] Another try to fix setproctitle
  - [Fix] Do not cleanup hyperscan files unless new ones are loaded
  - [Fix] Fix various issues with canonicalisation of the paths
  - [Fix] Properly set config field when creating tasks from Lua
  - [Fix] Set loaded variable explicitly
  - [Fix] known_senders: fix config handling
  - [Fix] rbl: fix exclude_local
  - [Minor] Add missing include for gcc 14
  - [Minor] Add rule for messages missing both X-Mailer and
    User-Agent header
  - [Minor] Bundle fasttext as linux distributives are just useless
  - [Minor] Enable fasttext on RPM based linux
  - [Minor] Forgot it in one more place
  - [Minor] Improve FREEMAIL_AFF capture rates
  - [Minor] Limit fasttext to amd64 only
  - [Minor] Properly search for fasttext include
  - [Minor] Treat *.zpaq attachments as archives and harmful
  - [Minor] force_actions: set a group for symbols
  - [WebUI] Update map editor
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1120748 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 17)
- Update to 3.7.3
  - [Fix] Emergency fix for the hyperscan path error

- Update to 3.7.2
  - [Minor] Make compiling with backward-cpp optional by
    @a16bitsysop in #4639
  - [Rules] Blank spam detection by @fatalbanana in #4644
  - [Minor] Treat *.cue attachments as harmful by @twesterhever in
    #4642
  - Dzjaivnt patch 1 by @dzjaivnt in #4640
  - [WebUI] Add control to invert action filter by @moisseev in
    #4645
  - [Fix] DMARC reporting: fix reporting for subdomains by
    @fatalbanana in #4587
  - [Test] Banish luacheck from functional tests by @fatalbanana in
    #4648
  - [Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration by
    @fatalbanana in #4649
  - [WebUI] Fix history table vanishing by @moisseev in #4661
  - Tighten rspamd's attachment policy by @twesterhever in #4656
  - [Minor] rbl: support use of different matchers for return codes
    by @fatalbanana in #4657

- Update to 3.7.1
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1117826 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 16)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1103409 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 15)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074269 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 14)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1062440 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 13)
Automatic submission by obs-autosubmit
Displaying revisions 1 - 20 of 32
openSUSE Build Service is sponsored by