diff --git a/rspamd-3.10.0.tar.gz b/rspamd-3.10.0.tar.gz deleted file mode 100644 index cd34bff..0000000 --- a/rspamd-3.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:528d7f8e2e6263378d043a41c4b1c5dbf1b3e54f3085619f68b04e283efa4a69 -size 6008518 diff --git a/rspamd-3.10.1.tar.gz b/rspamd-3.10.1.tar.gz new file mode 100644 index 0000000..91fbf17 --- /dev/null +++ b/rspamd-3.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fa02f468edd126783df225bcabe82f4578468a1a8c83764fbd130fd8497d45 +size 6047582 diff --git a/rspamd.changes b/rspamd.changes index 37fc754..c8e89a3 100644 --- a/rspamd.changes +++ b/rspamd.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Oct 16 11:09:33 UTC 2024 - Marcus Rueckert + +- 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 + ------------------------------------------------------------------- Wed Oct 2 11:11:02 UTC 2024 - Marcus Rueckert diff --git a/rspamd.spec b/rspamd.spec index aae2149..c4de832 100644 --- a/rspamd.spec +++ b/rspamd.spec @@ -60,7 +60,7 @@ %endif Name: rspamd -Version: 3.10.0 +Version: 3.10.1 Release: 0 Summary: Spam filtering system License: Apache-2.0 @@ -333,6 +333,7 @@ find /var/lib/rspamd/ -type f -name '*.unser' -delete -print ||: %defattr(-,root,root) %{_sbindir}/rc%{name} %{_bindir}/rspamd +%{_bindir}/rspamd-%{version} %{_bindir}/rspamd_stats %{_libdir}/librspamd-actrie.so %{_libdir}/librspamd-server.so @@ -669,6 +670,7 @@ find /var/lib/rspamd/ -type f -name '*.unser' -delete -print ||: %dir %attr(750,%{rspamd_user},%{rspamd_group}) %{_localstatedir}/lib/rspamd %dir %attr(750,%{rspamd_user},%{rspamd_group}) %{_localstatedir}/log/rspamd +%dir /srv/www %dir %{_wwwdir} %dir %{_wwwdir}/%{name} %{_wwwdir}/%{name}/apple-touch-icon.png @@ -717,6 +719,8 @@ find /var/lib/rspamd/ -type f -name '*.unser' -delete -print ||: %{_mandir}/man1/rspamadm.1* %{_mandir}/man1/rspamc.1* %{_bindir}/rspamadm +%{_bindir}/rspamadm-%{version} %{_bindir}/rspamc +%{_bindir}/rspamc-%{version} %changelog