diff options
author | taca <taca@pkgsrc.org> | 2002-03-19 13:23:26 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-03-19 13:23:26 +0000 |
commit | f61dcfc56107be1369fc723df12a99f5e342a0e4 (patch) | |
tree | 7ec3da2c0080ced16b325fe8e16028c45f4f3a42 /mail/smtpfeed | |
parent | 8ad92acbfbb8320cfbeca7388fafed4ab3feefbd (diff) | |
download | pkgsrc-f61dcfc56107be1369fc723df12a99f5e342a0e4.tar.gz |
Update smtpfeed package to 1.18.
1.18: Mar.19,2002:
smtp.c:
avoid null pointer access when MAPOPT_TRYALLADDR set.
reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
dns.c:
ignore answer from a nameserver which does not support recursive
query if the server described in resolv.conf is such a server.
main.c:
default for -q option is changed to 50.
suggested by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
Diffstat (limited to 'mail/smtpfeed')
-rw-r--r-- | mail/smtpfeed/Makefile | 4 | ||||
-rw-r--r-- | mail/smtpfeed/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index 3e81bb7d8ea..cfb7c4625fc 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2002/01/21 11:25:23 taca Exp $ +# $NetBSD: Makefile,v 1.21 2002/03/19 13:23:26 taca Exp $ # Based on FreeBSD Id: Makefile,v 1.27 1999/04/03 08:25:18 itojun Exp # -DISTNAME= smtpfeed-1.17 +DISTNAME= smtpfeed-1.18 CATEGORIES= mail MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ \ diff --git a/mail/smtpfeed/distinfo b/mail/smtpfeed/distinfo index 8c6333c9d56..ff4f9dfeccf 100644 --- a/mail/smtpfeed/distinfo +++ b/mail/smtpfeed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/01/21 11:25:23 taca Exp $ +$NetBSD: distinfo,v 1.5 2002/03/19 13:23:26 taca Exp $ -SHA1 (smtpfeed-1.17.tar.gz) = a2436f31f467b0210f03948cb41bcc70f3732a78 -Size (smtpfeed-1.17.tar.gz) = 140036 bytes +SHA1 (smtpfeed-1.18.tar.gz) = c5875be954a12035658c57dfca0d032609e4e057 +Size (smtpfeed-1.18.tar.gz) = 140293 bytes SHA1 (patch-aa) = e0ba34dd816d349ecedbc2a76cef9e70b396c655 |