From fa58e42f5312ff51b5177634167281a94fc12fb9 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 13 Jul 2017 11:11:11 +0000 Subject: [PATCH] Accepting request 510044 from home:olh:branches:server:mail - If built with gnutls, set ssl_ca_certificates_file to avoid warning about "server cert signed using an insecure algorithm" OBS-URL: https://build.opensuse.org/request/show/510044 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=171 --- mutt.changes | 6 ++++++ mutt.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/mutt.changes b/mutt.changes index cf18436..2f75971 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 13 10:38:57 UTC 2017 - olaf@aepfle.de + +- If built with gnutls, set ssl_ca_certificates_file to avoid + warning about "server cert signed using an insecure algorithm" + ------------------------------------------------------------------- Wed Jul 12 09:26:50 UTC 2017 - olaf@aepfle.de diff --git a/mutt.spec b/mutt.spec index 996cb03..744324b 100644 --- a/mutt.spec +++ b/mutt.spec @@ -147,6 +147,9 @@ rm -vf PATCHES*.orig cp %{S:2} . %build +%if %{with mutt_gnutls} +echo 'set ssl_ca_certificates_file="/etc/ssl/ca-bundle.pem"' >> doc/Muttrc.head +%endif autoreconf -fi cflags () {