summaryrefslogtreecommitdiff
path: root/mail/sendmail/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-06-14 18:53:53 +0000
committeradrianp <adrianp@pkgsrc.org>2006-06-14 18:53:53 +0000
commit4c9325d8655e362fee1eebb5e49db461d4aea8c7 (patch)
tree88bd078d6b5784929cfa25bb01aa60b89564b40c /mail/sendmail/Makefile
parentb17fa2e470536f1ddf6bd541ac071564be3afbe5 (diff)
downloadpkgsrc-4c9325d8655e362fee1eebb5e49db461d4aea8c7.tar.gz
Bump PKGREVISION.
A malformed MIME structure with many parts can cause sendmail to crash while trying to send a mail due to a stack overflow, e.g., if the stack size is limited (ulimit -s). This happens because the recursion of the function mime8to7() was not restricted. The function is called for MIME 8 to 7 bit conversion and also to enforce MaxMimeHeaderLength. To work around this problem, recursive calls are limited to a depth of MAXMIMENESTING (20); message content after this limit is treated as opaque and is not checked further.
Diffstat (limited to 'mail/sendmail/Makefile')
-rw-r--r--mail/sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 40c76fad996..8729ee3b57e 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.89 2006/06/07 14:48:28 joerg Exp $
+# $NetBSD: Makefile,v 1.90 2006/06/14 18:53:54 adrianp Exp $
.include "../../mail/sendmail/Makefile.common"
PKGNAME= sendmail-${DIST_VERS}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= The well known Mail Transport Agent
CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]*