diff options
| author | André Batista <nandre@riseup.net> | 2026-07-24 13:53:33 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-04 21:58:45 +0200 |
| commit | bd2828dbb7d63dc62c5f08a4f388403ac88fc057 (patch) | |
| tree | 1cf7a0d2b2341fc8d3513c4f4de03f67a468cb9b | |
| parent | fed6a3b18e94ba932697db30f70155d770b615f6 (diff) | |
gnu: ungoogled-chromium: Update to 150.0.7871.181 [security-fixes].
Fixes several CVEs. See:
<https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0256605430.html>,
<https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_049796704.html>,
<https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0353146366.html>
and
<https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01162222768.html>
* gnu/packages/chromium.scm (%chromium-version): Update to
150.0.7871.181.
(%ungoogled-origin, %debian-origin): Update hashes.
(%debian-patches): Remove trixie/node20-compat.patch which
is not needed any longer.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/chromium.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 147ed0ea8b6..847c3059c87 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm | |||
| @@ -390,7 +390,7 @@ | |||
| 390 | ;; run the Blink performance tests, just remove everything to save ~70MiB. | 390 | ;; run the Blink performance tests, just remove everything to save ~70MiB. |
| 391 | '("third_party/blink/perf_tests")) | 391 | '("third_party/blink/perf_tests")) |
| 392 | 392 | ||
| 393 | (define %chromium-version "150.0.7871.46") | 393 | (define %chromium-version "150.0.7871.181") |
| 394 | (define %ungoogled-revision (string-append %chromium-version "-1")) | 394 | (define %ungoogled-revision (string-append %chromium-version "-1")) |
| 395 | (define %debian-revision (string-append "debian/" %ungoogled-revision)) | 395 | (define %debian-revision (string-append "debian/" %ungoogled-revision)) |
| 396 | 396 | ||
| @@ -402,7 +402,7 @@ | |||
| 402 | (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision)) | 402 | (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision)) |
| 403 | (sha256 | 403 | (sha256 |
| 404 | (base32 | 404 | (base32 |
| 405 | "1gzwpzhghnvcgyql86awnp2fd3synj9w3szh3vmqkvkg98ym7rja")))) | 405 | "0rmc6lhnc0djjvfb7b65i5fmw2wbl729y6p62if8z2rgwyf89yl9")))) |
| 406 | 406 | ||
| 407 | (define %debian-origin | 407 | (define %debian-origin |
| 408 | (origin | 408 | (origin |
| @@ -415,7 +415,7 @@ | |||
| 415 | ((_ version) version)))) | 415 | ((_ version) version)))) |
| 416 | (sha256 | 416 | (sha256 |
| 417 | (base32 | 417 | (base32 |
| 418 | "1nrw212mq6mk6imnh9a239x4d6zm772wl1ragamrl69gf5fsiwf9")))) | 418 | "1jsv9ym20wfkdrj2nz5khmpb83w6b2ib92p7bznf6q4hssysxf5k")))) |
| 419 | 419 | ||
| 420 | (define (origin-file origin file) | 420 | (define (origin-file origin file) |
| 421 | (computed-file | 421 | (computed-file |
| @@ -459,7 +459,6 @@ | |||
| 459 | "system/openjpeg.patch" | 459 | "system/openjpeg.patch" |
| 460 | "trixie/bindgen-boringssl.patch" | 460 | "trixie/bindgen-boringssl.patch" |
| 461 | "trixie/cookie-string-view.patch" | 461 | "trixie/cookie-string-view.patch" |
| 462 | "trixie/node20-compat.patch" | ||
| 463 | "trixie/nodejs-main.patch" | 462 | "trixie/nodejs-main.patch" |
| 464 | "trixie/revert-v8-sanitize.patch" | 463 | "trixie/revert-v8-sanitize.patch" |
| 465 | "upstream/ar-path1.patch" | 464 | "upstream/ar-path1.patch" |
| @@ -614,7 +613,7 @@ | |||
| 614 | %chromium-version "-lite.tar.xz")) | 613 | %chromium-version "-lite.tar.xz")) |
| 615 | (sha256 | 614 | (sha256 |
| 616 | (base32 | 615 | (base32 |
| 617 | "1ilq7p7v3qazca7dxy16qnlpqd0fb2nqj47rk2pj1p3xqfklyrg2")) | 616 | "0v1750cwsynlbrhg08j281y3817195kp7826hwkl2hz3fn79q0s1")) |
| 618 | (modules '((guix build utils))) | 617 | (modules '((guix build utils))) |
| 619 | (snippet (force ungoogled-chromium-snippet)))) | 618 | (snippet (force ungoogled-chromium-snippet)))) |
| 620 | (build-system gnu-build-system) | 619 | (build-system gnu-build-system) |
