Postfix 2.1.3 available
[email protected] (Wietse Venema) Fri, 18 Jun 2004 14:26:06 -0400 (EDT)
| Newsgroups | gmane.mail.postfix.announce |
|---|---|
| Message-ID | <20040618182606.0BC5ABC080__14070.5921607607$1087583276@spike.porcupine.org> |
Postfix 2.1 patches 2 and 3 resolve the following minor problems:
- Non-portable reuse of variable length argument lists caused
segmentation violation on some PowerPC platforms.
- The SMTP client did not reset EHLO and SASL session information
before attempting delivery to an alternate SMTP server.
- Typos in documentation.
- With a non-default route for address verification probes, normal
mail could be sent over the probe route and vice versa.
- The SMTP server didn't neuter whitespace in HELO commands, so that
it could mess up XFORWARD commands.
Availaible from Postfix download sites listed at www.postfix.org:
12662 Jun 15 16:47 postfix-2.1-patch02.gz
4111 Jun 18 14:16 postfix-2.1-patch03.gz
322377 Jun 16 16:22 postfix-2.1.3.HISTORY
26581 May 15 21:43 postfix-2.1.3.RELEASE_NOTES
1971632 Jun 16 20:00 postfix-2.1.3.tar.gz
152 Jun 16 20:00 postfix-2.1.3.tar.gz.sig
And the same problems are fixed in an updated 2.2 snapshot.
326313 Jun 16 16:33 postfix-2.2-20040616.HISTORY
556 Apr 21 21:14 postfix-2.2-20040616.RELEASE_NOTES
1989982 Jun 16 20:09 postfix-2.2-20040616.tar.gz
152 Jun 16 20:09 postfix-2.2-20040616.tar.gz.sig
Enjoy the almost summer weekend.
Wietse
Entries in the HISTORY file:
20040614
Bugfix: the SMTP client did not reset per-session EHLO,
SASL, and history information when opening a connection to
an alternate SMTP server. This is the result of abstraction
no longer matching function. Reported and diagnosed by
Victor Duchovni, Morgan Stanley.
Bugfix: non-portable reuse of variadic argument lists.
Fix by Victor Duchovni, Morgan Stanley. Files: global/bounce.c,
global/defer.c, global/sent.c, global/trace.c, global/verify.c.
Portability: NetBSD 2.0 has changed from statfs to statvfs.
John Heasley. File: util/sys_defs.h.
Documentation: typo fixes by IKEDA Nozomu.
20040616
Bugfix: one missed variadic argument list fix. Victor
Duchovni, Morgan Stanley. File: global/verify.c.
Bugfix: the resolver client cache should be context dependent
because address verification probes may use a different
route than normal mail deliveries. File: global/resolve_clnt.c.
Safety: added similar context dependence to the address
rewriting client in order to avoid trouble when Postfix is
changed. File: global/rewrite_clnt.c.
Bugfix: space in HELO commands could end up in XFORWARD
commands. File: smtpd/smtpd.c.