diff --git a/msmtp-1.8.25.tar.xz b/msmtp-1.8.25.tar.xz deleted file mode 100644 index 931f57f..0000000 --- a/msmtp-1.8.25.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dfe1dbbb397d26fe0b0b6b2e9cd2efdf9d72dd42d18e70d7f363ada2652d738 -size 418264 diff --git a/msmtp-1.8.25.tar.xz.sig b/msmtp-1.8.25.tar.xz.sig deleted file mode 100644 index ffe5714..0000000 Binary files a/msmtp-1.8.25.tar.xz.sig and /dev/null differ diff --git a/msmtp-1.8.26.tar.xz b/msmtp-1.8.26.tar.xz new file mode 100644 index 0000000..a89a0ef --- /dev/null +++ b/msmtp-1.8.26.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfc488344cef189267e60aea481f00d4c7e2a59b53c6c659c520a4d121f66d8 +size 419644 diff --git a/msmtp-1.8.26.tar.xz.sig b/msmtp-1.8.26.tar.xz.sig new file mode 100644 index 0000000..7dbc903 Binary files /dev/null and b/msmtp-1.8.26.tar.xz.sig differ diff --git a/msmtp.changes b/msmtp.changes index 6fbe53f..0ce160f 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 13 16:35:20 UTC 2024 - Benoît Monin + +- update to version 1.8.26: + * Add support for SCRAM-SHA-256-PLUS and SCRAM-SHA-1-PLUS + authentication, and prefer SCRAM methods over the PLAIN method + because of their superior properties. + * With --read-envelope-from, a Resent-From header is now used if + it is present and appears before any From header +- require libgsasl >= 2.1.0: needed for supporting SCRAM + ------------------------------------------------------------------- Sun Oct 29 18:32:58 UTC 2023 - Benoît Monin diff --git a/msmtp.spec b/msmtp.spec index 9e5ff73..de0451d 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -1,7 +1,7 @@ # # spec file for package msmtp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: msmtp -Version: 1.8.25 +Version: 1.8.26 Release: 0 BuildRequires: gnutls-devel >= 3.4 BuildRequires: libidn2-devel @@ -28,7 +28,7 @@ BuildRequires: xz BuildRequires: libsecret-devel %endif %if 0%{?suse_version} -BuildRequires: libgsasl-devel +BuildRequires: libgsasl-devel >= 2.1.0 %endif # for the directory %if 0%{?centos_version} @@ -40,11 +40,11 @@ BuildRequires: vim-base %endif #centos_version %if 0%{?suse_version} Requires(post): %install_info_prereq -Requires(preun):%install_info_prereq +Requires(preun): %install_info_prereq %endif %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} Requires(post): /sbin/install-info -Requires(preun):/sbin/install-info +Requires(preun): /sbin/install-info %endif Summary: Lightweight SMTP Client License: GPL-3.0-or-later