diff options
author | taca <taca@pkgsrc.org> | 2001-09-09 16:46:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-09-09 16:46:47 +0000 |
commit | 9a53280dd16ed46cdf17cd6040cbfa62bcc8319a (patch) | |
tree | a3a12e62955dd5a6f04f9c4aeb47e6754aa3bd84 | |
parent | 2bcd99ab2b2377243c9b780943e6d089859b1912 (diff) | |
download | pkgsrc-9a53280dd16ed46cdf17cd6040cbfa62bcc8319a.tar.gz |
Update smtpfeed to 1.15.
1.15: Aug.26,2001:
dns.c:
avoid DNS query synchronization when no queries are sent
in case a LMTP connection is used for multiple transaction.
lmtp.c:
some messages in setproctitle() are changed.
main.c:
logging peer-name for use with inetd (LMTP over TCP)
README:
some comments added: Sendmail 8.12 includes the DYNAMIC_TOBUF
feature by default which supplied from 3.xW patch for sendmail.
So you do not need the patch any more if you do not use
extensions in sendmail.cf description offered by the patch.
1.14: Aug.15,2001:
smtp.c:
changes on some timeout values
work around for bogus mail gateway to mobile phone...
fix on NULL pointer access which causes unterminating process
with proctitle like: "smtpfeed: 550% delivered"
reported by Hisaaki Shibata <shibata@luky.org>
fixed by Anatoly A. Orehovsky <tolik@asplinux.ru>
do not rewrite envelope sender using the following rule
when sender is <>: SndrUser+RcptUser=RcptDomain@SndrDomain
problem reported by Shin ZUKERAN <shin@ryukyu.ad.jp>
log.c:
increase retry counter value
common.h, address.c, smtp.c, extern.h, main.c, util.c:
support par domain recipient number setting with file
suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
-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 31b061cba3c..90c882502ac 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2001/04/22 22:06:19 zuntum Exp $ +# $NetBSD: Makefile,v 1.19 2001/09/09 16:46:47 taca Exp $ # Based on FreeBSD Id: Makefile,v 1.27 1999/04/03 08:25:18 itojun Exp # -DISTNAME= smtpfeed-1.13 +DISTNAME= smtpfeed-1.15 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 3b5379784b9..81313912b91 100644 --- a/mail/smtpfeed/distinfo +++ b/mail/smtpfeed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:10:04 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/09/09 16:46:47 taca Exp $ -SHA1 (smtpfeed-1.13.tar.gz) = 2a47a40be6817227c2131294136cb28967b62409 -Size (smtpfeed-1.13.tar.gz) = 140597 bytes +SHA1 (smtpfeed-1.15.tar.gz) = 53dad64198bec3a718bcff805bd6af564ec820f6 +Size (smtpfeed-1.15.tar.gz) = 142847 bytes SHA1 (patch-aa) = e0ba34dd816d349ecedbc2a76cef9e70b396c655 |