Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/31/2001 12:24:04
Module Name:	pkgsrc
Committed By:	itojun
Date:		Wed Jan 31 10:24:04 UTC 2001

Modified Files:
	pkgsrc/mail/smtpfeed: Makefile
	pkgsrc/mail/smtpfeed/files: md5

Log Message:
upgrade to 1.10.

1.10: Jan.30,2001:
	main.c, address.c:
		Now you can specify order of IPv4/IPv6 for SMTP with -NB option.
		-NB4: try IPv4 first, then IPv6
		-NB6: try IPv6 first, then IPv4 (default setting)
	dns.c:
		AF_INET6 should not be used on IPv4 only plathome.
		 reported by Shigechika AIKAWA <shige@cin.nihon-u.ac.jp>

1.09: Jan.29,2001
	address.c:
		Log un-delivered recipients because of DNS lookup failure.
		 suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
	dns.c, main.c:
		A new -g option added to support protocol gateway feature.
		 idea from Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/smtpfeed/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/smtpfeed/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.