- update to version 1.8.26

- require libgsasl >= 2.1.0: needed for supporting SCRAM

OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=125
This commit is contained in:
Dirk Mueller 2024-06-14 07:40:46 +00:00 committed by Git OBS Bridge
parent 7bafd83cf6
commit 25db234386
6 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dfe1dbbb397d26fe0b0b6b2e9cd2efdf9d72dd42d18e70d7f363ada2652d738
size 418264

Binary file not shown.

3
msmtp-1.8.26.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cfc488344cef189267e60aea481f00d4c7e2a59b53c6c659c520a4d121f66d8
size 419644

BIN
msmtp-1.8.26.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 13 16:35:20 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
- 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 <benoit.monin@gmx.fr>

View File

@ -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