Changelog for
msmtp-1.8.2-63.2.x86_64.rpm :
* Wed Jan 16 2019 BenoƮt Monin
- update to version 1.8.2:
* To simplify TLS setup, the tls_trust_file command has a new default value \'system\' that selects the system default trust.
* To simplify setup, a new option \'--configure \' was added that automatically generates a configuration file for a given mail address.- additional changes from version 1.8.1:
* Fixed our TLS code to support TLS 1.3 with GnuTLS.- additional changes from version 1.8.0:
* A minimal SMTP server called msmtpd was added that listens on the local host and pipes mails to msmtp (or another program). It is intended to be used with system services that cannot be configured to call msmtp directly. You can disable it with the configure option --without-msmtpd.
* Using OpenSSL is discouraged and may not be supported in the future. Please use GnuTLS instead. The reasons are explained here: https://marlam.de/msmtp/news/openssl-discouraged/
* As using GNU SASL is most likely unnecessary, it is disabled by default now. Since everything uses TLS nowadays and thus can use PLAIN authentication, you really only need it for GSSAPI.
* If your system requires a library for IDN support, libidn2 is now used instead of the older libidn.
* The CRAM-MD5 authentication method is marked as obsolete / insecure and will not be chosen automatically anymore.
* The passwordeval command does not require the password to be terminated by a new line character anymore.
* The new logfile_time_format command allows to customize log file time stamps.
* Builtin default port numbers are now used instead of consulting /etc/services.
* Support for DJGPP and for systems lacking vasprintf(), mkstemp(), or tmpfile() is removed.- additional changes from version 1.6.8:
* Add --source-ip option and source_ip command to bind the outgoing connection to a specific source IP address.
* Enable SNI for TLS- additional changes from version 1.6.7:
* Add support for ~/.config/msmtp/config as configuration file
* Add network timeout handling on Windows
* Fix command line handling of SHA256 TLS fingerprints
* Fix SIGPIPE handling (affects at least Mac OS X)
* Add french translation, and update german translation- update Url and Source to marlam.de, see: https://marlam.de/msmtp/news/project-moved/- update the keyring, the previous one has been revoked- switch to libidn2 to match msmtp requirement- configure with openssl as tls library
* Sat Mar 10 2018 benoit.moninAATTgmx.fr- fix bash scripts shebang
* Sun Mar 26 2017 dev+novellAATTdevmotion.de- Keyring integration only for recent openSUSE and CentOS
* Sun Mar 26 2017 dev+novellAATTdevmotion.de- Replace pkgconfig dependencies
* Sun Mar 26 2017 dev+novellAATTdevmotion.de- Add keyring integration
* Mon Nov 14 2016 benoit.moninAATTgmx.fr- update to version 1.6.6:
* This version fixes a memory leak and a double-free in msmtp_read_headers(). The double-free was triggered by read errors.- remove reference to msmtp-fix-newopenssl.patch: this patch was removed 5 years ago.
* Tue May 31 2016 benoit.moninAATTgmx.fr- update to version 1.6.5:
* Support SHA256 fingerprints for tls_fingerprint, and mark both SHA1 and MD5 as deprecated.
* Tue Feb 02 2016 benoit.moninAATTgmx.fr- update to version 1.6.4:
* The system default policy is used with GnuTLS instead of a hardcoded one.
* Sun Nov 29 2015 benoit.moninAATTgmx.fr- update to version 1.6.3:
* A bug in SOCKS support was fixed.
* Handling non-fatal errors in TLS handshakes was fixed.- fix info installation for suse package:
* properly requires %install_info_prereq
* call %install_info_delete in preun, not postun
* Fri Apr 24 2015 benoit.moninAATTgmx.fr- update to version 1.6.2:
* A bug was fixed that prevented consecutive Bcc headers from being removed properly.- add tarball signature and keyring
* Mon Jan 05 2015 benoit.moninAATTgmx.fr- update to version 1.6.1:
* The new configure option --with-tls replaces --with-ssl.
* A new configure option --disable-gai-idn was added.- additional changes from 1.6.0:
* Support for SOCKS proxies was added. This allows msmtp to be used with Tor.
* GNOME Keyring support now uses libsecret instead of libgnome-keyring. It is now documented how to use secret-tool to manage passwords for msmtp; the obsolete msmtp-gnome-tool script is removed.
* Configuration file security is now only checked if the file actually contains secrets such as passwords.
* The GSSAPI authentication method is not chosen automatically anymore, you have to request it manually if you really want to use it.
* From: and Date: headers are now added to mails if necessary, for compatibility with sendmail, postfix, exim, and other MTAs. This can be disabled with the add_missing_from_header and add_missing_date_header commands.
* Libidn is not required for IDN support anymore on systems where getaddrinfo() supports the AI_IDN flag and the GnuTLS version is >= 3.4.0.
* The new remove_bcc_headers command replaces the old keepbcc command (but the old command is still supported for compatibility).
* SSLv3 is disabled, and the obsolete tls_force_sslv3 command and - -tls-force-sslv3 option have no effect anymore.- add xz as BuildRequires: source archive format is now tar.xz- switch gnome keyring support to libsecret- remove msmtp-gnome-tool.py: deleted upstream- remove README.msmtp-gnome-tool: deleted upstream- remove Mutt+msmtp.txt: deleted upstream