SHA256
1
0
forked from pool/msmtp

Compare commits

..

6 Commits

6 changed files with 37 additions and 8 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Jan 14 19:59:42 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.28:
* Detect SMTPUTF8 server capability and use it if available.
* Add IDN support to --configure (build with libidn2 to enable
this).
* Add special value 'none' to logfile_time_format to suppress
time output.
-------------------------------------------------------------------
Fri Nov 15 20:31:53 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
- stop requiring vim at runtime just for the syntax file
-------------------------------------------------------------------
Sun Oct 6 14:18:19 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.27:
* The option -F was fixed: it now overrides the configuration
file setting again (this bug was introduced in 1.8.24), and
non-ASCII characters are now properly encoded in the From
header.
* The msmtpq script was improved by Github user Konfekt.
* The vim script for configuration file editing was improved by
Github user Konfekt.
* A testing infrastructure was added (make check).
* Translations were updated and a new Spanish translation was
added
- update vim syntax path
-------------------------------------------------------------------
Thu Jun 13 16:35:20 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package msmtp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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.26
Version: 1.8.28
Release: 0
BuildRequires: gnutls-devel >= 3.4
BuildRequires: libidn2-devel
@ -33,10 +33,8 @@ BuildRequires: libgsasl-devel >= 2.1.0
# for the directory
%if 0%{?centos_version}
BuildRequires: vim-common
%requires_eq vim-common
%else
BuildRequires: vim-base
%requires_eq vim-base
%endif #centos_version
%if 0%{?suse_version}
Requires(post): %install_info_prereq
@ -136,7 +134,7 @@ for vimsyntax in %{_datadir}/vim/{site,current,vim[0-9][0-9]}/syntax; do
break
fi
done
install -D -m 0644 scripts/vim/msmtp.vim %{buildroot}$vimsyntax/msmtp.vim
install -D -m 0644 scripts/vim/syntax/msmtp.vim %{buildroot}$vimsyntax/msmtp.vim
# main package doc files
for f in \