summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authoradrianp <adrianp>2004-08-31 10:51:22 +0000
committeradrianp <adrianp>2004-08-31 10:51:22 +0000
commit82d9aa8b2bacdc9c61f9840b7f87911fca1509b3 (patch)
tree8865809026f71f0a88559ff2cb33a230be054f98 /mail/sendmail
parent270581dd59459a78ec114c5e7760f6449f2595f7 (diff)
downloadpkgsrc-82d9aa8b2bacdc9c61f9840b7f87911fca1509b3.tar.gz
- Add errata patch from sendmail.org - suggestion from Takahiro Kambe <taca@>
- Ok'ed wiz@ http://www.sendmail.org/8.13.1.html#ERRATA http://www.sendmail.org/patches/parseaddr.c.cataddr.8.379
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile.common3
-rw-r--r--mail/sendmail/distinfo3
-rw-r--r--mail/sendmail/patches/patch-ai13
3 files changed, 17 insertions, 2 deletions
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';
+ }
+ /*