summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2020-05-03 16:50:47 +0200
committer Willy Sudiarto Raharjo2020-05-10 03:36:52 +0200
commitc716e47223deb488be422efd6e7f3a5d81adb4b7 (patch)
treeced7238669d00b2170600028ea598928d40ce077 /development
parentb4197da0202a1c88d2ff26e9be1ac2479737fc47 (diff)
downloadslackbuilds-c716e47223deb488be422efd6e7f3a5d81adb4b7.tar.gz
development/nodejs: Updated for version 12.16.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/nodejs/README3
-rw-r--r--development/nodejs/nodejs.SlackBuild5
-rw-r--r--development/nodejs/nodejs.info6
3 files changed, 8 insertions, 6 deletions
diff --git a/development/nodejs/README b/development/nodejs/README
index f89ae30fcb..19aa105720 100644
--- a/development/nodejs/README
+++ b/development/nodejs/README
@@ -3,3 +3,6 @@ Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Node.js uses an event-driven, non-blocking I/O model that makes it
lightweight and efficient. Node.js' package ecosystem, npm, is the
largest ecosystem of open source libraries in the world.
+
+NOTE: This version uses an internal OpenSSL version instead of
+the one provided in Slackware package.
diff --git a/development/nodejs/nodejs.SlackBuild b/development/nodejs/nodejs.SlackBuild
index 20e59bf7f6..a74f249860 100644
--- a/development/nodejs/nodejs.SlackBuild
+++ b/development/nodejs/nodejs.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=nodejs
SRCNAM=node
-VERSION=${VERSION:-8.16.0}
+VERSION=${VERSION:-12.16.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,8 +84,7 @@ sed -i "s|\"lib\"|\"lib${LIBDIRSUFFIX}\"|" deps/npm/lib/npm.js
sed -i "s|math.h|cmath|" src/node_crypto.cc
./configure \
--prefix=/usr \
- --shared-zlib \
- --shared-openssl
+ --shared-zlib
make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS"
make install DESTDIR=$PKG
diff --git a/development/nodejs/nodejs.info b/development/nodejs/nodejs.info
index 4b7854e768..1cd7f78568 100644
--- a/development/nodejs/nodejs.info
+++ b/development/nodejs/nodejs.info
@@ -1,8 +1,8 @@
PRGNAM="nodejs"
-VERSION="8.16.0"
+VERSION="12.16.3"
HOMEPAGE="https://nodejs.org/"
-DOWNLOAD="https://nodejs.org/dist/v8.16.0/node-v8.16.0.tar.xz"
-MD5SUM="3c340a1599aa60bd920dc7e153bc1e4a"
+DOWNLOAD="https://nodejs.org/dist/v12.16.3/node-v12.16.3.tar.xz"
+MD5SUM="8977bcdb78c5ea63544e57115aeff8d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""