Changelog for
msmtp-debugsource-1.4.28-32.1.i586.rpm :
Fri Apr 19 14:00:00 2013 mrueckertAATTsuse.de
- we dont use the unversion path anymore for installing the
extension: use requires_eq for requiring vim.
Wed Apr 17 14:00:00 2013 idonmezAATTsuse.com
- /usr/share/vim/current is a symlink, resolve it before putting
any file under there.
Sat Oct 20 14:00:00 2012 benoit.moninAATTgmx.fr
- create a -mta subpackage, providing smtp_daemon.
- build msmtp with -fPIE/pie.
Tue Jun 5 14:00:00 2012 puzelAATTsuse.com
- update to version 1.4.28:
- Update autotools files.
- Improve error message on connection failures in some IPv6/IPv4
situations.
- Improve documentation of EHLO issues.
- Bug fix: expand tilde for the aliases command.
Tue Jan 10 13:00:00 2012 mrueckertAATTsuse.de
- update to version 1.4.27:
- No significant changes.
- additional changes from vrsion 1.4.26:
- A new version of the msmtpq script fixes serious bugs. To
update to the new version of the script, you need to remove the
old msmtpQ symlink, change msmtpQ to msmtpq in your MUA config,
and use msmtp-queue for queue management.
- additional changes from version 1.4.25:
- DIGEST-MD5 authentication is not considered secure any longer.
See RFC 6331.
- Support for alias expansion was added. See the aliases command
and --aliases option.
- add support for building with gnome-keyring (disabled by default)
call build with --with-gnome-keyring to enable it
- make sure compiler cmdlines are listed (make V=1)
- handle rename from upstream:
msmtpQ is gone. the new script is called msmtp-queue
- installed msmtp-gnome-tool.py and related readme
Mon Sep 19 14:00:00 2011 wrAATTrosenauer.org
- update to version 1.4.24
- fixes SCRAM-SHA-1 authentication via GNU SASL
- cleanup that updates the build system and removes old cruft
and unnecessary complexity, without changing the functionality
of the program
- spec cleanup
Mon Jan 10 13:00:00 2011 gberAATTopensuse.org
- update to version 1.4.22
- avoid different account selection behaviour in --pretend mode,
and print more informational messages about account selection
in --pretend and --debug mode
- add a new passwordeval command and --passwordeval option, to
set the password from the output of a command
- a few documentation improvements
- report platform in --version output
- fix building with newer OpenSSL versions
- updated find_alias_for_msmtp.sh script
- fixed building without TLS/SSL support
- removed obsolete msmtp-fix-newopenssl.patch
Mon Apr 19 14:00:00 2010 meissnerAATTsuse.de
- fix build with new openSSL
Sun Mar 21 13:00:00 2010 pascal.bleserAATTopensuse.org
- update to version 1.4.20
- adds support for the authentication mechanism SCRAM-SHA-1 via
GNU SASL (only on openSUSE >= 11.2)
- the new command tls_fingerprint allows one to trust one
particular TLS certificate, in case tls_trust_file cannot be
used for some reason
- the new script msmtp-gnome-tool.py manages Gnome Keyring
passwords for msmtp (currently disabled in this build)
- moved documentation files to a -doc subpackage
Fri Nov 20 13:00:00 2009 mrueckertAATTsuse.de
- update to version 1.4.19
- When using OpenSSL, msmtp now correctly handles NUL characters
in the Common Name and Subject Alternative Name fields of
certificates. This fixes a security problem. Note that msmtp is
not affected by this problem if GnuTLS is used. (bnc#557181)
- Disable security checks on the user configuration file when run
as root. Fixes Debian bug #534829.
- additional changes from version 1.4.18:
- mostly code worker
- additional changes from version 1.4.17:
- Msmtp now also reads SYSCONFDIR/netrc if the password was not
found in ~/.netrc.
- Support for the GNOME keyring was added by Satoru SATOH.
- additional changes from version 1.4.16:
- mostly code rework
- additional changes from version 1.4.15:
- The configuration command tls_crl_file was added. This allows
to use certificate revocation lists (CRLs) during certificate
verification.
- The configuration command tls_min_dh_prime_bits was added. This
may be needed to use TLS/SSL with servers that use a small
Diffie-Hellman (DH) prime size.
- The configuration command tls_priorities was added. This allows
to fine tune TLS/SSL session parameters.