[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [secur
From: |
guix-commits |
Subject: |
02/12: gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes]. |
Date: |
Thu, 21 Nov 2019 16:44:04 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit aadfcd1b6f46d5a06791aa7ce19d339c0dd899b4
Author: Marius Bakke <address@hidden>
Date: Thu Nov 21 14:24:02 2019 +0100
gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes].
This fixes CVE-2019-13723 and CVE-2019-13724.
* gnu/packages/chromium.scm (%chromium-version): Set to 78.0.3904.108.
(%ungoogled-revision): Set to 8f065138317a6152b20decc224027a5192ba76b1.
(%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 a9df1d2..9d194de 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -242,8 +242,8 @@ from forcing GEXP-PROMISE."
#:system system
#:guile-for-build guile)))
-(define %chromium-version "78.0.3904.97")
-(define %ungoogled-revision "acaf16383f264d8a2f24142ad054c9b4355771d3")
+(define %chromium-version "78.0.3904.108")
+(define %ungoogled-revision "8f065138317a6152b20decc224027a5192ba76b1")
(define %debian-revision "e43d74632091324774a5049668782dba7b09cf72")
(define package-revision "0")
(define %package-version (string-append %chromium-version "-"
@@ -258,7 +258,7 @@ from forcing GEXP-PROMISE."
%chromium-version ".tar.xz"))
(sha256
(base32
- "01wx5bi397d80za0sdfwgfbjj6n2ad2i31zmcrhm6wzryjwrmx6i"))))
+ "03jvfz68nvmmrplygf96sh0l347p4h03c8vpw8yrglh6ycwkiigr"))))
(define %ungoogled-origin
(origin
@@ -269,7 +269,7 @@ from forcing GEXP-PROMISE."
(string-take %ungoogled-revision 7)))
(sha256
(base32
- "1gqbch6dnww3c3vn1i4nb07iz1f78mws9dsxscj3rsrkcgwhsdz8"))))
+ "0zix90jz82hpym9jmyf99yw19swaf13ps6szi60wccmz1gccv77g"))))
(define %debian-origin
(origin
- branch master updated (8da527d -> a31b9da), guix-commits, 2019/11/21
- 06/12: gnu: libseccomp: Update to 2.4.2., guix-commits, 2019/11/21
- 02/12: gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes].,
guix-commits <=
- 05/12: gnu: jsoncpp: Update to 1.9.2., guix-commits, 2019/11/21
- 10/12: gnu: Add emacs-openwith., guix-commits, 2019/11/21
- 01/12: gnu: ungoogled-chromium: Increase resource limits in separate phase., guix-commits, 2019/11/21
- 03/12: gnu: minetest: Adjust indentation., guix-commits, 2019/11/21
- 04/12: gnu: json-modern-cxx: Update to 3.7.3., guix-commits, 2019/11/21
- 08/12: gnu: qemu: Update to 4.1.1., guix-commits, 2019/11/21
- 09/12: gnu: lxc: Adjust for GCC 7., guix-commits, 2019/11/21
- 11/12: gnu: monero: Update to 0.15.0.1., guix-commits, 2019/11/21
- 07/12: gnu: nginx: Update to 1.17.6., guix-commits, 2019/11/21
- 12/12: gnu: monero-gui: Update to 0.15.0.1., guix-commits, 2019/11/21