diff --git a/.gitignore b/.gitignore index 8b0f1a0..4b97fd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +SOURCES/cjs-module-lexer-1.2.2.tar.gz +SOURCES/icu4c-70_1-src.tgz SOURCES/node-ssl-shim-70e39fd.tar.gz -SOURCES/node-v14.20.1-stripped.tar.gz +SOURCES/node-v14.21.1-stripped.tar.gz +SOURCES/wasi-sdk-wasi-sdk-11.tar.gz diff --git a/.rh-nodejs14-nodejs.metadata b/.rh-nodejs14-nodejs.metadata index 6a3be65..6b296f9 100644 --- a/.rh-nodejs14-nodejs.metadata +++ b/.rh-nodejs14-nodejs.metadata @@ -1,2 +1,5 @@ +6976e77068429bd0b47b573793289e065ceb6b27 SOURCES/cjs-module-lexer-1.2.2.tar.gz +f7c1363edee6be7de8b624ffbb801892b3417d4e SOURCES/icu4c-70_1-src.tgz a49b02166a7bdba54fb45cba26a18fa48928ca0e SOURCES/node-ssl-shim-70e39fd.tar.gz -a425ca61bff45d6bf09bc4c2b22a0d5489e689ec SOURCES/node-v14.20.1-stripped.tar.gz +2812a06625a63430d5f36ce9019cc2df321956e6 SOURCES/node-v14.21.1-stripped.tar.gz +8979d177dd62e3b167a6fd7dc7185adb0128c439 SOURCES/wasi-sdk-wasi-sdk-11.tar.gz diff --git a/SOURCES/0004-Disable-unsupported-OpenSSL-features.patch b/SOURCES/0004-Disable-unsupported-OpenSSL-features.patch index 68af894..3db8961 100644 --- a/SOURCES/0004-Disable-unsupported-OpenSSL-features.patch +++ b/SOURCES/0004-Disable-unsupported-OpenSSL-features.patch @@ -1,4 +1,4 @@ -From 4ba04fcbfd74f9b214c6dd25d82dad5a87cf8465 Mon Sep 17 00:00:00 2001 +From 38ed745edf7725660c59c9db63ad722aee126487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Wed, 13 Jul 2022 14:30:43 +0200 Subject: [PATCH] Disable unsupported OpenSSL features @@ -36,30 +36,31 @@ Content-Transfer-Encoding: 8bit This reverts commit 8e8aef836cb9807c9fe5ca350f1e7febdb40c3a7. Signed-off-by: Jan Staněk +Signed-off-by: rpm-build --- BUILDING.md | 14 ------ configure.py | 8 ---- - doc/api/cli.md | 18 -------- - doc/api/tls.md | 15 +++---- + doc/api/cli.md | 18 ------- + doc/api/tls.md | 15 +++--- src/env.h | 11 ++++- - src/node.cc | 43 ------------------- + src/node.cc | 48 ------------------- src/node_crypto.cc | 8 +++- - src/node_crypto_common.cc | 12 ++++++ + src/node_crypto_common.cc | 12 +++++ src/node_crypto_common.h | 6 +++ - src/node_options.cc | 10 ++++- + src/node_options.cc | 10 +++- test/fixtures/openssl_fips_disabled.cnf | 2 +- test/fixtures/openssl_fips_enabled.cnf | 2 +- .../test-tls-cli-max-version-1.3.js | 0 .../test-tls-cli-min-max-conflict.js | 0 .../test-tls-cli-min-version-1.3.js | 0 test/parallel/test-crypto-fips.js | 2 +- - 16 files changed, 53 insertions(+), 98 deletions(-) + 16 files changed, 53 insertions(+), 103 deletions(-) rename test/{parallel => known_issues}/test-tls-cli-max-version-1.3.js (100%) rename test/{parallel => known_issues}/test-tls-cli-min-max-conflict.js (100%) rename test/{parallel => known_issues}/test-tls-cli-min-version-1.3.js (100%) diff --git a/BUILDING.md b/BUILDING.md -index 0ae3c09d99..5d2459eb76 100644 +index 0ae3c09..5d2459e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -52,7 +52,6 @@ file a new issue. @@ -91,7 +92,7 @@ index 0ae3c09d99..5d2459eb76 100644 The current version of Node.js does not support FIPS. diff --git a/configure.py b/configure.py -index 892e1d4202..2ea4eb69f5 100755 +index 892e1d4..2ea4eb6 100755 --- a/configure.py +++ b/configure.py @@ -176,12 +176,6 @@ parser.add_option("--link-module", @@ -117,10 +118,10 @@ index 892e1d4202..2ea4eb69f5 100755 def without_ssl_error(option): error('--without-ssl is incompatible with %s' % option) diff --git a/doc/api/cli.md b/doc/api/cli.md -index ff5dff244e..61bac086bf 100644 +index 92cf190..a6a77ea 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md -@@ -902,14 +902,6 @@ added: +@@ -917,14 +917,6 @@ added: Set [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.2'. Use to disable support for TLSv1.3. @@ -135,7 +136,7 @@ index ff5dff244e..61bac086bf 100644 ### `--tls-min-v1.0`