|
|
|
|
Changelog for msmtp-doc-1.8.2-64.1.x86_64.rpm :
Wed Feb 13 13:00:00 2019 Tomas Cech - use GnuTLS instead of OpenSSL https://marlam.de/msmtp/news/openssl-discouraged/
Wed Jan 16 13:00:00 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 13:00:00 2018 benoit.moninAATTgmx.fr - fix bash scripts shebang
Sun Mar 26 14:00:00 2017 dev+novellAATTdevmotion.de - Keyring integration only for recent openSUSE and CentOS
Sun Mar 26 14:00:00 2017 dev+novellAATTdevmotion.de - Replace pkgconfig dependencies
Sun Mar 26 14:00:00 2017 dev+novellAATTdevmotion.de - Add keyring integration
Mon Nov 14 13:00:00 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 14:00:00 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 2 13:00:00 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 13:00:00 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 14:00:00 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 5 13:00:00 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
Tue Jul 29 14:00:00 2014 benoit.moninAATTgmx.fr - update to version 1.4.32: * A recipient list on the command line is now parsed as if it appeared in a mail header.
Mon Jan 13 13:00:00 2014 benoit.moninAATTgmx.fr - rework the path lookup for the vim syntax file: fix fedora and redhat build
Sun Dec 29 13:00:00 2013 benoit.moninAATTgmx.fr - update to version 1.4.31: * Updated the msmtpq script. * Fixed building of the documentation with texinfo >= 5.0. - additional changes from version 1.4.30: * Fix a bug in msmtp_read_addresses() that was introduced in version 1.4.29 by fixing a problem in the wrong way. - additional changes from version 1.4.29: * Fix bugs in msmtp_read_addresses(), including a crash. * Removed autotools files that are automatically copied by \'autoreconf -i\' from repository. * Properly require an argument to --passwordeval. Fixes a crash when none is given. * Replace old service name \"ssmtp\" with current one: \"smtps\".
Wed Nov 20 13:00:00 2013 tbehrensAATTsuse.com - use valid spelling for keyring enabling macro
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.
|
|
|