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
This commit is contained in:
Dr. Werner Fink 2017-07-13 11:11:11 +00:00 committed by Git OBS Bridge
parent 5b0cd56bc1
commit fa58e42f53
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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 ()
{