From e0d6d418c054882b7d923ddd06c8b8bef00564a7 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 22 Oct 2025 06:56:27 +0200 Subject: www/ungoogled-chromium: update to 141.0.7390.107 Security: https://vuxml.freebsd.org/freebsd/88f34edb-ae9b-11f0-b3f7-a8a1599412c6.html Security: https://vuxml.freebsd.org/freebsd/60ddafd2-ae9e-11f0-b3f7-a8a1599412c6.html --- .../files/patch-base_native__library__unittest.cc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/ungoogled-chromium/files/patch-base_native__library__unittest.cc (limited to 'www/ungoogled-chromium/files/patch-base_native__library__unittest.cc') diff --git a/www/ungoogled-chromium/files/patch-base_native__library__unittest.cc b/www/ungoogled-chromium/files/patch-base_native__library__unittest.cc deleted file mode 100644 index e0e5fc7a0054..000000000000 --- a/www/ungoogled-chromium/files/patch-base_native__library__unittest.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- base/native_library_unittest.cc.orig 2024-10-27 06:40:35 UTC -+++ base/native_library_unittest.cc -@@ -135,7 +135,7 @@ TEST(NativeLibraryTest, LoadLibrary) { - // versions with respect to symbol resolution scope. - // TSan and MSan error out on RTLD_DEEPBIND, https://crbug.com/705255 - #if !BUILDFLAG(IS_ANDROID) && !defined(THREAD_SANITIZER) && \ -- !defined(MEMORY_SANITIZER) -+ !defined(MEMORY_SANITIZER) && !BUILDFLAG(IS_BSD) - - // Verifies that the |prefer_own_symbols| option satisfies its guarantee that - // a loaded library will always prefer local symbol resolution before -- cgit v1.2.3