public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/exim] epel10: New version
@ 2026-07-23 16:34
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-07-23 16:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/exim
Branch : epel10
Commit : c2a328ca8e7cea12bcf58dd2b54cbc612fcc80d3
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-07-23T18:34:32+02:00
Stats : +15/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/exim/c/c2a328ca8e7cea12bcf58dd2b54cbc612fcc80d3?branch=epel10
Log:
New version
Resolves: rhbz#2506152
---
diff --git a/exim.spec b/exim.spec
index d3dc720..2f9c2f3 100644
--- a/exim.spec
+++ b/exim.spec
@@ -11,7 +11,7 @@
Summary: The exim mail transfer agent
Name: exim
-Version: 4.99.4
+Version: 4.99.5
Release: 1%{?dist}
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
@@ -21,6 +21,7 @@ Provides: MTA smtpd smtpdaemon server(smtp)
Requires(post): %{_sbindir}/restorecon %{_sbindir}/alternatives systemd
Requires(preun): %{_sbindir}/alternatives systemd
Requires(postun): %{_sbindir}/alternatives systemd
+%{?sysusers_requires_compat}
%if %{with clamav}
BuildRequires: clamd
%endif
@@ -41,6 +42,7 @@ Source23: trusted-configs
Source24: exim.service
Source25: exim-gen-cert
Source26: clamd.exim.service
+Source30: exim.sysusers.conf
Patch: exim-4.99-config.patch
Patch: exim-4.94-libdir.patch
@@ -81,6 +83,7 @@ BuildRequires: libSM-devel
BuildRequires: libICE-devel
BuildRequires: libXpm-devel
BuildRequires: libXt-devel
+BuildRequires: systemd-rpm-macros
BuildRequires: systemd-units
BuildRequires: libgsasl-devel
# Workaround for NIS removal from glibc, bug 1534920
@@ -198,11 +201,7 @@ for f in $(ls -dp cve-* | grep -v '/\|\(\.txt\)$'); do
done
popd
-# Create a sysusers.d config file
-cat >exim.sysusers.conf <<EOF
-u exim 93 - %{_var}/spool/exim -
-m exim mail
-EOF
+# exim.sysusers.conf is now a static Source file (Source30)
%build
# https://bugs.exim.org/show_bug.cgi?id=3135
@@ -338,12 +337,13 @@ install -m755 %{SOURCE22} $RPM_BUILD_ROOT/%_sysconfdir/cron.daily/greylist-tidy.
install -m644 %{SOURCE23} $RPM_BUILD_ROOT/%_sysconfdir/exim/trusted-configs
touch $RPM_BUILD_ROOT/%_var/spool/exim/db/greylist.db
-install -m0644 -D exim.sysusers.conf %{buildroot}%{_sysusersdir}/exim.conf
+install -m0644 -D %{SOURCE30} %{buildroot}%{_sysusersdir}/exim.conf
%check
build-`scripts/os-type`-`scripts/arch-type`/exim -C src/configure.default -bV
%pre
+%sysusers_create_compat %{SOURCE30}
# Copy TLS certs from old location to new -- don't move them, because the
# config file may be modified and may be pointing to the old location.
if [ ! -f /etc/pki/tls/certs/exim.pem -a -f %{_datadir}/ssl/certs/exim.pem ] ; then
@@ -509,6 +509,10 @@ fi
%{_sysconfdir}/cron.daily/greylist-tidy.sh
%changelog
+* Thu Jul 23 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 4.99.5-1
+- New version
+ Resolves: rhbz#2506152
+
* Mon Jun 01 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 4.99.4-1
- New version
Resolves: rhbz#2483300
diff --git a/exim.sysusers.conf b/exim.sysusers.conf
new file mode 100644
index 0000000..97fe307
--- /dev/null
+++ b/exim.sysusers.conf
@@ -0,0 +1,2 @@
+u exim 93 - /var/spool/exim -
+m exim mail
diff --git a/sources b/sources
index 9ab3fe1..ff62b34 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (exim-4.99.4.tar.xz) = 30fa01a301f8f4fe0c069f3da9e5247f0e22b19f64119cb8cccaf10aada8280ce02061a4671d110ad29b08af9e23ba3c3e8c7483874c7b1c992d90b51681ca9a
-SHA512 (exim-4.99.4.tar.xz.asc) = f872dbbe0adfdbcbfb6d1764394647e2927a0670f41410f66d6f1c0baa1a5956ffd2a51efad7eafc938cbb840b533b8dc6ef453098d854213c16465d868c7a68
+SHA512 (exim-4.99.5.tar.xz) = 28fd15d0d4e0114129fd42140fb5d5920fcd5cbfb6ac816197e3567c3d2ece6ec73367b43bd8d47d2b543adb89ad28a5e4c58a23210887f867a5c41c24e181b5
+SHA512 (exim-4.99.5.tar.xz.asc) = c88e2cf0a4bb4d611b3cb8a13eac8083e80d5d511fcdaa19e04352970c2453aa1068377ac554ad1ffb63fdb28ca2cec1376988ea558294bc782073c18dfbd6f2
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/exim] epel10: New version
@ 2026-06-01 14:50
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-06-01 14:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/exim
Branch : epel10
Commit : e4b9e2a7dd5035dc0f1741655f03d174d2eac720
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-06-01T16:50:21+02:00
Stats : +8/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/exim/c/e4b9e2a7dd5035dc0f1741655f03d174d2eac720?branch=epel10
Log:
New version
Resolves: rhbz#2483300
Resolves: CVE-2026-48840
---
diff --git a/exim.spec b/exim.spec
index 1faecea..d3dc720 100644
--- a/exim.spec
+++ b/exim.spec
@@ -11,7 +11,7 @@
Summary: The exim mail transfer agent
Name: exim
-Version: 4.99.2
+Version: 4.99.4
Release: 1%{?dist}
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
@@ -509,6 +509,11 @@ fi
%{_sysconfdir}/cron.daily/greylist-tidy.sh
%changelog
+* Mon Jun 01 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 4.99.4-1
+- New version
+ Resolves: rhbz#2483300
+ Resolves: CVE-2026-48840
+
* Thu Apr 30 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 4.99.2-1
- New version
Resolves: rhbz#2463798
diff --git a/sources b/sources
index b56fb05..9ab3fe1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (exim-4.99.2.tar.xz) = e5c80a77dca642c132dda82166c919ba9f553436038b734ef66ae41666b8c9f5818e2cd6080e4c7c8b52e866f7f89d271233fb183c7e405feb15536d507098a3
-SHA512 (exim-4.99.2.tar.xz.asc) = 888db21f75782e318c7f254c6bde0c64edc28a77f0a5eb674268e126eca62e10d4b0ed2f87aa04a6790a9dfc9a7f9978063b1aff58059d37142a064bb2b20533
+SHA512 (exim-4.99.4.tar.xz) = 30fa01a301f8f4fe0c069f3da9e5247f0e22b19f64119cb8cccaf10aada8280ce02061a4671d110ad29b08af9e23ba3c3e8c7483874c7b1c992d90b51681ca9a
+SHA512 (exim-4.99.4.tar.xz.asc) = f872dbbe0adfdbcbfb6d1764394647e2927a0670f41410f66d6f1c0baa1a5956ffd2a51efad7eafc938cbb840b533b8dc6ef453098d854213c16465d868c7a68
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-23 16:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23 16:34 [rpms/exim] epel10: New version
-- strict thread matches above, loose matches on Subject: below --
2026-06-01 14:50
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox