From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: [PATCH] refresh nss-certs Date: Wed, 7 Sep 2016 13:13:19 +0200 Message-ID: References: <20160830061715.GA4193@jasmine> <20160831173209.GD28096@jasmine> <87d1kmo5k9.fsf@gnu.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]:43242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhanF-0003dc-B6 for guix-devel@gnu.org; Wed, 07 Sep 2016 07:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhanD-0004mB-4v for guix-devel@gnu.org; Wed, 07 Sep 2016 07:13:24 -0400 In-Reply-To: <87d1kmo5k9.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Fri, Sep 2, 2016 at 2:21 PM, Ludovic Court=C3=A8s wrote: > Leo Famulari skribis: > >> On Tue, Aug 30, 2016 at 01:33:10PM +0200, Vincent Legoll wrote: >>> Here it is... >>> I test-installed the 2 packages, but nothing more >> >>> From 966dd703fea7754d18fbe609215eff8381435458 Mon Sep 17 00:00:00 2001 >>> From: Vincent Legoll >>> Date: Wed, 24 Aug 2016 13:03:48 +0200 >>> Subject: [PATCH] gnu: nss & nss-certs: Update to 3.26 >>> >>> * gnu/packages/certs.scm (nss-certs): Update to 3.26. >>> * gnu/packages/gnuzilla.scm (nss): Update to 3.26. >> >> Thanks, looks good! I'm CC-ing Mark directly since he is usually the one >> to update these packages. > > I think you didn=E2=80=99t actually Cc Mark, so here we go. :-) > > If NSS and its main users (IceCat) build fine, I would suggest applying > this patch. Build tested on GuixSD, .config/guix/latest pointing to current git, with above patch (cleanly) rebased on top... $ guix --version guix (GNU Guix) 0.11.0 Copyright (C) 2016 the Guix authors License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. $ guix package -l [...] Generation 34 Sep 07 2016 11:57:40 (current) nss 3.26 out /gnu/store/fqzw00zvd5fvqikzk9f1yzsi2vn4n6kb-nss-3.2= 6 nss-certs 3.26 out /gnu/store/4ij62g7004092sv9qm81xaxx8g3cpgnl-nss-certs-3.26 urlmatch 1.0 out /gnu/store/gsp3fqgmdhlay7k3cfbi5cgp3w7abvd8-urlmatch-1.0 fltk 1.3.3 out /gnu/store/hvmsicw1ac45bfxmsf7sjp93pjiq9177-fltk-= 1.3.3 icecat 38.8.0-gnu2 out /gnu/store/afga2dhg6zikg71c5rxrqkm0dvkd0j5m-icecat-38.8.0-gnu2 But I haven't tested the resulting icecat (this is a headless VM, and I haven't found the required incantations to make ssh -X work... Please apply or comment --=20 Vincent Legoll