From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCHES] gnu: nss: Update to 3.30.2 [fixes CVE-2017-5461]. Date: Fri, 21 Apr 2017 13:59:20 -0400 Message-ID: <87lgqtzlon.fsf@netris.org> References: <87y3uun261.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1cqQ-00048r-MT for guix-devel@gnu.org; Fri, 21 Apr 2017 13:59:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1cqM-0005Zo-RM for guix-devel@gnu.org; Fri, 21 Apr 2017 13:59:46 -0400 Received: from world.peace.net ([50.252.239.5]:52105) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1cqM-0005Xy-NJ for guix-devel@gnu.org; Fri, 21 Apr 2017 13:59:42 -0400 In-Reply-To: <87y3uun261.fsf@netris.org> (Mark H. Weaver's message of "Thu, 20 Apr 2017 18:29:26 -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: guix-devel@gnu.org Mark H Weaver writes: > These patches update nss to 3.30.2 and disable long b64 tests which fail > on some systems including armhf. I'll push them soon after some light > testing. Unfortunately, even with "nss-increase-test-timeout.patch" and "nss-disable-long-b64-tests.patch", the build still failed on armhf: https://hydra.gnu.org/build/2010324 It would be good to find a way to fix or work around this issue without forcing rebuilds on other platforms. Also, I feel it's important to always run tests on NSS on all platforms. Mark