[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: ungoogled-chromium: Update to 86.0.4240.111-0.c34a56d [secur
From: |
guix-commits |
Subject: |
04/09: gnu: ungoogled-chromium: Update to 86.0.4240.111-0.c34a56d [security fixes]. |
Date: |
Thu, 22 Oct 2020 12:49:06 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit a45071978c25d4c3d66e0798b6b28fc0ce7756af
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Oct 21 23:55:42 2020 +0200
gnu: ungoogled-chromium: Update to 86.0.4240.111-0.c34a56d [security fixes].
This fixes CVE-2020-15999, CVE-2020-16000, CVE-2020-16001, CVE-2020-16002,
and
CVE-2020-16003.
* gnu/packages/chromium.scm (ungoogled-chromium): Update to
86.0.4240.111-0.c34a56d.
---
gnu/packages/chromium.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 344f3a7..f32a779 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.75")
+(define %chromium-version "86.0.4240.111")
(define %ungoogled-revision "c34a56db4c121238fface560e21531b6199ce5dd")
(define %debian-revision "debian/84.0.4147.105-1")
(define %arch-revision "2cbe439471932d30ff2c8ded6b3dfd51b312bbc9")
@@ -446,10 +446,10 @@
(method url-fetch)
(uri (string-append "https://commondatastorage.googleapis.com"
"/chromium-browser-official/chromium-"
- (car (string-split version #\-)) ".tar.xz"))
+ %chromium-version ".tar.xz"))
(sha256
(base32
- "1ddw4p9zfdzhi5hrd8x14k4w326znljzprnpfi2f917rlpnl2ynx"))
+ "05y7lwr89awkhvgmwkx3br9j4ap2aypg2wsc0nz8mi7kxc1dnyzj"))
(modules '((guix build utils)))
(snippet (force ungoogled-chromium-snippet))))
(build-system gnu-build-system)
- branch master updated (cad55e9 -> 3e09453), guix-commits, 2020/10/22
- 01/09: gnu: universal-ctags: Update to 5.9.20201018.0., guix-commits, 2020/10/22
- 03/09: gnu: ungoogled-chromium: Embed absolute references to libGL and friends., guix-commits, 2020/10/22
- 05/09: gnu: clang@10, clang@11: Fix CMake files., guix-commits, 2020/10/22
- 07/09: gnu: srt: Remove unused input., guix-commits, 2020/10/22
- 09/09: gnu: srt: Disable code coverage checking., guix-commits, 2020/10/22
- 02/09: gnu: universal-ctags: Store temporary files below "/tmp"., guix-commits, 2020/10/22
- 04/09: gnu: ungoogled-chromium: Update to 86.0.4240.111-0.c34a56d [security fixes].,
guix-commits <=
- 06/09: gnu: Add LLDB., guix-commits, 2020/10/22
- 08/09: gnu: srt: Do not build the static library., guix-commits, 2020/10/22