From 789f70ad6b1cdea2ce28eb4344cb5157c8f4e919 Mon Sep 17 00:00:00 2001 From: Mritunjay Date: Wed, 16 Aug 2023 20:59:01 +0530 Subject: [PATCH] configures node packages to use default openssl conf Signed-off-by: Mritunjay --- nodejs-16.yaml | 3 ++- nodejs-18.yaml | 3 ++- nodejs-19.yaml | 3 ++- nodejs-20.yaml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/nodejs-16.yaml b/nodejs-16.yaml index 5b643d64f2d..8e04ac4d208 100644 --- a/nodejs-16.yaml +++ b/nodejs-16.yaml @@ -1,7 +1,7 @@ package: name: nodejs-16 version: 16.20.2 - epoch: 0 + epoch: 1 description: "JavaScript runtime built on V8 engine" dependencies: runtime: @@ -58,6 +58,7 @@ pipeline: --openssl-use-def-ca-store \ --with-icu-default-data-dir=$(icu-config --icudatadir) \ --with-intl=system-icu \ + --openssl-conf-name=openssl_conf \ --without-corepack make BUILDTYPE=Release -j$(nproc) diff --git a/nodejs-18.yaml b/nodejs-18.yaml index a0c19360673..e106e828969 100644 --- a/nodejs-18.yaml +++ b/nodejs-18.yaml @@ -1,7 +1,7 @@ package: name: nodejs-18 version: 18.17.1 # When bumping this, also bump the provides below! - epoch: 0 + epoch: 1 description: "JavaScript runtime built on V8 engine - LTS version" copyright: - license: MIT @@ -58,6 +58,7 @@ pipeline: --openssl-use-def-ca-store \ --with-icu-default-data-dir=$(icu-config --icudatadir) \ --with-intl=system-icu \ + --openssl-conf-name=openssl_conf \ --without-corepack make BUILDTYPE=Release -j$(nproc) diff --git a/nodejs-19.yaml b/nodejs-19.yaml index 121d5264d13..0a1f155c7fa 100644 --- a/nodejs-19.yaml +++ b/nodejs-19.yaml @@ -1,7 +1,7 @@ package: name: nodejs-19 version: 19.9.0 - epoch: 2 + epoch: 3 description: "JavaScript runtime built on V8 engine" dependencies: runtime: @@ -57,6 +57,7 @@ pipeline: --openssl-use-def-ca-store \ --with-icu-default-data-dir=$(icu-config --icudatadir) \ --with-intl=system-icu \ + --openssl-conf-name=openssl_conf \ --without-corepack make BUILDTYPE=Release -j$(nproc) diff --git a/nodejs-20.yaml b/nodejs-20.yaml index 4673d84d29f..11591355153 100644 --- a/nodejs-20.yaml +++ b/nodejs-20.yaml @@ -1,7 +1,7 @@ package: name: nodejs-20 version: 20.5.1 - epoch: 0 + epoch: 1 description: "JavaScript runtime built on V8 engine" dependencies: runtime: @@ -57,6 +57,7 @@ pipeline: --openssl-use-def-ca-store \ --with-icu-default-data-dir=$(icu-config --icudatadir) \ --with-intl=system-icu \ + --openssl-conf-name=openssl_conf \ --without-corepack make BUILDTYPE=Release -j$(nproc)