Sendmail 8.13.8
Sendmail, Inc., and the Sendmail Consortium announce the availability of sendmail 8.13.8. It fixes some problems introduced in 8.13.7, as well as some other bugs. For a full list of changes see the release notes down below.
Remember to check the PGP signatures of releases obtained via FTP or HTTP.
-
(2006-08-30)
If sendmail is used with
-bsand a mail filter (milter) is configured, an assertion can be triggered. This patch fixes the bug.
Please send bug reports and general feedback to the appropriate e-mail address.
The version can be found at
ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.13.8.tar.gz
ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.13.8.tar.gz.sig
ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.13.8.tar.Z
ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.13.8.tar.Z.sig
You either need the first two files or the third and fourth, i.e., the gzip'ed version or the compressed version and the corresponding sig file. The PGP signature was created using the Sendmail Signing Key/2006, also available on the public key servers.
MD5 signatures:
3607b2a33a1b060bba5d0fc27aaf87c5 sendmail.8.13.8.tar.Z 4bb40aab3465ec0a83f92fe11ce2de55 sendmail.8.13.8.tar.Z.sig 5f29c94b42e0bb74d546b2ae84203a1e sendmail.8.13.8.tar.gz e4fca2afb92ba70a5c78bdfcd6720501 sendmail.8.13.8.tar.gz.sig
Since sendmail 8.11 and later includes hooks to cryptography, the following information from OpenSSL applies to sendmail as well.
PLEASE REMEMBER THAT EXPORT/IMPORT AND/OR USE OF STRONG CRYPTOGRAPHY SOFTWARE, PROVIDING CRYPTOGRAPHY HOOKS OR EVEN JUST COMMUNICATING TECHNICAL DETAILS ABOUT CRYPTOGRAPHY SOFTWARE IS ILLEGAL IN SOME PARTS OF THE WORLD. SO, WHEN YOU IMPORT THIS PACKAGE TO YOUR COUNTRY, RE-DISTRIBUTE IT FROM THERE OR EVEN JUST EMAIL TECHNICAL SUGGESTIONS OR EVEN SOURCE PATCHES TO THE AUTHOR OR OTHER PEOPLE YOU ARE STRONGLY ADVISED TO PAY CLOSE ATTENTION TO ANY EXPORT/IMPORT AND/OR USE LAWS WHICH APPLY TO YOU. THE AUTHORS ARE NOT LIABLE FOR ANY VIOLATIONS YOU MAKE HERE. SO BE CAREFUL, IT IS YOUR RESPONSIBILITY.
SENDMAIL RELEASE NOTES
Id: RELEASE_NOTES,v 8.1777.2.15 2006/08/07 17:22:09 ca Exp
This listing shows the version of the sendmail binary, the version of the sendmail configuration files, the date of release, and a summary of the changes in that release.
8.13.8/8.13.8 2006/08/09
Fix a regression in 8.13.7: if shared memory is activated, then
the server can erroneously report that there is
insufficient disk space. Additionally make sure that
an internal variable is set properly to avoid those
misleading errors. Based on patch from Steve Hubert
of University of Washington.
Fix a regression in 8.13.7: the PidFile could be removed after
the process that forks the daemon exited, i.e., if
sendmail -bd is invoked. Problem reported by Kan Sasaki
of Fusion Communications Corp. and Werner Wiethege.
Avoid opening qf files if QueueSortOrder is "none". Patch from
David F. Skoll.
Avoid a crash when finishing due to referencing a freed variable.
Problem reported and diagnosed by Moritz Jodeit.
CONTRIB: cidrexpand now deals with /0 by issuing the entire IPv4
range (0..255).
LIBMILTER: The "hostname" argument of the xxfi_connect() callback
previously was the equivalent of {client_ptr}. However,
this did not match the documentation of the function, hence
it has been changed to {client_name}. See doc/op/op.*
about these macros.