diff options
author | abs <abs@pkgsrc.org> | 2006-06-14 22:43:39 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-06-14 22:43:39 +0000 |
commit | 251bdac8f1df4c3c443b396e55813d595a91863f (patch) | |
tree | a7c3c53e4a3b533814514470967779e923ae4c52 /mail/exim | |
parent | ffd655f1870ad04a4f730cafc3e8e8c81d3ce429 (diff) | |
download | pkgsrc-251bdac8f1df4c3c443b396e55813d595a91863f.tar.gz |
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 (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/distinfo | 3 | ||||
-rw-r--r-- | mail/exim/patches/patch-ag | 13 |
3 files changed, 17 insertions, 3 deletions
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 |