diff --git a/nodejs18.changes b/nodejs18.changes index 3f2659d..8e8ec4f 100644 --- a/nodejs18.changes +++ b/nodejs18.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 18 10:41:57 UTC 2022 - Adam Majer + +- 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 diff --git a/nodejs18.spec b/nodejs18.spec index 1a81d85..21f8711 100644 --- a/nodejs18.spec +++ b/nodejs18.spec @@ -170,7 +170,7 @@ Patch133: rsa-pss-revert.patch # Use versioned binaries and paths Patch200: versioned.patch -Patch300: dns.patch +Patch300: dns.patch BuildRequires: pkg-config BuildRequires: fdupes @@ -771,6 +771,9 @@ EOF --gdb \ %endif --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 decoupled_cmd make %{?_smp_mflags}