Subject: CVS commit: [pkgsrc-2006Q1] pkgsrc/mail/sendmail812
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 06/14/2006 21:07:23
Module Name: pkgsrc
Committed By: salo
Date: Wed Jun 14 21:07:23 UTC 2006
Modified Files:
pkgsrc/mail/sendmail812 [pkgsrc-2006Q1]: Makefile distinfo
Added Files:
pkgsrc/mail/sendmail812/patches [pkgsrc-2006Q1]: patch-ah patch-ai
patch-aj patch-ak
Log Message:
Pullup ticket 1701 - requested by adrianp
security fix for sendmail812
Patch provided by the submitter.
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.8 -r1.8.2.1 pkgsrc/mail/sendmail812/Makefile
cvs rdiff -r1.4 -r1.4.2.1 pkgsrc/mail/sendmail812/distinfo
cvs rdiff -r0 -r1.1.2.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.