- Update to Nodejs 18.7.0:

* events: add CustomEvent
  * http: add drop request event for http server
  * lib: improved diagnostics_channel subscribe/unsubscribe
  * util: add tokens to parseArgs
- enable crypto policy ciphers for TW and SLE15 SP4+ (bsc#1200303)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=6
This commit is contained in:
Adam Majer 2022-08-18 10:54:04 +00:00 committed by Git OBS Bridge
parent 138d07f543
commit fae5556a41
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Aug 18 10:41:57 UTC 2022 - Adam Majer <adam.majer@suse.de>
- Update to Nodejs 18.7.0:
* events: add CustomEvent
* http: add drop request event for http server
* lib: improved diagnostics_channel subscribe/unsubscribe
* util: add tokens to parseArgs
- enable crypto policy ciphers for TW and SLE15 SP4+ (bsc#1200303)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 31 15:37:05 UTC 2022 - Adam Majer <adam.majer@suse.de> Sun Jul 31 15:37:05 UTC 2022 - Adam Majer <adam.majer@suse.de>

View File

@ -170,7 +170,7 @@ Patch133: rsa-pss-revert.patch
# Use versioned binaries and paths # Use versioned binaries and paths
Patch200: versioned.patch Patch200: versioned.patch
Patch300: dns.patch Patch300: dns.patch
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: fdupes BuildRequires: fdupes
@ -771,6 +771,9 @@ EOF
--gdb \ --gdb \
%endif %endif
--without-dtrace \ --without-dtrace \
%if %{node_version_number} >= 16 && (0%{?suse_version} > 1550 || 0%{?sle_version} >= 150400)
--openssl-default-cipher-list=PROFILE=SYSTEM \
%endif
--openssl-use-def-ca-store --openssl-use-def-ca-store
decoupled_cmd make %{?_smp_mflags} decoupled_cmd make %{?_smp_mflags}