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.129-


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium: Update to 81.0.4044.129-0.c2a89fb [security fixes].
Date: Tue, 28 Apr 2020 10:28:33 -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 085948f  gnu: ungoogled-chromium: Update to 81.0.4044.129-0.c2a89fb 
[security fixes].
085948f is described below

commit 085948fbfc8aef4370d8df8784bbd239c333fa99
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Apr 28 14:38:38 2020 +0200

    gnu: ungoogled-chromium: Update to 81.0.4044.129-0.c2a89fb [security fixes].
    
    This fixes CVE-2020-6462 and CVE-2020-6461.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.129.
    (%ungoogled-revision): Set to c2a89fb6b5b559c826796c811741fa8ed3e11de8.
    (%chromium-origin, %ungoogled-origin): 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 45d68d2..1319437 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -248,8 +248,8 @@ from forcing GEXP-PROMISE."
                       #:system system
                       #:guile-for-build guile)))
 
-(define %chromium-version "81.0.4044.122")
-(define %ungoogled-revision "31d6e60c96481599b42072b4489e4468280198e3")
+(define %chromium-version "81.0.4044.129")
+(define %ungoogled-revision "c2a89fb6b5b559c826796c811741fa8ed3e11de8")
 (define %debian-revision "debian/81.0.4044.92-1")
 (define package-revision "0")
 (define %package-version (string-append %chromium-version "-"
@@ -264,7 +264,7 @@ from forcing GEXP-PROMISE."
                         %chromium-version ".tar.xz"))
     (sha256
      (base32
-      "0ahqh3vmzbpai4xwn7qybgw9phc8ssjdvfc7384mxqk9swqgv7qg"))))
+      "1ls663s1f74p912x42qp3zcvm17kmjiv1ij6yy1c14gdhcpmjx7z"))))
 
 (define %ungoogled-origin
   (origin
@@ -275,7 +275,7 @@ from forcing GEXP-PROMISE."
                               (string-take %ungoogled-revision 7)))
     (sha256
      (base32
-      "1pj2vmzb2fagvypjsjn2kqf5n5k8vnhbisyb0snr6wqvpv09x0vv"))))
+      "0bbr4a2gkgm3ykdgpj8x58sd3dwam6qkifhzfs2997681g7b2v2q"))))
 
 (define %debian-origin
   (origin



reply via email to

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