From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] import: cpan: Use tls to query api.metacpan.org. Date: Wed, 31 Aug 2016 16:19:13 +0200 Message-ID: <874m61nhr2.fsf@gnu.org> References: <87shtmo1mc.fsf@we.make.ritual.n0.is> <20160830114904.2ec3512c@openmailbox.org> <878tveuqh5.fsf@we.make.ritual.n0.is> <20160830132650.0bdcdb6f@openmailbox.org> 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]:47913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bf6MM-0001Xe-Jz for guix-devel@gnu.org; Wed, 31 Aug 2016 10:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bf6MH-0006Vc-7N for guix-devel@gnu.org; Wed, 31 Aug 2016 10:19:21 -0400 In-Reply-To: <20160830132650.0bdcdb6f@openmailbox.org> (Eric Bavier's message of "Tue, 30 Aug 2016 13:26:50 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > On Tue, 30 Aug 2016 17:16:38 +0000 > ng0 wrote: > >> Eric Bavier writes: >>=20 >> > On Tue, 30 Aug 2016 12:57:47 +0000 >> > ng0 wrote: >> >=20=20 >> >> From e5fb3767e652af0a94fb9817c81b23f37d676355 Mon Sep 17 00:00:00 2001 >> >> From: ng0 >> >> Date: Tue, 30 Aug 2016 12:52:51 +0000 >> >> Subject: [PATCH] import: cpan: Use tls to query api.metacpan.org. >> >>=20 >> >> * guix/import/cpan.scm (module->name module)[json-fetch]: Use tls for= api.metacpan.org. >> >> (cpan-fetch-module)[json-fetch]: Likewise. [...] > I adjust the patch and pushed it in > 7a62263ee50c9e2894ea0e746b89f04e3b6484c3. =E2=80=9Cmake check TESTS=3Dtests/cpan.scm=E2=80=9D fails on current master= . Could you check if this is related? TIA! :-) Ludo=E2=80=99.