nodejs: update to 17.7.2

This contains security fix for one of OpenSSL security vulnerability.
Although we aren't affected by this since we are using shared openssl,
which is already up to date. But still, let's make sure Repology and
other security tracking websites don't list nodejs as vulnerable

:)
This commit is contained in:
Yaksh Bariya 2022-03-18 15:00:42 +05:30
parent 5b5d657a89
commit d5704f5d53
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://nodejs.org/
TERMUX_PKG_DESCRIPTION="Open Source, cross-platform JavaScript runtime environment"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Yaksh Bariya <yakshbari4@gmail.com>"
TERMUX_PKG_VERSION=17.7.1
TERMUX_PKG_VERSION=17.7.2
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=7864b749fb7480a6a9084f4dffe601f17c739e42f178182edc6a61b4a67608a9
TERMUX_PKG_SHA256=3ae5e74e0b16228cf7edf6885359a9d2e019ac843906c5e01948d746faba4aaf
# Note that we do not use a shared libuv to avoid an issue with the Android
# linker, which does not use symbols of linked shared libraries when resolving
# symbols on dlopen(). See https://github.com/termux/termux-packages/issues/462.