SHA256
6
0
forked from pool/nodejs22

38 Commits

Author SHA256 Message Date
602e06b2b1 add bugzillas 2025-06-06 18:15:20 +02:00
84b9f4546a add missing patch 2025-06-06 12:55:40 +02:00
de81630cbe update to 22.15.1 2025-06-06 12:40:54 +02:00
871f3002e2 dropped nghttp2 priority stream, dropped upstream 2025-04-23 16:47:48 +02:00
507fce8360 OpenSSL 3.5.0 fixes 2025-04-14 13:11:34 +02:00
ec6d84f046 enable test on TW 2025-04-11 13:43:57 +02:00
6005f25a23 Fix unit tests with hardcoded node executable name 2025-04-10 17:54:52 +02:00
c45ced8a72 update to v22.14.0 2025-04-10 12:19:15 +02:00
63dd86646f add missing ICU data for 15.6/15.7 unit tests 2025-01-23 12:51:09 +01:00
886d2b7423 update to 22.13.1 2025-01-22 12:01:44 +01:00
c91194bdde update to 22.13.0 2025-01-16 16:18:58 +01:00
f2c673d271 tests: remove problematic unit test
removed test/report/test-report-exclude-network.js
related: https://github.com/openSUSE/obs-build/issues/848
2024-12-30 23:19:03 +01:00
00c3dc0246 sqlite3 on TW and SLFO only 2024-12-21 13:12:28 +01:00
16655acd36 disable wpt/test-webcrypto.js on s390x 2024-12-20 13:58:35 +01:00
2429fa0f2f Merge stashed changes into factory branch 2024-12-05 16:03:12 +01:00
0869c31271 fix build with python3.13 2024-12-05 14:58:31 +01:00
7960a161cd fix build with sle15 2024-12-05 13:58:46 +01:00
acaed8a408 Update to 22.12.0
Also fix potential CVE-2024-21538 in npm
2024-12-04 18:12:37 +01:00
55517bb3f6 fix tests with python311 2024-11-20 17:26:22 +01:00
c7d8d276d1 fix build on SLE15 2024-11-20 11:08:20 +01:00
0776fa0b9e Add patch for ICU 76.1 2024-11-18 17:05:22 +01:00
d7a3f0f9bf update to 22.11.0
First LTS version
2024-11-18 13:04:50 +01:00
f3c7e8c1ad changelog 2024-10-28 17:39:46 +01:00
ceae807781 update keyring 2024-10-28 17:37:45 +01:00
f426d5b71a compat fix for c-ares 1.30 2024-10-28 17:20:26 +01:00
5df5302cb2 add bugzilla references 2024-10-28 15:27:58 +01:00
3765fac51d update to 22.10.0 2024-10-28 15:00:38 +01:00
c6197a37b8 update to 22.4.1 2024-07-24 10:52:38 +02:00
Adam Majer
35d9c1dbb8 Update to 22.3.0 2024-06-14 13:09:37 +02:00
3ca5bf23b8 Accepting request 1175818 from devel:languages:nodejs
nodejs22 for Factory

OBS-URL: https://build.opensuse.org/request/show/1175818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs22?expand=0&rev=1
2024-05-22 19:32:08 +00:00
bac46b9e21 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs22?expand=0&rev=8 2024-05-22 11:02:58 +00:00
d7203da1df - Update to 22.2.0:
* cli: allow running wasm in limited vmem with --disable-wasm-trap-handler
  * doc: add pimterry to collaborators
  * fs: allow 'withFileTypes' to be used with globs
  * inspector: introduce the --inspect-wait flag
  * lib,src: remove --experimental-policy
  * perf_hooks: add deliveryType and responseStatus fields
  * test_runner: support test plans
  * zlib: expose zlib.crc32()
- linker_lto_jobs.patch: refreshed
- fix_ci_tests.patch: partially upstreamed, refreshed 
- skip_no_console.patch: dropped, upstreamed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs22?expand=0&rev=7
2024-05-22 10:59:52 +00:00
03916bc9dc - fix_ci_tests.patch: add fix for issue #53085
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs22?expand=0&rev=6
2024-05-22 09:06:04 +00:00
81d1fb658d - v8-i586.patch: fix 32bit build with new gcc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs22?expand=0&rev=5
2024-05-21 10:52:25 +00:00
5e1aff8fa4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs22?expand=0&rev=4 2024-05-16 13:32:09 +00:00
b512f5d513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs22?expand=0&rev=3 2024-05-16 12:37:41 +00:00
036f37e8d7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs22?expand=0&rev=2 2024-05-16 08:23:18 +00:00
709a5edf14 - New nodejs major version 22.1.0
For overview of changes and details since 21.x and earlier see
  https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.1.0
- Imported patches from 21.x:
  * cares_public_headers.patch
  * fix_ci_tests.patch
  * flaky_test_rerun.patch
  * gcc13.patch
  * legacy_python.patch
  * linker_lto_jobs.patch
  * manual_configure.patch
  * node-gyp-addon-gypi.patch
  * node-gyp-config.patch
  * nodejs-libpath.patch
  * npm_search_paths.patch
  * openssl_binary_detection.patch
  * qemu_timeouts_arches.patch
  * skip_no_console.patch
  * sle12_python3_compat.patch
  * test-skip-y2038-on-32bit-time_t.patch
  * versioned.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs22?expand=0&rev=1
2024-05-15 15:22:04 +00:00