/[packages]/updates/8/nodejs/current/SOURCES/nodejs-tarball.sh
ViewVC logotype

Contents of /updates/8/nodejs/current/SOURCES/nodejs-tarball.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1738293 - (show annotations) (download) (as text)
Sat Jul 31 13:10:44 2021 UTC (2 years, 8 months ago) by neoclust
File MIME type: application/x-sh
File size: 252 byte(s)
New version 14.17.4: Fixes CVE-2021-22930 (mga#29301)
1 #!/bin/sh
2
3 version="14.17.4"
4 tar -zxvf node-v${version}.tar.gz
5 # openssl should always be stripped because of llcensing
6 rm -rfv node-v${version}/deps/openssl
7
8 tar -cvf node-v${version}-stripped.tar node-v${version}
9 xz -e9 node-v${version}-stripped.tar

Properties

Name Value
svn:eol-style native
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.30