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


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium: Update to 81.0.4044.138-0.c2a89fb [security fixes].
Date: Wed, 06 May 2020 06:08:22 -0400

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 c5b6a67  gnu: ungoogled-chromium: Update to 81.0.4044.138-0.c2a89fb 
[security fixes].
c5b6a67 is described below

commit c5b6a67e5ac2c424e8a912178b0e44d6d0198bb3
Author: Marius Bakke <address@hidden>
AuthorDate: Wed May 6 09:57:48 2020 +0200

    gnu: ungoogled-chromium: Update to 81.0.4044.138-0.c2a89fb [security fixes].
    
    This release fixes CVE-2020-6831 and CVE-2020-6464.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.138.
    (%chromium-origin): 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 1319437..795cc29 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -248,7 +248,7 @@ from forcing GEXP-PROMISE."
                       #:system system
                       #:guile-for-build guile)))
 
-(define %chromium-version "81.0.4044.129")
+(define %chromium-version "81.0.4044.138")
 (define %ungoogled-revision "c2a89fb6b5b559c826796c811741fa8ed3e11de8")
 (define %debian-revision "debian/81.0.4044.92-1")
 (define package-revision "0")
@@ -264,7 +264,7 @@ from forcing GEXP-PROMISE."
                         %chromium-version ".tar.xz"))
     (sha256
      (base32
-      "1ls663s1f74p912x42qp3zcvm17kmjiv1ij6yy1c14gdhcpmjx7z"))))
+      "19kpzmqmld0m0nflx13w9flxfal19msnxhzl3lip1jqih65z4y7l"))))
 
 (define %ungoogled-origin
   (origin



reply via email to

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