aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-09-20 11:33:04 +0200
committerCem Keylan <cem@ckyln.com>2023-09-20 11:33:04 +0200
commit027eb7697a8b617a3478ea9419f14a09e4678a74 (patch)
treeaace58fdf0b823e0d4715f1db35a00f75f761306
parent7e13cdb96e42696cf4cb3380b47cb1173383b681 (diff)
downloadrepository-027eb7697a8b617a3478ea9419f14a09e4678a74.tar.gz
nodejs: bump to 20.7.0
-rwxr-xr-xextra/nodejs/build5
-rw-r--r--extra/nodejs/checksums2
-rw-r--r--extra/nodejs/sources2
-rw-r--r--extra/nodejs/version2
4 files changed, 6 insertions, 5 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build
index 089684a9..e773f969 100755
--- a/extra/nodejs/build
+++ b/extra/nodejs/build
@@ -5,11 +5,12 @@ ulimit -n 4096 ||:
./configure \
--prefix=/usr \
- --with-intl=none \
+ --with-intl=small-icu \
+ --fully-static \
--ninja
# Remove broken subninja that we don't require anyway.
-clsed '/^subninja.*openssl-fipsmodule/d' out/Release/build.ninja
+# 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 323bf5a2..abd1414a 100644
--- a/extra/nodejs/checksums
+++ b/extra/nodejs/checksums
@@ -1,2 +1,2 @@
%BLAKE3
-f71398bf78bf8cd72e3b44c4845f60b3d5850483e77158b93fbfcd12adcd9b2a v20.4.0.tar.gz
+85f2e67e2f6e8f290494ca8fb595d5a4fd5e9f7b0d480376e814c97da2f3f222 v20.7.0.tar.gz
diff --git a/extra/nodejs/sources b/extra/nodejs/sources
index 4815eac6..6886b973 100644
--- a/extra/nodejs/sources
+++ b/extra/nodejs/sources
@@ -1 +1 @@
-https://github.com/nodejs/node/archive/v20.4.0.tar.gz
+https://github.com/nodejs/node/archive/v20.7.0.tar.gz
diff --git a/extra/nodejs/version b/extra/nodejs/version
index 198f22d7..0a2edb2c 100644
--- a/extra/nodejs/version
+++ b/extra/nodejs/version
@@ -1 +1 @@
-20.4.0 1
+20.7.0 1