diff --git a/msmtp.changes b/msmtp.changes index a8e94e2..866b36a 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 13 14:58:51 UTC 2019 - Tomas Cech + +- use GnuTLS instead of OpenSSL + https://marlam.de/msmtp/news/openssl-discouraged/ + ------------------------------------------------------------------- Wed Jan 16 19:20:38 UTC 2019 - BenoƮt Monin diff --git a/msmtp.spec b/msmtp.spec index 2712415..1089fc1 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -19,8 +19,8 @@ Name: msmtp Version: 1.8.2 Release: 0 +BuildRequires: gnutls-devel BuildRequires: libidn2-devel -BuildRequires: openssl-devel BuildRequires: pkg-config BuildRequires: xz %if 0%{?suse_version} >= 1120 || 0%{?centos_version} == 700 @@ -113,7 +113,7 @@ done CFLAGS="%{optflags} -fstack-protector -fPIE" export LDFLAGS="-pie" %endif -%configure --docdir="%{_docdir}/%{name}" --with-tls=openssl --without-msmtpd +%configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd make %{?_smp_mflags} V=1 %install