guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: ungoogled-chromium: Update to 80.0.3987.122-0.bb952f1 [secur


From: guix-commits
Subject: 03/09: gnu: ungoogled-chromium: Update to 80.0.3987.122-0.bb952f1 [security fixes].
Date: Tue, 25 Feb 2020 12:36:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit adf323e0d76ce9da9c4e4b46ce9d92aa3dbdbbc6
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Feb 25 16:28:59 2020 +0100

    gnu: ungoogled-chromium: Update to 80.0.3987.122-0.bb952f1 [security fixes].
    
    This release fixes CVE-2020-6407 and CVE-2020-6418.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 80.0.3987.122.
    (%ungoogled-revision): Update to 6056988937eb.
    (%chromium-origin): Update hash.
    (%ungoogled-origin): Download from pull request, update hash.
---
 gnu/packages/chromium.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index ae7691d..be33e5b 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.116")
-(define %ungoogled-revision "bb952f18c8c80c569583edd8dbb0b54443f49043")
+(define %chromium-version "80.0.3987.122")
+(define %ungoogled-revision "6056988937ebc32f14293809487dbaaa65939834")
 (define %debian-revision "debian/80.0.3987.116-1")
 (define package-revision "0")
 (define %package-version (string-append %chromium-version "-"
@@ -263,18 +263,21 @@ from forcing GEXP-PROMISE."
                         %chromium-version ".tar.xz"))
     (sha256
      (base32
-      "00c9czjyk1h3i40lvmh2rshp1mq7pcxwsfh1qrq22w8ba6ydkib5"))))
+      "0wr487drgd030d7p84rdz1cys0c87wbgh2qg3d7qd98gqbfcpss8"))))
 
 (define %ungoogled-origin
   (origin
     (method git-fetch)
-    (uri (git-reference (url "https://github.com/Eloston/ungoogled-chromium";)
+    ;; 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";)
                         (commit %ungoogled-revision)))
     (file-name (git-file-name "ungoogled-chromium"
                               (string-take %ungoogled-revision 7)))
     (sha256
      (base32
-      "0lvj3mjwnxvd3kjl2ikl5f0ddrwnp2xsycfx296nwnrimx0frcmg"))))
+      "0s4bfj5lr49hknb6d7vp3zah70w9sq5cdhhlyihnl7f9jlrrnwsi"))))
 
 (define %debian-origin
   (origin



reply via email to

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