[packages/exim] - rel 5; raise hardcoded spamd timeout value to 240 (exim 4.86 will have this configurable; so that
arekm
arekm at pld-linux.org
Fri Jul 10 14:06:48 CEST 2015
commit 22b67f773f6fc6a75a12ef21aa6eab9761872d77
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Jul 10 14:06:42 2015 +0200
- rel 5; raise hardcoded spamd timeout value to 240 (exim 4.86 will have this configurable; so that hunk will need to be reverted)
exim-spam-timeout.patch | 11 +++++++++++
exim.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/exim.spec b/exim.spec
index 520dffd..494e718 100644
--- a/exim.spec
+++ b/exim.spec
@@ -22,7 +22,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.85
-Release: 4
+Release: 5
Epoch: 2
License: GPL
Group: Networking/Daemons/SMTP
diff --git a/exim-spam-timeout.patch b/exim-spam-timeout.patch
index 8940909..df41fe6 100644
--- a/exim-spam-timeout.patch
+++ b/exim-spam-timeout.patch
@@ -10,3 +10,14 @@ diff -urN exim-4.62.org/src/spam.c exim-4.62/src/spam.c
/* connection OK */
break;
};
+--- exim-4.85/src/spam.h~ 2015-01-06 00:40:11.000000000 +0100
++++ exim-4.85/src/spam.h 2015-07-10 14:04:36.437933012 +0200
+@@ -10,7 +10,7 @@
+ #ifdef WITH_CONTENT_SCAN
+
+ /* timeout for reading and writing spamd */
+-#define SPAMD_TIMEOUT 120
++#define SPAMD_TIMEOUT 240
+
+ /* maximum length of the spam bar */
+ #define MAX_SPAM_BAR_CHARS 50
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/22b67f773f6fc6a75a12ef21aa6eab9761872d77
More information about the pld-cvs-commit
mailing list