From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: [PATCH] gnu: nss: Update to 3.28.1 Date: Wed, 25 Jan 2017 11:39:03 +0100 Message-ID: <20170125103903.28517-2-m.othacehe@gmail.com> References: <20170125103903.28517-1-m.othacehe@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWL2C-0002PY-97 for guix-devel@gnu.org; Wed, 25 Jan 2017 05:42:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWL2B-0005bx-F6 for guix-devel@gnu.org; Wed, 25 Jan 2017 05:42:36 -0500 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:34749) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cWL2B-0005bo-9J for guix-devel@gnu.org; Wed, 25 Jan 2017 05:42:35 -0500 Received: by mail-wm0-x244.google.com with SMTP id c85so41543814wmi.1 for ; Wed, 25 Jan 2017 02:42:35 -0800 (PST) In-Reply-To: <20170125103903.28517-1-m.othacehe@gmail.com> 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 * gnu/packages/gnuzilla.scm: Update nss to 3.28.1 --- gnu/packages/gnuzilla.scm | 4 ++-- gnu/packages/patches/nss-pkgconfig.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 354cc0228..a27dc9435 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -186,7 +186,7 @@ in the Mozilla clients.") (define-public nss (package (name "nss") - (version "3.27.1") + (version "3.28.1") (source (origin (method url-fetch) (uri (let ((version-with-underscores @@ -197,7 +197,7 @@ in the Mozilla clients.") "nss-" version ".tar.gz"))) (sha256 (base32 - "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx")) + "1bc23bg7adrxds3k3jdahy6g8f1ma57sggi0v3k275gdq02hrk2q")) ;; Create nss.pc and nss-config. (patches (search-patches "nss-pkgconfig.patch")))) (build-system gnu-build-system) diff --git a/gnu/packages/patches/nss-pkgconfig.patch b/gnu/packages/patches/nss-pkgconfig.patch index e611f69be..a33e05fcf 100644 --- a/gnu/packages/patches/nss-pkgconfig.patch +++ b/gnu/packages/patches/nss-pkgconfig.patch @@ -221,5 +221,5 @@ Later adapted to apply cleanly to nss-3.21. RELEASE = nss --DIRS = coreconf lib cmd external_tests -+DIRS = coreconf lib cmd external_tests config +-DIRS = coreconf lib cmd gtests ++DIRS = coreconf lib cmd gtests config -- 2.11.0