guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ungoogled-chromium: Update to 88.0.4324.150-


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium: Update to 88.0.4324.150-0.f7c33de [fixes CVE-2021-21148].
Date: Sun, 07 Feb 2021 07:54:25 -0500

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

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d6eabc8  gnu: ungoogled-chromium: Update to 88.0.4324.150-0.f7c33de 
[fixes CVE-2021-21148].
d6eabc8 is described below

commit d6eabc8ab0178cebf537e311a43369c0c16a3b74
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Feb 7 11:38:38 2021 +0100

    gnu: ungoogled-chromium: Update to 88.0.4324.150-0.f7c33de [fixes 
CVE-2021-21148].
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 88.0.4324.150.
    (%ungoogled-revision): Set to f7c33ded1674556b6e9e72d597c706666f490da8.
    (%ungoogled-origin, ungoogled-chromium): Update hashes.
---
 gnu/packages/chromium.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 487278b..cf4b57a 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -310,8 +310,8 @@
                   (string-append "ungoogled-chromium-" category "-" name))))
     (sha256 (base32 hash))))
 
-(define %chromium-version "88.0.4324.146")
-(define %ungoogled-revision "d8e821c16212647250ea6d848537e92b1b739f82")
+(define %chromium-version "88.0.4324.150")
+(define %ungoogled-revision "f7c33ded1674556b6e9e72d597c706666f490da8")
 (define %debian-revision "debian/84.0.4147.105-1")
 
 (define %debian-patches
@@ -329,7 +329,7 @@
                               (string-take %ungoogled-revision 7)))
     (sha256
      (base32
-      "0vp53b3jdsay6a17n27vi6cj10jj6zz94gr9ip4r5zf45qq6jx3w"))))
+      "0hzap19pbnfcskpzbqq7dqrankmlrq9q7m1xrf7aygqiir0ksp4y"))))
 
 (define %guix-patches
   (list (local-file
@@ -467,7 +467,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "0zc2gx5wjv00n2xmlagjd2xv4plg128d1kkhy7j8kpxvx3xiic9q"))
+                "1hrqrggg4g1hjmaajbpydwsij2mfkfj5ccs1lj76nv4qj91yj4mf"))
               (modules '((guix build utils)))
               (snippet (force ungoogled-chromium-snippet))))
     (build-system gnu-build-system)



reply via email to

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