Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Markus Gothe
openwrt-packages
Commits
b033c0dc
Unverified
Commit
b033c0dc
authored
3 years ago
by
Rosen Penev
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15901 from nxhack/2102_node_14171
[21.02] node: bump to 14.17.1
parents
b206227e
4c22932e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lang/node/Makefile
+3
-3
3 additions, 3 deletions
lang/node/Makefile
lang/node/patches/003-path.patch
+2
-2
2 additions, 2 deletions
lang/node/patches/003-path.patch
lang/node/patches/999-localhost-no-addrconfig.patch
+1
-1
1 addition, 1 deletion
lang/node/patches/999-localhost-no-addrconfig.patch
with
6 additions
and
6 deletions
lang/node/Makefile
+
3
−
3
View file @
b033c0dc
...
@@ -8,12 +8,12 @@
...
@@ -8,12 +8,12 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
node
PKG_NAME
:=
node
PKG_VERSION
:=
v14.17.
0
PKG_VERSION
:=
v14.17.
1
PKG_RELEASE
:=
2
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
https://nodejs.org/dist/
$(
PKG_VERSION
)
PKG_SOURCE_URL
:=
https://nodejs.org/dist/
$(
PKG_VERSION
)
PKG_HASH
:=
56e05bff9331039317db417f772e6
35e
0
cd
1c55f733f7b1b079d71ab5842c9ed
PKG_HASH
:=
ddf1d2d56ddf
35ecd
98c5ea5ddcd690b245899f289559b4330c921255f5a247f
PKG_MAINTAINER
:=
Hirokazu MORIKAWA <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
PKG_MAINTAINER
:=
Hirokazu MORIKAWA <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
PKG_LICENSE
:=
MIT
PKG_LICENSE
:=
MIT
...
...
This diff is collapsed.
Click to expand it.
lang/node/patches/003-path.patch
+
2
−
2
View file @
b033c0dc
--- a/lib/internal/modules/cjs/loader.js
--- a/lib/internal/modules/cjs/loader.js
+++ b/lib/internal/modules/cjs/loader.js
+++ b/lib/internal/modules/cjs/loader.js
@@ -1
184
,7 +1
184
,8 @@
Module._initPaths = function() {
@@ -1
202
,7 +1
202
,8 @@
Module._initPaths = function() {
path.resolve(process.execPath, '..') :
path.resolve(process.execPath, '..') :
path.resolve(process.execPath, '..', '..');
path.resolve(process.execPath, '..', '..');
...
@@ -9,4 +9,4 @@
...
@@ -9,4 +9,4 @@
+ path.resolve(prefixDir, 'lib', 'node_modules')];
+ path.resolve(prefixDir, 'lib', 'node_modules')];
if (homeDir) {
if (homeDir) {
paths.unshift(
path.resolve(homeDir, '.node_libraries'));
ArrayPrototypeUnshift(paths,
path.resolve(homeDir, '.node_libraries'));
This diff is collapsed.
Click to expand it.
lang/node/patches/999-localhost-no-addrconfig.patch
+
1
−
1
View file @
b033c0dc
...
@@ -13,7 +13,7 @@ Forwarded: https://github.com/nodejs/node/issues/33816
...
@@ -13,7 +13,7 @@ Forwarded: https://github.com/nodejs/node/issues/33816
//
//
// Permission is hereby granted, free of charge, to any person obtaining a
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// copy of this software and associated documentation files (the
@@ -102
6
,13 +102
7
,6 @@
function lookupAndConnect(self, options)
@@ -102
8
,13 +102
9
,6 @@
function lookupAndConnect(self, options)
hints: options.hints || 0
hints: options.hints || 0
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment