7
0

Accepting request 1076501 from devel:languages:nodejs

OBS-URL: https://build.opensuse.org/request/show/1076501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-electron?expand=0&rev=61
This commit is contained in:
2023-04-01 17:32:15 +00:00
committed by Git OBS Bridge
5 changed files with 36 additions and 5 deletions

View File

@@ -9,11 +9,13 @@
#include "third_party/crashpad/crashpad/client/annotation.h"
#include "third_party/crashpad/crashpad/client/annotation_list.h"
#include "third_party/crashpad/crashpad/client/crash_report_database.h"
@@ -49,6 +49,7 @@
@@ -49,6 +49,9 @@
#include "components/crash/core/common/crash_key.h" // nogncheck
#endif
+#if ABSL_LTS_RELEASE_VERSION < 20230000
+#define raw_log_internal raw_logging_internal
+#endif
namespace crash_reporter {
namespace {

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b9f2856040cd4046fc42b08af75888cdd7cc6729a25da7caddf061150e1317a
size 591817879

3
electron-22.3.5.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef4f7fc20d6f7bd39eea4ce3a08588d40b8d6a197c9585c96192c6b57ab5a6b5
size 593087639

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 30 12:51:54 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
- New upstream release 22.3.5
* Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash.
* Fixed canceling of bluetooth requests when no devices are returned.
* webcodecs: Fix VP9 p2 encoding of NV12 frames
* Fix crash in AnnotationAgentImpl
* v8: Fix map transition chain following w/ dictionary maps (CVE-2023-1214)
* Shutdown RtpContributingSourceCache in Dispose() (CVE-2023-1218)
* Prevent potential integer overflow in PersistentMemoryAllocator (CVE-2023-1219)
* hid: Handle empty input reports (CVE-2023-1529)
* Improve checks for VideoFrame layouts (CVE-2023-1532)
* Disable glShaderBinary in the passthrough cmd decoder (CVE-2023-1534)
- Fix build error with absl_core_headers 2023xxxx.
-------------------------------------------------------------------
Fri Mar 24 13:42:44 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
- New upstream release 22.3.4

View File

@@ -177,6 +177,13 @@ BuildArch: i686
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600 || 0%{?fedora} >= 37
%if %{without clang}
%bcond_without system_abseil
%if 0%{?fedora} >= 38
%bcond_without abseil_2023
%else
%bcond_with abseil_2023
%endif
%else
# Clang has several problems with std::optional used by system abseil
%bcond_with system_abseil
@@ -201,7 +208,7 @@ BuildArch: i686
Name: nodejs-electron
Version: 22.3.4
Version: 22.3.5
Release: 0
Summary: Build cross platform desktop apps with JavaScript, HTML, and CSS
License: AFL-2.0 AND Apache-2.0 AND blessing AND BSD-2-Clause AND BSD-3-Clause AND BSD-Protection AND BSD-Source-Code AND bzip2-1.0.6 AND IJG AND ISC AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND MIT-CMU AND MIT-open-group AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND MPL-2.0 AND OpenSSL AND SGI-B-2.0 AND SUSE-Public-Domain AND X11
@@ -504,6 +511,9 @@ BuildRequires: pkgconfig(absl_time)
BuildRequires: pkgconfig(absl_type_traits)
BuildRequires: pkgconfig(absl_utility)
BuildRequires: pkgconfig(absl_variant)
%if %{with abseil_2023}
BuildRequires: pkgconfig(absl_core_headers) >= 20230000
%endif
%endif
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(cairo) >= 1.6
@@ -700,6 +710,10 @@ patch -R -p1 < %PATCH1054
patch -R -p1 < %PATCH1076
%endif
%if %{with system_abseil} && %{with abseil_2023}
patch -R -p1 < %PATCH1054
%endif
%if %{without ffmpeg_5}
patch -R -p1 < %SOURCE400
%endif