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
This commit is contained in:
parent
ddd98b0132
commit
2718175d12
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 14:58:51 UTC 2019 - Tomas Cech <sleep_walker@opensuse.org>
|
||||
|
||||
- use GnuTLS instead of OpenSSL
|
||||
https://marlam.de/msmtp/news/openssl-discouraged/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 19:20:38 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user