forked from pool/nodejs18
- 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:
parent
138d07f543
commit
fae5556a41
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user