- patch-aa was used to edit Makefile. Now it edits Makefile.in instead
- patch-a[cefh] are removed, equivalent fix applied
- patch-dns.c is added to silent prototype warning
(upstream)
- Update 1.20 to 1.23
-------------------
1.23: Feb.17,2015:
dns.c, smtp.c:
typo fixed: INET6 should be AF_INET6
1.22: Jun.9,2012:
smtp.c:
logging whole message in multi-lined SMTP response.
1.21: Jun.7,2012:
smtp.c, common.h, main.c:
'-2' option added to avoid piggybacking among domains.
(to support spec change on GoogleApps service)
dns.c:
definitions of functions with "static" are moved outside
to avoid "invalid strage class" errors.
*.c, extern.h:
log() is renamed to logg() to avoid conflict.
with:
+LICENSE= original-bsd
-----------
1.20: Aug.21,2003:
smtp.c, common.h:
fix on duplicate mailing.
1.19: Aug.20,2003:
configure:
SunOS 5.9 support from Toshio Hiraga <Toshio.Hiraga at jp.sony.com>
main.c, smtp.c:
reuse connection even when all recipients are invalid in a
transaction. please specify option -u to use this feature.
suggested by Koji Kawano <kawano at tailback.co.jp>
smtp.c:
retry on recipients which are not accepted with 452 (too many
recipients) problem reported by Kenji Ikeda
<ikeda at impress.co.jp>
fix on bug to set cnf.rcpts_trans to 1 reported by
Koji Kawano <kawano at tailback.co.jp>
avoid null pointer access/out of range access of state_tbl[]
when unexpected close of SMTP connection reported by
Hirokazu MORIKAWA <morikawa at nxhack.tarumi.kobe.jp>
also by Masato Minda <minmin at wide.ad.jp>
reply code tweaking after . termination of DATA command
problem reported by Ken Makimura <macky at astem.or.jp>
dns.c:
do not drop query when got an answer from a NS which does not
support recursive query.
util.c:
fix on size for MALLOC reported by Koji Kawano
<kawano at tailback.co.jp>
-----------
on NetBSD/powerpc reported by Makoto Fujiwara.
These patches are slightly aggressive adding most of proto type.
So, please report me if there is any problem.
No PKGREVISION bump since it should change nothing for binary package.