Subject: CVS commit: pkgsrc/mail/sendmail812
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 06/14/2006 18:57:34
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Wed Jun 14 18:57:34 UTC 2006

Modified Files:
	pkgsrc/mail/sendmail812: Makefile distinfo
Added Files:
	pkgsrc/mail/sendmail812/patches: patch-ah patch-ai patch-aj patch-ak

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/sendmail812/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/sendmail812/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/mail/sendmail812/patches/patch-ah \
    pkgsrc/mail/sendmail812/patches/patch-ai \
    pkgsrc/mail/sendmail812/patches/patch-aj \
    pkgsrc/mail/sendmail812/patches/patch-ak

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.