From 82d9aa8b2bacdc9c61f9840b7f87911fca1509b3 Mon Sep 17 00:00:00 2001 From: adrianp Date: Tue, 31 Aug 2004 10:51:22 +0000 Subject: - Add errata patch from sendmail.org - suggestion from Takahiro Kambe - Ok'ed wiz@ http://www.sendmail.org/8.13.1.html#ERRATA http://www.sendmail.org/patches/parseaddr.c.cataddr.8.379 --- mail/sendmail/Makefile.common | 3 ++- mail/sendmail/distinfo | 3 ++- mail/sendmail/patches/patch-ai | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 mail/sendmail/patches/patch-ai (limited to 'mail') diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 05c739f4fdf..ff2e574e39f 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.19 2004/08/30 20:29:50 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.20 2004/08/31 10:51:22 adrianp Exp $ # # Makefile fragment shared with libmilter # DISTNAME= sendmail.${DIST_VERS} CATEGORIES= mail +PKGREVISION= 1 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \ ftp://ftp.ayamura.org/pub/sendmail/ diff --git a/mail/sendmail/distinfo b/mail/sendmail/distinfo index 5dcc73d06d1..7bd21df73fd 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2004/08/30 20:16:28 adrianp Exp $ +$NetBSD: distinfo,v 1.19 2004/08/31 10:51:22 adrianp Exp $ SHA1 (sendmail.8.13.1.tar.gz) = ce2d3897a7dca4e75facfd48d100ccd3773e2894 Size (sendmail.8.13.1.tar.gz) = 1963257 bytes @@ -10,3 +10,4 @@ SHA1 (patch-ae) = ae06caa125fe4d4fc85123dc0a5d0016cd099ebd SHA1 (patch-af) = d26481845328adad6d46fdf797785ec2ad003e28 SHA1 (patch-ag) = a87e1685f343703d21a42ec1df68cbba963fa178 SHA1 (patch-ah) = 94133440eb4300545541a69fd622c3751d04fab2 +SHA1 (patch-ai) = b6f56acd96eb80f1969d68c2f5edcca8a2b8b352 diff --git a/mail/sendmail/patches/patch-ai b/mail/sendmail/patches/patch-ai new file mode 100644 index 00000000000..29a86db5c74 --- /dev/null +++ b/mail/sendmail/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2004/08/31 10:51:22 adrianp Exp $ + +--- sendmail/parseaddr.c.orig Tue Aug 31 09:47:04 2004 ++++ sendmail/parseaddr.c Tue Aug 31 09:47:31 2004 +@@ -2196,7 +2196,7 @@ + + /* Don't silently truncate long strings */ + if (sz <= 0) +- syserr("cataddr: string too long"); ++ usrerr("cataddr: string too long"); + *p = '\0'; + } + /* -- cgit v1.2.3