- Chromium 128.0.6613.36 (current beta release)
- modified patches:
* chromium-norar.patch drop most hunks,
upstream has a config for this now
* gcc-enable-lto.patch update context
* chromium-125-compiler.patch update context
* chromium-127-constexpr.patch update context
- drop patches: (should be obsolete with llvm>17 and libc++)
chromium-120-emplace.patch
chromium-125-emplace-struct.patch
- drop patches: (upstream)
* chromium-121-nullptr_t-without-namespace-std.patch
* chromium-123-stats-collector.patch
* chromium-127-paint-layer-header.patch
* chromium-127-ninja-1.21.1-deps-part0.patch
* chromium-127-ninja-1.21.1-deps-part1.patch
* chromium-127-ninja-1.21.1-deps-part2.patch
* chromium-127-ninja-1.21.1-deps-part3.patch
- disable rpmlint only for factory/tw where it is broken because
of the large archive size of the source here
- keeplibs add
third_party/devtools-frontend/src/front_end/third_party/
puppeteer/package/lib/esm/third_party/parsel-js
third_party/tflite/src/third_party/xla/xla/tsl/framework
- buildflags add
safe_browsing_use_unrar=false
OBS-URL: https://build.opensuse.org/request/show/1195041
OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium-beta?expand=0&rev=50
13 lines
808 B
Diff
13 lines
808 B
Diff
diff -up chromium-122.0.6261.29/chrome/browser/safe_browsing/download_protection/file_analyzer.cc.nounrar chromium-122.0.6261.29/chrome/browser/safe_browsing/download_protection/file_analyzer.cc
|
|
--- chromium-122.0.6261.29/chrome/browser/safe_browsing/download_protection/file_analyzer.cc.nounrar 2024-02-07 19:49:25.000000000 +0100
|
|
+++ chromium-122.0.6261.29/chrome/browser/safe_browsing/download_protection/file_analyzer.cc 2024-02-11 18:55:29.964450604 +0100
|
|
@@ -79,8 +79,6 @@ void FileAnalyzer::Start(const base::Fil
|
|
|
|
if (inspection_type == DownloadFileType::ZIP) {
|
|
StartExtractZipFeatures();
|
|
- } else if (inspection_type == DownloadFileType::RAR) {
|
|
- StartExtractRarFeatures();
|
|
#if BUILDFLAG(IS_MAC)
|
|
} else if (inspection_type == DownloadFileType::DMG) {
|
|
StartExtractDmgFeatures();
|