From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: gnutls 'name-constraints' test failure Date: Mon, 18 Jul 2016 14:14:30 +0200 Message-ID: <87k2gjqh21.fsf@gnu.org> References: <578A854F.30302@cock.li> <20160717073206.GA17182@jasmine> <87shv84crp.fsf@gnu.org> <20160717173334.GA2626@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP7RY-0001UU-3O for guix-devel@gnu.org; Mon, 18 Jul 2016 08:14:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP7RR-0007Zg-W5 for guix-devel@gnu.org; Mon, 18 Jul 2016 08:14:38 -0400 In-Reply-To: <20160717173334.GA2626@jasmine> (Leo Famulari's message of "Sun, 17 Jul 2016 13:33:34 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > From 55512c47d6331109a82acc083ad5ea905d386be7 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Sun, 17 Jul 2016 13:07:35 -0400 > Subject: [PATCH] gnu: gnutls: Fix test failure. > > * gnu/packages/patches/gnutls-fix-stale-test.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/tls.scm (gnutls)[replacement]: New field. > (gnutls/fixed): New variable. LGTM, thanks! Ludo'.