From f470b886de1fced2926125a3c0101e3757eb4ff7 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 29 Oct 2025 10:08:34 +0100 Subject: www/iridium: update to 2025.10.141.2 --- www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc') diff --git a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc index 708747c5ef82..3f173cd1ea68 100644 --- a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc +++ b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc @@ -1,6 +1,6 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-09-11 13:19:19 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-10-28 14:29:43 UTC +++ sandbox/policy/openbsd/sandbox_openbsd.cc -@@ -0,0 +1,393 @@ +@@ -0,0 +1,396 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -61,6 +61,7 @@ +#endif + +#include "third_party/boringssl/src/include/openssl/crypto.h" ++#include "third_party/skia/experimental/rust_png/ffi/FFI.rs.h" + +#include +#include "ui/gfx/linux/fontconfig_util.h" @@ -127,6 +128,8 @@ +#endif + CRYPTO_pre_sandbox_init(); + ++ rust_png::initialize_cpudetect(); ++ + base::FilePath cache_directory, local_directory; + + base::PathService::Get(base::DIR_CACHE, &cache_directory); -- cgit v1.2.3 From 6d8702c5e42556c9f0b834733aaa24a027b14aa5 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Thu, 6 Nov 2025 18:45:43 +0100 Subject: www/iridium: update to 2025.11.142 --- www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc') diff --git a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc index 3f173cd1ea68..d108e89284ac 100644 --- a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc +++ b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-10-28 14:29:43 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-11-06 10:11:34 UTC +++ sandbox/policy/openbsd/sandbox_openbsd.cc @@ -0,0 +1,396 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. @@ -61,7 +61,7 @@ +#endif + +#include "third_party/boringssl/src/include/openssl/crypto.h" -+#include "third_party/skia/experimental/rust_png/ffi/FFI.rs.h" ++#include "third_party/skia/rust/png/FFI.rs.h" + +#include +#include "ui/gfx/linux/fontconfig_util.h" -- cgit v1.2.3