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


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium: Update to 80.0.3987.132-0.7e68f18 [fixes CVE-2020-6420].
Date: Wed, 04 Mar 2020 05:41:22 -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 d46f9f8  gnu: ungoogled-chromium: Update to 80.0.3987.132-0.7e68f18 
[fixes CVE-2020-6420].
d46f9f8 is described below

commit d46f9f833b190aac04f7f4683b84a06a291a3f8f
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Mar 4 00:03:57 2020 +0100

    gnu: ungoogled-chromium: Update to 80.0.3987.132-0.7e68f18 [fixes 
CVE-2020-6420].
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 80.0.3987.132.
    (%ungoogled-revision): Set to 7e68f18f1d16a132fe7d913a176daf79897eaa58.
    (%chromium-origin): Update hash.
    (%ungoogled-origin): Change back to canonical upstream.  Update hash.
---
 gnu/packages/chromium.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index be33e5b..0b3d19a 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -247,8 +247,8 @@ from forcing GEXP-PROMISE."
                       #:system system
                       #:guile-for-build guile)))
 
-(define %chromium-version "80.0.3987.122")
-(define %ungoogled-revision "6056988937ebc32f14293809487dbaaa65939834")
+(define %chromium-version "80.0.3987.132")
+(define %ungoogled-revision "7e68f18f1d16a132fe7d913a176daf79897eaa58")
 (define %debian-revision "debian/80.0.3987.116-1")
 (define package-revision "0")
 (define %package-version (string-append %chromium-version "-"
@@ -263,21 +263,18 @@ from forcing GEXP-PROMISE."
                         %chromium-version ".tar.xz"))
     (sha256
      (base32
-      "0wr487drgd030d7p84rdz1cys0c87wbgh2qg3d7qd98gqbfcpss8"))))
+      "00f2hpi2d0n15yw29dv3dli566cgi7qh55bfpziag9a6j02i401c"))))
 
 (define %ungoogled-origin
   (origin
     (method git-fetch)
-    ;; XXX: Temporarily download from a third party because the main
-    ;; ungoogled-chromium repo is stale.  Code taken from this pull
-    ;; request: https://github.com/Eloston/ungoogled-chromium/pull/942
-    (uri (git-reference (url "https://github.com/Zoraver/ungoogled-chromium";)
+    (uri (git-reference (url "https://github.com/Eloston/ungoogled-chromium";)
                         (commit %ungoogled-revision)))
     (file-name (git-file-name "ungoogled-chromium"
                               (string-take %ungoogled-revision 7)))
     (sha256
      (base32
-      "0s4bfj5lr49hknb6d7vp3zah70w9sq5cdhhlyihnl7f9jlrrnwsi"))))
+      "196rr3nly42pzl2bap22vzw4d8x87yl3zy1wq2fla5z8iy4x8ym1"))))
 
 (define %debian-origin
   (origin



reply via email to

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