[packages/exim] - rel 9; fixes pipe transport bug (#2257)

arekm arekm at pld-linux.org
Wed Mar 21 08:46:10 CET 2018


commit 1a03923dbd0d21d9057eb2d8f8d261f350d16c80
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Mar 21 08:46:02 2018 +0100

    - 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.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
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);
 +      }
      }
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/1a03923dbd0d21d9057eb2d8f8d261f350d16c80



More information about the pld-cvs-commit mailing list