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 86.0.4240.198-


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium: Update to 86.0.4240.198-0.b68e17f [security fixes].
Date: Thu, 12 Nov 2020 15:55:32 -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 1ed9a07  gnu: ungoogled-chromium: Update to 86.0.4240.198-0.b68e17f 
[security fixes].
1ed9a07 is described below

commit 1ed9a078e16ff0326ff855897b2f7a58538aebb9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Nov 12 08:49:45 2020 +0100

    gnu: ungoogled-chromium: Update to 86.0.4240.198-0.b68e17f [security fixes].
    
    This fixes CVE-2020-16013 and CVE-2020-16017.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 86.0.4240.198.
    (ungoogled-chromium): Update hash.
---
 gnu/packages/chromium.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 5829193..3d6a1b0 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -301,7 +301,7 @@
                         "/svntogit-packages/" revision "/trunk/" name))
     (sha256 (base32 hash))))
 
-(define %chromium-version "86.0.4240.193")
+(define %chromium-version "86.0.4240.198")
 (define %ungoogled-revision "b68e17f32e9eff56615a07b44e457835bb9460c6")
 (define %debian-revision "debian/84.0.4147.105-1")
 (define %arch-revision "2cbe439471932d30ff2c8ded6b3dfd51b312bbc9")
@@ -455,7 +455,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "0d55xkw3fygqpa3a5bvz7vqmzb0d9w1kis72h54cnwsqgw4xag90"))
+                "0i3s1il0x5yi3528gdsg3bhnyhs2x24zh7p1nd5apv3va9g85ax0"))
               (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]