From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEEgq-0007Jj-0V for guix-patches@gnu.org; Wed, 10 Apr 2019 10:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEEgo-0002VG-UP for guix-patches@gnu.org; Wed, 10 Apr 2019 10:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39888) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEEgo-0002V2-Lk for guix-patches@gnu.org; Wed, 10 Apr 2019 10:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hEEgo-0000EV-L0 for guix-patches@gnu.org; Wed, 10 Apr 2019 10:59:02 -0400 Subject: bug#35083: [PATCH] gnu: kodi: Allow connecting to HTTPS sources. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <8736n035p1.fsf@zancanaro.id.au> Date: Wed, 10 Apr 2019 16:58:23 +0200 In-Reply-To: <8736n035p1.fsf@zancanaro.id.au> (Carlo Zancanaro's message of "Wed, 03 Apr 2019 00:19:38 +1100") Message-ID: <87imvldi0g.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Carlo Zancanaro Cc: 35083-done@debbugs.gnu.org Hello, Carlo Zancanaro skribis: > A little while ago I installed Kodi using Guix, and when I started it > I got a number of errors from addons attempting to update and > failing. I also tried to install a new addon repository which > similarly failed. A few days after my attempt, someone posted on > Reddit with the same problem[1]. > > Looking at the logs, I think the issue is that Kodi isn't setting the > libcurl options necessary to make HTTPS connections. Here's a patch to > fix that. > > [1]: > https://www.reddit.com/r/GUIX/comments/b5421l/can_anyone_confirm_whether_= or_not_kodi_can_update/ > >>>From 682598efa201d769b79570a0d8f2f5f8b2534247 Mon Sep 17 00:00:00 2001 > From: Carlo Zancanaro > Date: Tue, 2 Apr 2019 22:36:57 +1100 > Subject: [PATCH] gnu: kodi: Allow connecting to HTTPS sources. > To: guix-patches@gnu.org > > * gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/kodi.scm (kodi)[patches]: Add it. Awesome. Applied, thanks! Ludo=E2=80=99.