]> git.pld-linux.org Git - packages/exim.git/commitdiff
- rel 9; fixes pipe transport bug (#2257) auto/th/exim-4.90.1-9
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Mar 2018 07:46:02 +0000 (08:46 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Mar 2018 07:46:02 +0000 (08:46 +0100)
exim-force-sigalrm.patch
exim.spec

index c211cf0f21ada3cffab198c0367c74d95bec121a..f0ca2e68373a5eb08a5675128d375eb31fb23cf6 100644 (file)
@@ -42,7 +42,7 @@
 +    if ((queue_interval > 0) && (time_diff > (2*queue_interval)))
 +      {
 +        sigalrm_seen = TRUE;
 +    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);
 +      }
      }
  
 +      }
      }
  
index e11411a876ac027fb7304e67151fca565f67f4be..c9c2046ab68518fda624f84d7132d6fc94f212d6 100644 (file)
--- 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
 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
 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
 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
 Patch0:                %{name}4-EDITME.patch
 Patch1:                %{name}4-monitor-EDITME.patch
 Patch2:                %{name}4-cflags.patch
This page took 0.063014 seconds and 4 git commands to generate.