From 4055171d665df6582d95a7202169c2c50595588a Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 14 Jun 2006 22:43:39 +0000 Subject: 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 --- mail/exim/Makefile | 4 ++-- mail/exim/distinfo | 3 ++- mail/exim/patches/patch-ag | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 mail/exim/patches/patch-ag (limited to 'mail/exim') diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e3b0f9bd45c..56704781601 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -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 --git a/mail/exim/distinfo b/mail/exim/distinfo index fd0aa284283..a91163c7a92 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -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-ac) = ed2b1b02cfa8338e82cf6bb74e9f9e5959dd8775 SHA1 (patch-ad) = 2f43716b398ce650a20750285ba19d7ba5c690bb SHA1 (patch-ae) = acc7897d417e137de73a2cac1dd46834f719e202 SHA1 (patch-af) = cfaa64d0979ebfb6486cb280fb1d17aeea39f2d0 +SHA1 (patch-ag) = f62a4c68586a1541db40fea42580475d300377e0 diff --git a/mail/exim/patches/patch-ag b/mail/exim/patches/patch-ag new file mode 100644 index 00000000000..65da0fb5a86 --- /dev/null +++ b/mail/exim/patches/patch-ag @@ -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 -- cgit v1.2.3