pkgsrc/mail/sendmail
adrianp 4c9325d865 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.
2006-06-14 18:53:53 +00:00
..
files Fix names of installed manual pages. The PLIST expects that the pages 2006-06-08 02:26:32 +00:00
patches Bump PKGREVISION. 2006-06-14 18:53:53 +00:00
DESCR
distinfo Bump PKGREVISION. 2006-06-14 18:53:53 +00:00
Makefile Bump PKGREVISION. 2006-06-14 18:53:53 +00:00
Makefile.common Fix names of installed manual pages. The PLIST expects that the pages 2006-06-08 02:26:32 +00:00
MESSAGE - Update sendmail to 8.13.3 2005-02-10 22:17:24 +00:00
options.mk The databases/openldap package has been split in -client and -server component 2006-05-31 18:22:23 +00:00
PLIST Prefer PATH_MAX over MAXPATHLEN. 2006-06-07 14:48:28 +00:00
PLIST.socketmap Update of sendmail to 8.13.1 2004-08-30 20:16:28 +00:00