-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
- Loading branch information
1 parent
7d82e06
commit 3871024
Showing
47 changed files
with
229 additions
and
58 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
lang/node-authenticate-pam/patches/999-node_v23_support.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -14,7 +14,7 @@ | ||
"url": "https://github.com/RushPL/node-authenticate-pam.git" | ||
}, | ||
"dependencies": { | ||
- "nan": "^2.3.3" | ||
+ "nan": "^2.22.0" | ||
}, | ||
"files": [ | ||
"authenticate_pam.cc", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -23,7 +23,7 @@ | ||
}, | ||
"dependencies": { | ||
"bindings": "^1.5.0", | ||
- "nan": "^2.14.0", | ||
+ "nan": "^2.22.0", | ||
"safe-buffer": "^5.2.0" | ||
}, | ||
"devDependencies": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -21,7 +21,7 @@ | ||
}, | ||
"dependencies": { | ||
"bindings": "^1.5.0", | ||
- "nan": "^2.17.0" | ||
+ "nan": "^2.22.0" | ||
}, | ||
"devDependencies": { | ||
"jshint": "^2.13.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -20,7 +20,7 @@ | ||
}, | ||
"dependencies": { | ||
"bindings": "^1.5.0", | ||
- "nan": "^2.19.0" | ||
+ "nan": "^2.22.0" | ||
}, | ||
"devDependencies": { | ||
"benchmark": "^2.1.0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
lang/node-homebridge-node-pty-prebuilt-multiarch/patches/999-node_v23_support.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -48,7 +48,7 @@ | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
- "nan": "^2.19.0", | ||
+ "nan": "^2.22.0", | ||
"prebuild-install": "^7.1.2" | ||
}, | ||
"devDependencies": { | ||
@@ -65,4 +65,4 @@ | ||
"ps-list": "=7.2.0", | ||
"typescript": "^5.4.5" | ||
} | ||
-} | ||
\ No newline at end of file | ||
+} |
13 changes: 13 additions & 0 deletions
13
lang/node-homebridge-node-pty-prebuilt-multiarch/patches/999-node_v23_support_2.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- a/binding.gyp | ||
+++ b/binding.gyp | ||
@@ -95,8 +95,8 @@ | ||
'libraries': [ | ||
'-lutil' | ||
], | ||
- 'cflags': ['-Wall', '-std=c++17'], | ||
- 'cflags_cc': [ '-std=c++17' ], | ||
+ 'cflags': ['-Wall', '-std=c++20'], | ||
+ 'cflags_cc': [ '-std=c++20' ], | ||
'conditions': [ | ||
# http://www.gnu.org/software/gnulib/manual/html_node/forkpty.html | ||
# One some systems (at least including Cygwin, Interix, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -24,7 +24,7 @@ | ||
}, | ||
"dependencies": { | ||
"bindings": "^1.5.0", | ||
- "nan": "^2.17.0" | ||
+ "nan": "^2.22.0" | ||
}, | ||
"devDependencies": { | ||
"async": "^3.2.4", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -79,7 +79,7 @@ | ||
], | ||
"dependencies": { | ||
"bindings": "~1.2.1", | ||
- "nan": "^2.14.0" | ||
+ "nan": "^2.22.0" | ||
}, | ||
"gypfile": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -20,6 +20,6 @@ | ||
"url": "https://github.com/natevw/pi-spi/issues" | ||
}, | ||
"dependencies": { | ||
- "nan": "^2.14.0" | ||
+ "nan": "^2.22.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -7,7 +7,7 @@ | ||
"example": "example" | ||
}, | ||
"dependencies": { | ||
- "nan": "2.19.*" | ||
+ "nan": "^2.22.0" | ||
}, | ||
"contributors": [ | ||
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.