diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ba7e23 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/node-v12.10.0-stripped.tar.gz diff --git a/.rh-nodejs12-nodejs.metadata b/.rh-nodejs12-nodejs.metadata new file mode 100644 index 0000000..7394743 --- /dev/null +++ b/.rh-nodejs12-nodejs.metadata @@ -0,0 +1 @@ +a09db77361d685f5bd77634dff488d09bef8aaf9 SOURCES/node-v12.10.0-stripped.tar.gz diff --git a/SOURCES/0001-Remove-or-backport-OpenSSL-features.patch b/SOURCES/0001-Remove-or-backport-OpenSSL-features.patch new file mode 100644 index 0000000..aa29290 --- /dev/null +++ b/SOURCES/0001-Remove-or-backport-OpenSSL-features.patch @@ -0,0 +1,1148 @@ +diff --git a/doc/api/cli.md b/doc/api/cli.md +index fdc1d790f1..619a9b11c4 100644 +--- a/doc/api/cli.md ++++ b/doc/api/cli.md +@@ -670,14 +670,6 @@ added: v12.0.0 + Set [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.2'. Use to disable support for + TLSv1.3. + +-### `--tls-max-v1.3` +- +- +-Set default [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.3'. Use to enable support +-for TLSv1.3. +- + ### `--tls-min-v1.0` + +- +-Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.3'. Use to disable support +-for TLSv1.2, which is not as secure as TLSv1.3. +- + ### `--trace-deprecation` +