gnu: ungoogled-chromium: Update to 88.0.4324.150-0.f7c33de [fixes CVE-2021-21148].

* gnu/packages/chromium.scm (%chromium-version): Set to 88.0.4324.150.
(%ungoogled-revision): Set to f7c33ded1674556b6e9e72d597c706666f490da8.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
This commit is contained in:
Marius Bakke 2021-02-07 11:38:38 +01:00
parent 127a88d390
commit d6eabc8ab0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -310,8 +310,8 @@ (define (debian-patch name revision hash)
(string-append "ungoogled-chromium-" category "-" name))))
(sha256 (base32 hash))))
(define %chromium-version "88.0.4324.146")
(define %ungoogled-revision "d8e821c16212647250ea6d848537e92b1b739f82")
(define %chromium-version "88.0.4324.150")
(define %ungoogled-revision "f7c33ded1674556b6e9e72d597c706666f490da8")
(define %debian-revision "debian/84.0.4147.105-1")
(define %debian-patches
@ -329,7 +329,7 @@ (define %ungoogled-origin
(string-take %ungoogled-revision 7)))
(sha256
(base32
"0vp53b3jdsay6a17n27vi6cj10jj6zz94gr9ip4r5zf45qq6jx3w"))))
"0hzap19pbnfcskpzbqq7dqrankmlrq9q7m1xrf7aygqiir0ksp4y"))))
(define %guix-patches
(list (local-file
@ -467,7 +467,7 @@ (define-public ungoogled-chromium
%chromium-version ".tar.xz"))
(sha256
(base32
"0zc2gx5wjv00n2xmlagjd2xv4plg128d1kkhy7j8kpxvx3xiic9q"))
"1hrqrggg4g1hjmaajbpydwsij2mfkfj5ccs1lj76nv4qj91yj4mf"))
(modules '((guix build utils)))
(snippet (force ungoogled-chromium-snippet))))
(build-system gnu-build-system)