summaryrefslogtreecommitdiff
path: root/exim.spec
diff options
context:
space:
mode:
Diffstat (limited to 'exim.spec')
-rw-r--r--exim.spec19
1 files changed, 11 insertions, 8 deletions
diff --git a/exim.spec b/exim.spec
index b8398d6..87cc5d9 100644
--- a/exim.spec
+++ b/exim.spec
@@ -3,7 +3,7 @@
Summary: The exim mail transfer agent
Name: exim
-Version: 4.98.2
+Version: 4.99.1
Release: 1
License: GPLv2+
Url: https://www.exim.org/
@@ -35,11 +35,11 @@ Source10: exim.service
Source11: exim-gen-cert
Source12: clamd.exim.service
-Patch0: exim-4.98.2-config.patch
+Patch0: exim-4.99.1-config.patch
Patch1: exim-4.94-libdir.patch
-Patch2: exim-4.98.2-dlopen-localscan.patch
+Patch2: exim-4.99.1-dlopen-localscan.patch
Patch3: exim-4.96-pic.patch
-Patch4: exim-4.98.2-no-gsasl.patch
+Patch4: exim-4.99.1-no-gsasl.patch
Requires: /etc/pki/tls/certs /etc/pki/tls/private
@@ -57,7 +57,7 @@ BuildRequires: sqlite-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: libspf2-devel
BuildRequires: libopendmarc-devel
-BuildRequires: mariadb-connector-c-devel
+BuildRequires: greatsql-devel
BuildRequires: libpq-devel
BuildRequires: libXaw-devel
BuildRequires: libXmu-devel
@@ -73,7 +73,6 @@ BuildRequires: libXt-devel
BuildRequires: perl(ExtUtils::Embed)
BuildRequires: systemd-units
BuildRequires: libgsasl-devel
-BuildRequires: mariadb-devel
BuildRequires: libnsl2-devel
BuildRequires: libtirpc-devel
BuildRequires: gnupg2
@@ -203,7 +202,7 @@ install -m 4775 exim $RPM_BUILD_ROOT%{_sbindir}
for i in eximon eximon.bin exim_dumpdb exim_fixdb exim_tidydb \
exinext exiwhat exim_dbmbuild exicyclog exim_lock \
exigrep eximstats exipick exiqgrep exiqsumm \
- exim_checkaccess convert4r4
+ exim_checkaccess
do
install -m 0755 $i $RPM_BUILD_ROOT%{_sbindir}
done
@@ -383,7 +382,6 @@ fi
%{_sbindir}/exiqsumm
%{_sbindir}/exim_lock
%{_sbindir}/exim_checkaccess
-%{_sbindir}/convert4r4
%{_sbindir}/sendmail.exim
%{_bindir}/mailq.exim
%{_bindir}/runq.exim
@@ -480,6 +478,11 @@ fi
%{_sysconfdir}/cron.daily/greylist-tidy.sh
%changelog
+* Fri Jan 30 2026 zhuchao <tom_toworld@163.com> - 4.99.1-1
+- Upgrade to 4.99.1 to fix CVE-2025-67896 (Remote heap corruption)
+- Adapted all patches for 4.99.1 compatibility
+- Removed exim-4.98.2-no-gsasl.patch (no longer needed in 4.99.1)
+
* Sun May 25 2025 zhuchao <tom_toworld@163.com> - 4.98.2-1
- DESC: upgrade to 4.98.2 to resolve the to CVE-2025-26794 to CVE-2025-30232