Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package nodejs-electron for openSUSE:Factory
checked in at 2024-04-09 16:46:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
and /work/SRC/openSUSE:Factory/.nodejs-electron.new.29460 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-electron"
Tue Apr 9 16:46:41 2024 rev:109 rq:1165325 version:28.2.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes
2024-03-29 13:10:16.689631767 +0100
+++
/work/SRC/openSUSE:Factory/.nodejs-electron.new.29460/nodejs-electron.changes
2024-04-09 16:50:26.859196484 +0200
@@ -1,0 +2,11 @@
+Thu Apr 4 20:35:05 UTC 2024 - Bruno Pitrus <[email protected]>
+
+- 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)
+
+-------------------------------------------------------------------
Old:
----
electron-28.2.9.tar.zst
New:
----
electron-28.2.10.tar.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-electron.spec ++++++
--- /var/tmp/diff_new_pack.yZHInV/_old 2024-04-09 16:50:30.163318374 +0200
+++ /var/tmp/diff_new_pack.yZHInV/_new 2024-04-09 16:50:30.167318521 +0200
@@ -201,7 +201,7 @@
Name: nodejs-electron
-Version: 28.2.9
+Version: 28.2.10
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%{!?with_system_minizip: AND Zlib}
@@ -1164,6 +1164,11 @@
myconf_gn+=' enable_system_notifications=false'
myconf_gn+=' enable_supervised_users=false'
myconf_gn+=' enable_compose=false'
+myconf_gn+=' enterprise_cloud_content_analysis=false'
+myconf_gn+=' enterprise_local_content_analysis=false'
+myconf_gn+=' enterprise_client_certificates=false'
+myconf_gn+=' enterprise_watermark=false'
+myconf_gn+=' enterprise_content_analysis=false'
@@ -1201,6 +1206,7 @@
+myconf_gn+=' dawn_complete_static_libs=true'
myconf_gn+=" enable_library_cdms=false"
myconf_gn+=" use_pulseaudio=true link_pulseaudio=true"
myconf_gn+=" is_component_build=false"
++++++ create_tarball.sh ++++++
--- /var/tmp/diff_new_pack.yZHInV/_old 2024-04-09 16:50:30.291323096 +0200
+++ /var/tmp/diff_new_pack.yZHInV/_new 2024-04-09 16:50:30.299323392 +0200
@@ -47,7 +47,8 @@
# HACK to make gclient much faster, do not download entire history
sed -i "s/, '--progress']$/, '--progress', '--filter=tree:0']/"
depot_tools/gclient_scm.py
-sed -i 's/remote or self.remote,$/remote or self.remote, "--depth=1",
"--filter=tree:0"/' depot_tools/gclient_scm.py
+# googlesource these days likes to error out on tree:0 but it should not be
needed
+sed -i 's/remote or self.remote,$/remote or self.remote, "--depth=1"/'
depot_tools/gclient_scm.py
# HACK I want to see progress from git checkout to ensure it does not hang
sed -i 's/if quiet is None:$/if True:/' depot_tools/gclient_scm.py