guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: nss-next: Update to 3.88.1 [fixes CVE-2023-0


From: guix-commits
Subject: branch master updated: gnu: nss-next: Update to 3.88.1 [fixes CVE-2023-0767].
Date: Fri, 17 Feb 2023 12:21:10 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 246a3d90ea gnu: nss-next: Update to 3.88.1 [fixes CVE-2023-0767].
246a3d90ea is described below

commit 246a3d90eac82966b691bdca4660ab9c5d802631
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Feb 17 04:49:58 2023 +0100

    gnu: nss-next: Update to 3.88.1 [fixes CVE-2023-0767].
    
    * gnu/packages/nss.scm (nss-next): Update to 3.88.1
    
    Co-spirited-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/nss.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index c1d9966fd7..c06807c808 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -246,7 +246,7 @@ security standards.")
 (define-public nss-next
   (package
     (inherit nss)
-    (version "3.83")
+    (version "3.88.1")
     (source (origin
               (inherit (package-source nss))
               (uri (let ((version-with-underscores
@@ -257,5 +257,5 @@ security standards.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "0a01xwfrr334mibj1agbykjkc72ph906f2n8ff5hn2b4z5kyl8xb"))))
+                "15il9fsmixa1r4446zq1wl627sg0hz9h67w6kjxz273xz3nl7li7"))))
     (propagated-inputs (list nspr-next)))) ;required by nss.pc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]