]> git.ipfire.org Git - thirdparty/rspamd.git/commit
Release 3.13.1 3.13.1
authorVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 30 Sep 2025 10:18:55 +0000 (11:18 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 30 Sep 2025 10:18:55 +0000 (11:18 +0100)
commitca8301f8fbce160d05a10a4055920f264d81f616
tree7f18d171d3ca62f3c97f23022282cf6c09857930
parent8504f4d807ac93a6ab37c6ef2509763527cda0a1
Release 3.13.1

* [Feature] Archive module: Full support for encrypted ZIP archives with ZipCrypto and AES encryption
* [Feature] Archive module: Both reading and writing of AES-encrypted ZIP archives is supported
* [Feature] Archive module: Updated Lua bindings for libarchive
* [Feature] Encrypted maps: Support for encrypted maps to enable new distribution scenarios
* [Feature] Redis TLS: Configurable TLS connections in Redis backend
* [Feature] Map helpers alignment: Enforce 64-byte alignment to prevent unaligned memory access
* [Feature] Enhanced CLI for secretbox with additional security test coverage
* [Fix] MIME encoding: Major overhauls and multiple fixes for MIME encoding logic
* [Fix] MIME encoding: Improved handling and decoding of UTF-8 in MIME headers
* [Fix] Learning system: Numerous fixes to learn checks and autolearn flag handling
* [Fix] Learning system: Prevention of duplicate message learning
* [Fix] Learning system: Extended multiclass learning test coverage
* [Fix] Critical: Fixed bug when converting zero-length strings to numbers
* [Fix] Critical: Fixed XML prolog detection in lua_magic module
* [Fix] Build: Fixed build issues on 32-bit platforms
* [Fix] Compatibility: Improved compatibility with Lua versions above 5.1
* [Fix] Empty input: Addressed issues with empty input handling in lua_magic
* [Fix] Testing: Improved stability of automated testing with multiple test fixes
* [Fix] Minor compatibility improvements (buffer allocation, missing cmath include)
ChangeLog