mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Fixes CVEs 2025-9864, 2025-9865, 2025-9866, 2025-9867, 2025-10200 and 2025-10201. See: <https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop.html> and <https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop_9.html> * gnu/packages/chromium.scm (%preserved-third-party-files): Remove 'third_party/wasm_tts_engine' which does not exist anymore. (%chromium-version): Update to 140.0.7339.127. (%ungoogled-origin, %debian-origin): Update hashes. (%debian-patches): Add 'trixie/rust-no-alloc-shim.patch'. (%guix-patches): Remove 'ungoogled-chromium-nullptr_t.patch' which was merged upstream; Add 'ungoogled-chromium-unbundle-icu-target.patch'. (ungoogled-chromium) [arguments] <#:configure-flags>: Add 'use_system_icu' and set it true. * gnu/packages/patches/ungoogled-chromium-nullptr_t.patch: Remove it. * gnu/packages/patches/ungoogled-chromium-unbundle-icu-target.patch: Add it. * gnu/local.mk (dist_patch_DATA): Register and unregister the above. Change-Id: I315dfa7e20ad48e03d8abb764ac726a999d6fbf7 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
21 lines
504 B
Diff
21 lines
504 B
Diff
From a665875b4013eed997bd042326a038e24f3296e7 Mon Sep 17 00:00:00 2001
|
|
From: Matt Jolly <kangie@gentoo.org>
|
|
Date: Thu, 10 Oct 2024 14:36:51 +1000
|
|
Subject: [PATCH] unbundle: add missing icu target
|
|
|
|
--- a/build/linux/unbundle/icu.gn
|
|
+++ b/build/linux/unbundle/icu.gn
|
|
@@ -65,6 +65,10 @@ group("icuuc_public") {
|
|
public_deps = [ ":icuuc" ]
|
|
}
|
|
|
|
+group("icui18n_hidden_visibility") {
|
|
+ public_deps = [ ":icuuc" ]
|
|
+}
|
|
+
|
|
shim_headers("icui18n_shim") {
|
|
root_path = "source/i18n"
|
|
headers = [
|
|
--
|
|
2.46.2
|
|
|