rspamd: 3.10.2

This commit is contained in:
Raven 2024-11-11 15:23:25 +06:00
parent 7a7fa6b722
commit 4ff0edb8ea

View File

@ -4,7 +4,7 @@
%if 0%{?rhel} < 8 %if 0%{?rhel} < 8
%global dts devtoolset-11 %global dts devtoolset-11
%else %else
%global dts gcc-toolset-13 %global dts gcc-toolset-14
%endif %endif
%global _vpath_builddir %{_target_platform} %global _vpath_builddir %{_target_platform}
@ -25,8 +25,8 @@ Name: rspamd
Conflicts: rspamd-asan Conflicts: rspamd-asan
Provides: rspamd Provides: rspamd
Version: 3.9.1 Version: 3.10.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Rapid spam filtering system Summary: Rapid spam filtering system
Group: System Environment/Daemons Group: System Environment/Daemons
License: Apache-2.0 License: Apache-2.0
@ -62,7 +62,10 @@ BuildRequires: cmake >= 3.12
BuildRequires: make BuildRequires: make
%if 0%{?rhel} >= 7 %if 0%{?rhel} >= 7
BuildRequires: %{dts}-gcc %{dts}-gcc-c++ %{dts}-annobin-plugin-gcc %{dts}-runtime BuildRequires: %{dts}-gcc %{dts}-gcc-c++ %{dts}-runtime
%if 0%{?rhel} > 7
BuildRequires: %{dts}-gcc-plugin-annobin
%endif
%else %else
BuildRequires: gcc-c++ >= 11.0 BuildRequires: gcc-c++ >= 11.0
%endif %endif
@ -72,7 +75,7 @@ BuildRequires: file-devel
BuildRequires: lapack-devel BuildRequires: lapack-devel
BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(libsodium) BuildRequires: pkgconfig(libsodium)
BuildRequires: pkgconfig(libarchive) >= 3.0 BuildRequires: pkgconfig(libarchive) >= 3.3
%ifarch x86_64 %ifarch x86_64
@ -91,6 +94,8 @@ BuildRequires: glib2-devel
BuildRequires: openblas-devel BuildRequires: openblas-devel
BuildRequires: pkgconfig(openssl) >= 3.0 BuildRequires: pkgconfig(openssl) >= 3.0
# We don't want libressl
BuildRequires: pkgconfig(openssl) < 3.7
BuildRequires: pcre2-devel BuildRequires: pcre2-devel
BuildRequires: ragel BuildRequires: ragel
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
@ -193,7 +198,8 @@ export LDFLAGS="$LDFLAGS -Wl,-rpath=%{_libdir}/rspamd/fasttext"
-DSYSTEMDDIR=%{_unitdir} \ -DSYSTEMDDIR=%{_unitdir} \
%endif %endif
-DNO_SHARED=ON \ -DNO_SHARED=ON \
-DDEBIAN_BUILD=1 \ -DRSPAMD_LEGACY_SSL_PROVIDER=ON \
-DNO_TARGET_VERSIONS=ON \
-DENABLE_LIBUNWIND=ON \ -DENABLE_LIBUNWIND=ON \
-DENABLE_LIBCXX=AUTO \ -DENABLE_LIBCXX=AUTO \
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
@ -312,6 +318,15 @@ fi
%dir %{_localstatedir}/log/rspamd %dir %{_localstatedir}/log/rspamd
%changelog %changelog
* Mon Oct 21 2024 Raven <raven@sysadmins.ws> - 3.10.2-1
- update to 3.10.2
* Wed Oct 16 2024 Raven <raven@sysadmins.ws> - 3.10.1-1
- update to 3.10.1
* Tue Oct 1 2024 Raven <raven@sysadmins.ws> - 3.10.0-1
- update to 3.10.0
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 3.9.1-2 * Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 3.9.1-2
- rebuilt for new OpenSSL - rebuilt for new OpenSSL