pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendmail - Add errata patch from sendmail.org - s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0a833bf0a02
branches:  trunk
changeset: 480141:f0a833bf0a02
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Aug 31 10:51:22 2004 +0000

description:
- 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:

 mail/sendmail/Makefile.common  |   3 ++-
 mail/sendmail/distinfo         |   3 ++-
 mail/sendmail/patches/patch-ai |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r 48789746adde -r f0a833bf0a02 mail/sendmail/Makefile.common
--- a/mail/sendmail/Makefile.common     Tue Aug 31 10:47:40 2004 +0000
+++ b/mail/sendmail/Makefile.common     Tue Aug 31 10:51:22 2004 +0000
@@ -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 -r 48789746adde -r f0a833bf0a02 mail/sendmail/distinfo
--- a/mail/sendmail/distinfo    Tue Aug 31 10:47:40 2004 +0000
+++ b/mail/sendmail/distinfo    Tue Aug 31 10:51:22 2004 +0000
@@ -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-af) = d26481845328adad6d46fdf797785ec2ad003e28
 SHA1 (patch-ag) = a87e1685f343703d21a42ec1df68cbba963fa178
 SHA1 (patch-ah) = 94133440eb4300545541a69fd622c3751d04fab2
+SHA1 (patch-ai) = b6f56acd96eb80f1969d68c2f5edcca8a2b8b352
diff -r 48789746adde -r f0a833bf0a02 mail/sendmail/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sendmail/patches/patch-ai    Tue Aug 31 10:51:22 2004 +0000
@@ -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';
+ }
+ /*



Home | Main Index | Thread Index | Old Index