From 2718175d129a909bdd0e88f418751118b9ee17ebf99c585100ec7964bf58eb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Monin?= Date: Thu, 14 Feb 2019 18:37:46 +0000 Subject: [PATCH] Accepting request 674602 from home:sleep_walker:branches:server:mail - use GnuTLS instead of OpenSSL https://marlam.de/msmtp/news/openssl-discouraged/ OBS-URL: https://build.opensuse.org/request/show/674602 OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=83 --- msmtp.changes | 6 ++++++ msmtp.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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