From ab393dfb7c82ffb16e5d0018a76b45f5c80c62ba Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 18 May 2015 19:00:57 +0200 Subject: [PATCH] Resolves: #1222555 - remove an obsolete configuration option ... from /etc/elinks.conf --- elinks.conf | 13 ------------- elinks.spec | 5 ++++- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/elinks.conf b/elinks.conf index 1175846..efd5d2e 100644 --- a/elinks.conf +++ b/elinks.conf @@ -14,16 +14,3 @@ ## connection.ssl.cert_verify [0|1] # Verify the peer's SSL certificate. set connection.ssl.cert_verify = 1 - - ## connection.ssl.trusted_ca_file - # The location of a file containing certificates of trusted certification - # authorities in PEM format. ELinks then trusts certificates issued by - # these CAs. - # - # If you set this option to an empty string, default NSS root certificates - # are loaded. - # - # If you change this option or the file, you must restart ELinks for the - # changes to take effect. This option affects GnuTLS and nss_compat_ossl - # but not OpenSSL. - set connection.ssl.trusted_ca_file = "/etc/pki/tls/certs/ca-bundle.crt" diff --git a/elinks.spec b/elinks.spec index fd11955..5f4c9f1 100644 --- a/elinks.spec +++ b/elinks.spec @@ -3,7 +3,7 @@ Name: elinks Summary: A text-mode Web browser Version: 0.12 -Release: 0.44.%{prerel}%{?dist} +Release: 0.45.%{prerel}%{?dist} License: GPLv2 URL: http://elinks.or.cz Group: Applications/Internet @@ -169,6 +169,9 @@ exit 0 %{_mandir}/man5/* %changelog +* Mon May 18 2015 Kamil Dudka - 0.12-0.45.pre6 +- remove an obsolete configuration option from /etc/elinks.conf (#1222555) + * Mon Mar 30 2015 Kamil Dudka - 0.12-0.44.pre6 - use OpenSSL instead of nss_compat_ossl, which is no longer maintained