aboutsummaryrefslogtreecommitdiff
path: root/extra/nodejs
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-20 12:05:51 +0200
committerCem Keylan <cem@ckyln.com>2021-10-20 12:05:51 +0200
commit2f832be7a88768244214d536d2bb729be4f73ba2 (patch)
tree43aad9f5b8f341c5c48d2e895426056471844c47 /extra/nodejs
parentafa7adc4812e683835321c328068f1d34aa4113c (diff)
downloadrepository-2f832be7a88768244214d536d2bb729be4f73ba2.tar.gz
nodejs: bump to 17.0.0
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-xextra/nodejs/build3
-rw-r--r--extra/nodejs/checksums2
-rw-r--r--extra/nodejs/sources2
-rw-r--r--extra/nodejs/version2
4 files changed, 6 insertions, 3 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build
index 0ef981e1..888bcac4 100755
--- a/extra/nodejs/build
+++ b/extra/nodejs/build
@@ -8,5 +8,8 @@ ulimit -n 4096 ||:
--with-intl=none \
--ninja
+# Remove broken subninja that we don't require anyway.
+clsed '/^subninja.*openssl-fipsmodule/d' out/Release/build.ninja
+
ninja -C out/Release
tools/install.py install "$1" /usr
diff --git a/extra/nodejs/checksums b/extra/nodejs/checksums
index e00590cc..8ad8f2f3 100644
--- a/extra/nodejs/checksums
+++ b/extra/nodejs/checksums
@@ -1,2 +1,2 @@
%BLAKE3
-4eee05f3e3f1b36059324e119feb46d2335261a12f288ccd683a9cda25b1b8bb v16.11.1.tar.gz
+72b2179136b67b99f021174209952698993e7faf061a870a1612e37ffad27534 v17.0.0.tar.gz
diff --git a/extra/nodejs/sources b/extra/nodejs/sources
index 7c21580b..73ac2d7a 100644
--- a/extra/nodejs/sources
+++ b/extra/nodejs/sources
@@ -1 +1 @@
-https://github.com/nodejs/node/archive/v16.11.1.tar.gz
+https://github.com/nodejs/node/archive/v17.0.0.tar.gz
diff --git a/extra/nodejs/version b/extra/nodejs/version
index 4b1d576d..0879b5e0 100644
--- a/extra/nodejs/version
+++ b/extra/nodejs/version
@@ -1 +1 @@
-16.11.1 1
+17.0.0 1