Revisions of nodejs-electron

Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1171560 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 144)
- Change version number to reflect this is a git snapshot.
  Upstream removed the tag (gh#electron/electron#42025) due to their CI being broken (gh#electron/electron#42005)
  but AFAIK there isn't anything wrong with the code itself so we're still publishing it.
- New upstream relese 29.3.2
  * Fixes an issue where console.log() in AudioWorkletGlobalScope produced incorrect output.
  * electron doesn't paint on offscreen-render mode after gpu process crashed
  * fix type confusion in ANGLE (CVE-2024-4058)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1171026 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 143)
- Disable custom malloc due to bizarre segfaults (bsc#1223366)
- x86_64 Tumbleweed and Fedora: increase debuginfo quality
Bruno Pitrus's avatar Bruno Pitrus (dziobian) committed (revision 142)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1169276 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 141)
- Update to electron 29.3.1
  * ABI break: NODE_MODULE_VERSION is now 121
  * Chromium 122.0.6261.156
  * Node 20.9.0
  * V8 12.2
  * The deprecated gpu-process-crashed event on app has been removed.
  * The deprecated renderer-process-crashed event on app and crashed
    event on WebContents and <webview> have been removed.
  * Added WebContentsView and BaseWindow, replacing the now-deprecated BrowserView APIs.
  * Added new webUtils.getPathForFile method to replace File.path augmentation. 
  * see https://www.electronjs.org/blog/electron-29-0 and https://github.com/electron/electron/releases/tag/v29.0.0 for more
  * Security fixes for Angle (CVE-2024-3516) and Compositing (CVE-2024-3157)
- Drop upstreamed patches
  * atspi.patch
  * chromium-117-blink-BUILD-mnemonic.patch
  * local_frame-local_frame_client-incomplete-WebBackgroundResourceFetchAssets.patch
  * node-upgrade-llhttp-to-8.patch
  * policy_templates-deterministic.patch
  * v8-hide-private-symbols.patch
  * web_local_frame_client-incomplete-WebBackgroundResourceFetchAssets.patch
- Add patches to fix build errors
  * aarch64-Xclang.patch
  * absl2023-encapsulated_web_transport-StrCat.patch
  * boringssl-internal-addc-cxx.patch
  * chromium-122-avoid-SFINAE-TypeConverter.patch
  * chromium-122-BookmarkNode-missing-operator.patch
  * distributed_point_functions-aes_128_fixed_key_hash-missing-StrCat.patch
  * distributed_point_functions-evaluate_prg_hwy-signature.patch
  * fake_ssl_socket_client-Wlto-type-mismatch.patch
  * grid_sizing_tree-Wchanges-meaning.patch
  * hit_test_request-missing-optional.patch
  * InternalAllocator-too-many-initializers.patch
  * mt21_util-flax-vector-conversions.patch
  * plus_address_types-missing-optional.patch
  * race_network_request_write_buffer_manager-missing-optional.patch
  * resolution_monitor-missing-bitset.patch
  * script_promise_resolver-explicit-specialization.patch
  * search_engine_choice_service-missing-optional.patch
  * system-yuv.patch
- Replace abseil-remove-unused-targets.patch with chromium-122-abseil-shims.patch
- Remove dead code from third_party/
  * remove-dawn.patch
  * remove-openscreen.patch
  * remove-password-manager-and-policy.patch
  * remove-puffin.patch
  * remove-rust.patch
  * remove AFL-2.0, BSD-Protection and IJG from licence list,
    because the relevant libraries (xdg-mime, bsdiff and iccjpeg)
    are no longer shipped.
- Leap, Fedora: use bundled re2
  * drop replace-StringPiece-with-string_view.patch
- Fedora 38: use bundled abseil
  * drop pending_task_safety_flag-abseil-2022-nullability.patch
  * drop thread_annotations-fix-build-with-system-abseil.patch
- Leap 15.5: Reverse upstream changes to build with old wayland
  * wayland-proto-31-cursor-shape.patch
- Leap 15.5/6: Reverse upstream changes to build with old ffmpeg
  * Cr122-ffmpeg-new-channel-layout.patch
- aarch64: reduce debuginfo due to linker OOM
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1166930 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 140)
- New upstream release 28.3.0
  * Added proxy configuring support for requests made with net module from utility process.
  * Fix out of bounds memory access in V8 (CVE-2024-3159 bsc#1222260)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1166705 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 139)
- Add CVE-2024-30261-undici-fetch-integrity.patch (fixes CVE-2024-30261 bsc#1222603)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1166510 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 138)
- Add backported CVE-2024-30260-undici-clear-proxy-authorization.patch (CVE-2024-30260 bsc#1222530)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1165323 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 137)
- New upstream release 28.2.10
  * Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment.
  * Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol.
  * Security fixes (bsc#1222035):
    + Use after free in Angle (CVE-2024-2883)
    + Type confusion in WebAssembly (CVE-2024-2887)
    + Use after free in WebCodecs (CVE-2024-2886)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1163284 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 136)
- New upstream release 28.2.9
  * Fix object lifecycle issue in V8 (CVE-2024-2625 bsc#1221732)
  * Fixes an issue where the serial-port-added event
    improperly respected filters set by serial.requestPort()
- Fedora 39: use system vulkan-memory-allocator
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1160071 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 135)
- New upstream release 28.2.8
  * no user-visible changes
- Leap 15.6: link libvulkan.so instead of dlopening it
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1158787 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 134)
- aarch64, riscv64: fix build with LLVM 18
  * swiftshader-llvm18-LLVMReactor-getInt8PtrTy.patch gh#llvm/llvm-project#71029
  * swiftshader-llvm18-LLVMJIT-Host.patch             gh#llvm/llvm-project#74261
  * swiftshader-llvm18-LLVMJIT-CodeGenOptLevel.patch  gh#llvm/llvm-project#66295
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1157977 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 133)
- New upstream release 28.2.7
  * Fix out of memory access in V8 (CVE-2024-2173 bsc#1221105)
  * Fixed chrome://process-internals failing to load
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1157417 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 132)
- Correct bogus ASCII unit separator in licence field (bsc#1221251 gh#rpm-software-management/rpm#1644)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) committed (revision 131)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1156221 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 130)
- New upstream release 28.2.6
  * Fixed a crash that can result from some kinds of dynamic imports.
  * Fixed saving traces from devtools performance panel.
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1153603 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 129)
- New upstream release 28.2.5
  * Fix use after free in Mojo (CVE-2024-1670 bsc#1220131)
- aarch64: use bfd linker (bsc#1210687) and enable LTO
Bruno Pitrus's avatar Bruno Pitrus (dziobian) committed (revision 128)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) committed (revision 127)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1152479 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 126)
- Update to version 28.2.4:
  * ABI break: NODE_MODULE_VERSION is now 119
  * Chromium 120.0.6099.291
  * Node 18.18.2
  * V8 12.0
  * The ipcRenderer.sendTo() method has been removed.
  * The scroll-touch-{begin,end,edge} events have been removed.
  * Setting backgroundThrottling to false will disable frames throttling in the BrowserWindow for all WebContents displayed by it.
  * Enabled ESM support.
  * The UtilityProcess API now supports ESM entrypoints.
  * Added several properties to the display object including detected, maximumCursorSize, and nativeOrigin.
  * Added support for ELECTRON_OZONE_PLATFORM_HINT environment variable on Linux.
  * see https://www.electronjs.org/blog/electron-28-0 and https://github.com/electron/electron/releases/tag/v28.0.0 for more
- Drop upstreamed patches:
  * absl-make_unique-missing-include.patch
  * async_shared_storage_database_impl-missing-absl-WrapUnique.patch
  * autofill_i18n_parsing_expressions-constexpr.patch
  * chromium-system-libusb.patch
  * computed_style_base-nbsp.patch
  * CVE-2023-38552-node-integrity-checks-according-to-policies.patch
  * CVE-2023-39333-node-create_dynamic_module-code-injection.patch
  * CVE-2023-45143-undici-cookie-leakage.patch
  * decoder_buffer_side_data-missing-uint8_t.patch
  * electron_api_app-GetPathConstant-non-constexpr.patch
  * electron_browser_context-missing-variant.patch
  * flatbuffers.gn
  * libsecret.gn
  * highway.gn
  * kwallet_dbus-missing-uint8_t.patch
  * mojo_ukm_recorder-missing-WrapUnique.patch
  * page_content_annotations_common-remove-tflite.patch
  * Partial-migration-from-imp-to-importlib.patch
  * partition_root-attribute.patch
  * quiche-missing-absl-includes.patch
  * replace_gn_files-system-libs.patch
  * sensor_reading-missing-int64_t-size_t.patch
  * services-network-optional-explicit-constructor.patch
  * simple_font_data-freetype-include.patch
  * utf_string_conversion_utils-missing-numeric_limits.patch
  * vulkan_memory_allocator.gn
  * vulkan_memory_allocator-upgrade.patch
  * vulkan_memory_allocator-vk_mem_alloc-missing-snprintf.patch
- Add patches to fix build errors:
  * atspi.patch
  * local_frame-local_frame_client-incomplete-WebBackgroundResourceFetchAssets.patch
  * v8-instance-type-inl-constexpr-used-before-its-definition.patch
- Adjust brotli-remove-shared-dictionary.patch to disable the offending code which is now live,
  and enable this patch only on systems with old brotli.
- Conditionally add pending_task_safety_flag-abseil-2022-nullability.patch
  to make electron buildable with old abseil.
- Use bundled avif everywhereas chromium now uses features available only in development snapshots.
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1150174 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 125)
- Bundle minizip on Fedora 40 due to the system version not including necessary headers
  (rh#2240599 gh#zlib-ng/minizip-ng#447)
  * add bundled-minizip.patch
- Add backported patches to fix ftbfs with new abseil and icu:
  * quiche-missing-absl-includes.patch
  * text_break_iterator-icu74-breakAllLineBreakClassTable-should-be-consistent.patch
Displaying revisions 1 - 20 of 144
openSUSE Build Service is sponsored by