From fe5e745c523b6575ee83e5f834718325fbed2dd26586a6dddc25118a6546fa38 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 Nov 2021 07:26:03 +0000 Subject: [PATCH] Accepting request 927097 from home:benoit_monin:branches:server:mail - update to version 1.8.18 - build msmtpd and package it in msmtp-mta OBS-URL: https://build.opensuse.org/request/show/927097 OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=113 --- msmtp-1.8.16.tar.xz | 3 --- msmtp-1.8.16.tar.xz.sig | Bin 310 -> 0 bytes msmtp-1.8.18.tar.xz | 3 +++ msmtp-1.8.18.tar.xz.sig | Bin 0 -> 310 bytes msmtp.changes | 12 ++++++++++++ msmtp.spec | 8 +++++--- 6 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 msmtp-1.8.16.tar.xz delete mode 100644 msmtp-1.8.16.tar.xz.sig create mode 100644 msmtp-1.8.18.tar.xz create mode 100644 msmtp-1.8.18.tar.xz.sig diff --git a/msmtp-1.8.16.tar.xz b/msmtp-1.8.16.tar.xz deleted file mode 100644 index 91e9caa..0000000 --- a/msmtp-1.8.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c04b5d89f3df0dee9772f50197c2602c97c5cdb439b6af539c37bf81b20f47d8 -size 375372 diff --git a/msmtp-1.8.16.tar.xz.sig b/msmtp-1.8.16.tar.xz.sig deleted file mode 100644 index a0cc006cc343e882189bd2533013886debf89aee2c31b79e3b74645ae153567d..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SW*e79j*LVYGsax_6rFv-2kdqNJ-HGW|3K0%1R>(Ethw5Cfv5 zs~$4_H1}Qy{yB|>o6a}@#nM{;>R*K3B+iZ0+@Hx#r~ z|K-nXjpGjv@uN8%rEF7WqYc~*0Sq)hKU54ZEhlD(EB&ut#a11A2S11ftA7?FKvOuv zvHUt40Q|+nAHAdTO452NNt+i4BHDiGS34Q%ynMF4WJ5`wy<#*LJr6t)A;n4Hm+h3Y zZrn3DQ>LG4q~j4@=q8UUe-sxhLf*G#txTc6>9qckB&o7{ICl@T;;=Wnr zAM_scT7+E^I32SnD*zsg!qLP-FNQZEn4Gz-M=yjuYExy`|hG@@^yZ`_I literal 0 HcmV?d00001 diff --git a/msmtp.changes b/msmtp.changes index fb86c7e..9775b09 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 23 08:55:15 UTC 2021 - Benoît Monin + +- update to version 1.8.18: + * this release fixes a few minor problems related to translations + and the documentation. +- additional changes from version 1.8.17: + * msmtpd now supports logging to syslog or to a file with the + option --log, and authentication (for special use cases) with + the option --auth. +- build msmtpd and package it in msmtp-mta + ------------------------------------------------------------------- Tue Sep 14 20:12:40 UTC 2021 - Benoît Monin diff --git a/msmtp.spec b/msmtp.spec index 3bc6eab..2e62304 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -17,7 +17,7 @@ Name: msmtp -Version: 1.8.16 +Version: 1.8.18 Release: 0 BuildRequires: gnutls-devel >= 3.4 BuildRequires: libidn2-devel @@ -92,7 +92,7 @@ other mail user agents. It forwards mail to an SMTP server that does the delivery. msmtp supports multiple accounts. This subpackage provides a mail transfer agent that can be used as -a minimalistic replacement of sendmail. +a minimalistic replacement of sendmail and a minimal SMTP server. %prep %setup -q @@ -108,7 +108,7 @@ for i in scripts/msmtpqueue/*.sh \ done %build -%configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd --with-libgsasl +%configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --with-libgsasl %make_build %install @@ -202,7 +202,9 @@ rm -f "%{buildroot}%{_infodir}/dir" %doc %dir %{_docdir}/%{name} %files mta +%{_bindir}/msmtpd %{_sbindir}/sendmail +%{_mandir}/man1/msmtpd.1%{?ext_man} %{_mandir}/man1/sendmail.1%{?ext_man} %changelog