From 1a03923dbd0d21d9057eb2d8f8d261f350d16c80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 21 Mar 2018 08:46:02 +0100 Subject: [PATCH] - rel 9; fixes pipe transport bug (#2257) --- exim-force-sigalrm.patch | 2 +- exim.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exim-force-sigalrm.patch b/exim-force-sigalrm.patch index c211cf0..f0ca2e6 100644 --- a/exim-force-sigalrm.patch +++ b/exim-force-sigalrm.patch @@ -42,7 +42,7 @@ + if ((queue_interval > 0) && (time_diff > (2*queue_interval))) + { + sigalrm_seen = TRUE; -+ log_write(0, LOG_MAIN|LOG_PANIC, "daemon: queue-runner not run for %lds. Forcing. Is SIGALRM delivery broken on this system ?", time_diff); ++ log_write(0, LOG_MAIN|LOG_PANIC, "daemon: queue-runner not run for %ds. Forcing. Is SIGALRM delivery broken on this system ?", time_diff); + } } diff --git a/exim.spec b/exim.spec index e11411a..c9c2046 100644 --- a/exim.spec +++ b/exim.spec @@ -25,7 +25,7 @@ Summary(pl.UTF-8): Agent Transferu Poczty Uniwersytetu w Cambridge Summary(pt_BR.UTF-8): Servidor de correio eletrônico exim Name: exim Version: 4.90.1 -Release: 8 +Release: 9 Epoch: 2 License: GPL Group: Networking/Daemons/SMTP @@ -51,7 +51,7 @@ Source15: %{name}4-smtp.pamd Source16: %{name}on.png # sh branch.sh Patch100: %{name}-git.patch -# Patch100-md5: 1c65506f44b4fe13285ebb9cd0e91dcd +# Patch100-md5: c0744dfe374125111df6b039a210b9fc Patch0: %{name}4-EDITME.patch Patch1: %{name}4-monitor-EDITME.patch Patch2: %{name}4-cflags.patch -- 2.43.0