Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs24 for openSUSE:Factory 
checked in at 2026-03-08 17:26:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs24 (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs24.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs24"

Sun Mar  8 17:26:11 2026 rev:8 rq:1337315 version:24.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs24/nodejs24.changes        2026-01-26 
10:56:34.643623552 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs24.new.8177/nodejs24.changes      
2026-03-08 17:26:42.650377172 +0100
@@ -29 +29 @@
-- Update to 24.12.0:
+- Update to 24.12.0 (bsc#1256572, CVE-2025-59464):

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.IkO3H0/_old  2026-03-08 17:26:43.654418410 +0100
+++ /var/tmp/diff_new_pack.IkO3H0/_new  2026-03-08 17:26:43.658418574 +0100
@@ -1,6 +1,6 @@
-mtime: 1769083090
-commit: a10dc20cd8967fe82691e3cb1f0eb520d0b40863be1d36f79ff1cac8c09919e2
+mtime: 1772796961
+commit: ccd41b63fc8fb53fbabdbd0ea83d5da05973bde56921f0f54e514b952d3ae49e
 url: https://src.opensuse.org/nodejs/nodejs24.git
-revision: a10dc20cd8967fe82691e3cb1f0eb520d0b40863be1d36f79ff1cac8c09919e2
+revision: ccd41b63fc8fb53fbabdbd0ea83d5da05973bde56921f0f54e514b952d3ae49e
 projectscmsync: https://src.opensuse.org/nodejs/_ObsPrj.git
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-06 12:36:57.000000000 +0100
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/update_npm_tarball.sh new/update_npm_tarball.sh
--- old/update_npm_tarball.sh   1970-01-01 01:00:00.000000000 +0100
+++ new/update_npm_tarball.sh   2026-03-06 12:36:57.000000000 +0100
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+#
+# Fetch npm module tarball that is required to run unit tests
+# which are not provided by upstream tarball
+#
+set -e
+
+tar Jxf node-v*.tar.xz
+cd node-v*/tools/doc
+npm ci
+cd ../..
+exec tar Jcf ../node_modules.tar.xz tools/doc/node_modules

Reply via email to