pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim Relax SPAMD_TIMEOUT from 120 to 240 secs to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f49cd5a6bb36
branches:  trunk
changeset: 514604:f49cd5a6bb36
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Jun 14 22:43:39 2006 +0000

description:
Relax SPAMD_TIMEOUT from 120 to 240 secs to reduce spamd timeouts on
slower machines, as suggested by Andreas Hallmann in PR33654.
Update pkg to exim-4.54nb3

diffstat:

 mail/exim/Makefile         |   4 ++--
 mail/exim/distinfo         |   3 ++-
 mail/exim/patches/patch-ag |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 6337f39a73b2 -r f49cd5a6bb36 mail/exim/Makefile
--- a/mail/exim/Makefile        Wed Jun 14 21:43:24 2006 +0000
+++ b/mail/exim/Makefile        Wed Jun 14 22:43:39 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2006/04/23 00:12:38 jlam Exp $
+# $NetBSD: Makefile,v 1.76 2006/06/14 22:43:39 abs Exp $
 
 DISTNAME=      exim-4.54
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail net
 MASTER_SITES=  ftp://ftp.exim.org/pub/exim/exim4/ \
                ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
diff -r 6337f39a73b2 -r f49cd5a6bb36 mail/exim/distinfo
--- a/mail/exim/distinfo        Wed Jun 14 21:43:24 2006 +0000
+++ b/mail/exim/distinfo        Wed Jun 14 22:43:39 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2005/10/23 20:07:19 rillig Exp $
+$NetBSD: distinfo,v 1.32 2006/06/14 22:43:39 abs Exp $
 
 SHA1 (exim-4.54.tar.bz2) = d1d5a41aeedc464462562a0f970fabb20c98c712
 RMD160 (exim-4.54.tar.bz2) = 5b7219874dd834396add0fd0e1ee21b97fc8d122
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 2f43716b398ce650a20750285ba19d7ba5c690bb
 SHA1 (patch-ae) = acc7897d417e137de73a2cac1dd46834f719e202
 SHA1 (patch-af) = cfaa64d0979ebfb6486cb280fb1d17aeea39f2d0
+SHA1 (patch-ag) = f62a4c68586a1541db40fea42580475d300377e0
diff -r 6337f39a73b2 -r f49cd5a6bb36 mail/exim/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/exim/patches/patch-ag        Wed Jun 14 22:43:39 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.5 2006/06/14 22:43:39 abs Exp $
+
+--- src/spam.h.orig    2005-10-04 09:55:28.000000000 +0100
++++ src/spam.h
+@@ -12,7 +12,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



Home | Main Index | Thread Index | Old Index