From ca86db173faf89e0322b266082a36ec52314de3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Wed, 7 Aug 2019 17:33:12 +0300 Subject: [PATCH] Updated to 76.0.3809.87 --- .abf.yml | 2 +- chromium-browser-stable.spec | 15 +++++++++------ chromium-ffmpeg-ebp-r1.patch | 18 ------------------ 3 files changed, 10 insertions(+), 25 deletions(-) delete mode 100644 chromium-ffmpeg-ebp-r1.patch diff --git a/.abf.yml b/.abf.yml index 3256219..ad93a12 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,5 +1,5 @@ sources: - chromium-75.0.3770.142.tar.xz: 55466d99020bafbab72e912227634c3aaf3f1fa8 + chromium-76.0.3809.87.tar.xz: 3a2539803cc3b39f7bf7ef270e35ec07a3cc4455 depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5 icons.tar.bz2: a835954af164bf38f8ea4ea80608839bed7800a3 new-system-icons.tar.xz: 89339b8b3b05359a8745ed7968fe148902a2fa28 diff --git a/chromium-browser-stable.spec b/chromium-browser-stable.spec index 9a2c206..8183da3 100644 --- a/chromium-browser-stable.spec +++ b/chromium-browser-stable.spec @@ -34,7 +34,7 @@ Summary: A fast web browser based on the Blink engine Name: chromium-browser-stable -Version: 75.0.3770.142 +Version: 76.0.3809.87 Release: 1 License: BSD, LGPL Group: Networking/WWW @@ -101,7 +101,6 @@ Patch601: chromium-62-include-cstdlib.patch Patch603: chromium-66.0.3359.81-system-clang.patch # ftp://mirror.yandex.ru/gentoo-portage/www-client/chromium/files/ Patch604: chromium-compiler-r4.patch -Patch605: chromium-ffmpeg-ebp-r1.patch # https://chromium.googlesource.com/chromium/src/+/40a8d84a54ac47d3299194c5377aebd71714f1f0%5E%21/ Patch607: chromium-67.0.3396.87-fix-build-llvm-ar.patch @@ -332,7 +331,6 @@ members of the Chromium and WebDriver teams. %patch603 -p1 %patch604 -p1 -%patch605 -p1 %patch607 -p1 @@ -360,6 +358,7 @@ popd build/linux/unbundle/remove_bundled_libraries.py \ 'buildtools/third_party/libc++' \ 'buildtools/third_party/libc++abi' \ + 'base/third_party/cityhash' \ 'base/third_party/dmg_fp' \ 'base/third_party/dynamic_annotations' \ 'base/third_party/icu' \ @@ -398,6 +397,9 @@ build/linux/unbundle/remove_bundled_libraries.py \ 'third_party/blink' \ 'third_party/boringssl' \ 'third_party/boringssl/src/third_party/fiat' \ + 'third_party/boringssl/src/third_party/sike' \ + 'third_party/boringssl/linux-aarch64/crypto/third_party/sike' \ + 'third_party/boringssl/linux-x86_64/crypto/third_party/sike' \ 'third_party/breakpad' \ 'third_party/breakpad/breakpad/src/third_party/curl' \ 'third_party/brotli' \ @@ -485,7 +487,7 @@ build/linux/unbundle/remove_bundled_libraries.py \ 'third_party/node/linux' \ 'third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2' \ 'third_party/openh264' \ - 'third_party/openmax_dl' \ + 'third_party/openscreen' \ 'third_party/opus' \ 'third_party/ots' \ 'third_party/pdfium' \ @@ -514,6 +516,7 @@ build/linux/unbundle/remove_bundled_libraries.py \ 'third_party/simplejson' \ 'third_party/sinonjs' \ 'third_party/skia' \ + 'third_party/skia/include/third_party/skcms' \ 'third_party/skia/include/third_party/vulkan' \ 'third_party/skia/third_party/gif' \ 'third_party/skia/third_party/skcms' \ @@ -525,9 +528,9 @@ build/linux/unbundle/remove_bundled_libraries.py \ 'third_party/SPIRV-Tools' \ 'third_party/sqlite' \ 'third_party/swiftshader' \ - 'third_party/swiftshader/third_party/subzero' \ - 'third_party/swiftshader/third_party/LLVM' \ + 'third_party/swiftshader/third_party/llvm-7.0' \ 'third_party/swiftshader/third_party/llvm-subzero' \ + 'third_party/swiftshader/third_party/subzero' \ 'third_party/tcmalloc' \ 'third_party/test_fonts' \ 'third_party/unrar' \ diff --git a/chromium-ffmpeg-ebp-r1.patch b/chromium-ffmpeg-ebp-r1.patch deleted file mode 100644 index 20ded61..0000000 --- a/chromium-ffmpeg-ebp-r1.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://bugs.chromium.org/p/chromium/issues/detail?id=796379 -https://bugs.gentoo.org/656902 - ---- a/third_party/ffmpeg/BUILD.gn -+++ b/third_party/ffmpeg/BUILD.gn -@@ -239,11 +239,7 @@ - # Windows builds can't compile without EBP because we can't omit frame - # pointers like we do on posix. - if (target_cpu == "x86") { -- if (using_sanitizer || is_win) { -- defines += [ "HAVE_EBP_AVAILABLE=0" ] -- } else { -- defines += [ "HAVE_EBP_AVAILABLE=1" ] -- } -+ defines += [ "HAVE_EBP_AVAILABLE=0" ] - } - - if (is_posix || is_fuchsia) {