CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/02/28 08:24:20
Modified files:
mail/rspamd : Makefile distinfo
Added files:
mail/rspamd/patches: patch-src_libcryptobox_chacha20_avx2_S
patch-src_libcryptobox_chacha20_avx_S
patch-src_libcryptobox_chacha20_sse2_S
Log message:
update to rspamd-3.8.4
while there, add endbr64 to cryptobox's AVX/AVX2/SSE2 chacha20 implementation
(rspamd is normally built with luajit and in that case already links with
-z nobtcfi, but that's optional as it can be built with lua instead, which
doesn't)