From e3b53fa1271f0ecfc6d650148fa6a2ce7fd59689 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Mon, 13 Apr 2020 10:37:15 +0000 Subject: www/chromium: update to 81.0.4044.92 Currently the camera and geolocation do not work. Submitted by: Matthias Wolf Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/173 Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/174 MFH: 2020Q2 Security: https://www.vuxml.org/freebsd/6e3b700a-7ca3-11ea-b594-3065ec8fd3ec.html --- www/chromium/files/patch-net_BUILD.gn | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'www/chromium/files/patch-net_BUILD.gn') diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index 5bcf6bd11e09..2696770beb1c 100644 --- a/www/chromium/files/patch-net_BUILD.gn +++ b/www/chromium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig 2020-03-03 18:53:55 UTC +--- net/BUILD.gn.orig 2020-03-16 18:40:33 UTC +++ net/BUILD.gn @@ -103,7 +103,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1834,6 +1834,17 @@ component("net") { +@@ -1247,6 +1247,16 @@ component("net") { ] } @@ -19,15 +19,14 @@ + "base/address_tracker_linux.h", + "base/network_change_notifier_linux.cc", + "base/network_change_notifier_linux.h", -+ "base/network_interfaces_linux.cc", -+ "base/network_interfaces_linux.h", ++ "base/network_interfaces_linux.cc" + ] + } + if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1960,7 +1971,7 @@ component("net") { +@@ -1373,7 +1383,7 @@ component("net") { } } @@ -36,7 +35,7 @@ sources += [ "base/network_change_notifier_posix.cc", "base/network_change_notifier_posix.h", -@@ -1991,7 +2002,7 @@ component("net") { +@@ -1406,7 +1416,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux and Android. -- cgit v1.2.3