From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28948: feh does encounter certificate errors with valid certificates Date: Sun, 05 Nov 2017 17:14:07 +0100 Message-ID: <87tvy8pusw.fsf@gnu.org> References: <20171022203339.qomgp4xm2rqh4zwe@abyayala> <87r2tl4iuz.fsf@fastmail.com> <87fua1kqqu.fsf@elephly.net> <87d1514t3u.fsf@fastmail.com> <87lgjkhhuc.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBNZh-000368-Rh for bug-guix@gnu.org; Sun, 05 Nov 2017 11:15:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBNZe-0003xy-NO for bug-guix@gnu.org; Sun, 05 Nov 2017 11:15:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBNZe-0003xr-JN for bug-guix@gnu.org; Sun, 05 Nov 2017 11:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eBNZe-0002mm-5b for bug-guix@gnu.org; Sun, 05 Nov 2017 11:15:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lgjkhhuc.fsf@fastmail.com> (Marius Bakke's message of "Sun, 05 Nov 2017 16:21:15 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 28948@debbugs.gnu.org Marius Bakke skribis: > Marius Bakke writes: > >> I submitted it upstream in hope of getting feedback/testing there, but >> it was simply merged as-is: >> >> I do agree that it's rather crude, will try to improve it a bit. > > Feh 2.22 has been released with this patch, so I pushed the > native-search-path update with it. Neat. > I think we should add the CURL_CA_BUNDLE search path to the "curl" > package too so that we can control it on foreign distros (it seems to > opportunistically search /etc/ssl/certs), and make libcurl users that > implement it inherit from curl using (package-native-search-paths ...). > > I'll do that on 'core-updates' in a few days if no further comments. Sounds good! Not entirely sure about duplicating the =E2=80=98native-search-paths=E2=80= =99 in all the users of libcurl: it=E2=80=99s inelegant, but OTOH it solves the problem, so it=E2=80=99s definitely an improvement. Thank you, Ludo=E2=80=99.