Skip to content

Commit

Permalink
Node.js: sync with upstream source
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit 92193b9)
  • Loading branch information
1715173329 committed Aug 10, 2023
1 parent 6cc17e8 commit 1eb396f
Show file tree
Hide file tree
Showing 27 changed files with 81 additions and 79 deletions.
4 changes: 2 additions & 2 deletions lang/node-argon2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=argon2
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.30.3
PKG_VERSION:=0.31.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=cfb4bc4877ceef5850d409ac350d29733aabad776a9ab11daea33e4a7ad0d60a
PKG_HASH:=7189d39349947edfa467e1e54913e2f56d85622b673efcaeeb27e09a53e26a94

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
10 changes: 5 additions & 5 deletions lang/node-aws-crt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=aws-crt
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=1.15.22
PKG_VERSION:=1.17.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=26e1f2ba2193a76e3fca67f0b18133d9f11ca14ed248d8835974f47886307058
PKG_HASH:=c459d51fc8a32b2abb03d0327c2fd92b054ea94edfeef6885725824870206154

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=Apache-2.0
Expand Down Expand Up @@ -117,9 +117,9 @@ define Package/node-aws-crt/install
$(1)/usr/lib/node/$(PKG_NPM_NAME)/
$(CP) $(PKG_BUILD_DIR)/{node_modules,dist,dist.browser} \
$(1)/usr/lib/node/$(PKG_NPM_NAME)/
$(INSTALL_DIR) $(1)/usr/lib/node/$(PKG_NPM_NAME)/dist/bin/linux-$(NODEJS_CPU)
$(CP) $(PKG_BUILD_DIR)/build/linux-x64/Release/aws-crt-nodejs.node \
$(1)/usr/lib/node/$(PKG_NPM_NAME)/dist/bin/linux-$(NODEJS_CPU)/
$(INSTALL_DIR) $(1)/usr/lib/node/$(PKG_NPM_NAME)/dist/bin/linux-$(NODEJS_CPU)-$(TARGET_SUFFIX)
$(CP) $(PKG_BUILD_DIR)/build/linux-x64-glibc/Release/aws-crt-nodejs.node \
$(1)/usr/lib/node/$(PKG_NPM_NAME)/dist/bin/linux-$(NODEJS_CPU)-$(TARGET_SUFFIX)/
$(INSTALL_DIR) $(1)/usr/lib/node_modules
$(LN) ../node/$(PKG_NPM_NAME) $(1)/usr/lib/node_modules/$(PKG_NPM_NAME)
endef
Expand Down
6 changes: 3 additions & 3 deletions lang/node-aws-crt/patches/001-modify_compile_options.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/scripts/build.js
+++ b/scripts/build.js
@@ -14,6 +14,45 @@ const tar = require("tar");
@@ -15,6 +15,45 @@ const getCRuntime = require("./cruntime"

const nativeSourceDir = "crt/";

Expand Down Expand Up @@ -46,7 +46,7 @@
function rmRecursive(rmPath) {
let rmBasePath = path.basename(rmPath);
if (rmBasePath == "." || rmBasePath == "..") {
@@ -121,6 +160,42 @@ async function buildLocally() {
@@ -122,6 +161,42 @@ async function buildLocally() {
CMAKE_EXPORT_COMPILE_COMMANDS: true,
CMAKE_JS_PLATFORM: platform,
BUILD_TESTING: 'OFF',
Expand Down Expand Up @@ -89,7 +89,7 @@
CMAKE_INSTALL_PREFIX: 'crt/install',
CMAKE_PREFIX_PATH: 'crt/install',
}
@@ -148,6 +223,18 @@ async function buildLocally() {
@@ -149,6 +224,18 @@ async function buildLocally() {
// Enable parallel build (ignored by cmake older than 3.12)
process.env.CMAKE_BUILD_PARALLEL_LEVEL = `${Math.max(os.cpus().length, 1)}`;

Expand Down
4 changes: 2 additions & 2 deletions lang/node-aws-iot-device-sdk-v2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=aws-iot-device-sdk-v2
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=1.14.0
PKG_VERSION:=1.15.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=bfe6cb334a5e17f02f1fd479156b249d8cdca67d297f76459353ca8c5a94c4bc
PKG_HASH:=7b699f1628ce05c8d09ab71566c66d01990e7adb46addb9a59a1b38a925fe1eb

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=Apache-2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
- "@aws-sdk/util-utf8-browser": "^3.109.0",
- "aws-crt": "^1.15.20"
- "aws-crt": "^1.17.0"
+ "@aws-sdk/util-utf8-browser": "^3.109.0"
}
}
4 changes: 2 additions & 2 deletions lang/node-aws-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=aws-sdk
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=2.1418.0
PKG_VERSION:=2.1429.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=b4425be56be91e27030eae48dc66838e381e23f98368cc5ce4147973b6e6bc3d
PKG_HASH:=59062c951d386e3e67b3422ccccf7429a5bcd6c484e9dc818d1b7dfb6203bc23

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions lang/node-azure-iot-device-amqp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=azure-iot-device-amqp
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=1.14.2
PKG_VERSION:=1.14.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=31d7c83148a5d51e01ee0ed03e5a3a2e209f1ef5dfa3443c973df67a7fba308f
PKG_HASH:=964d4c9ab9366f227a90c3a37db1f33b87390332b47483bb9c31ee9179afb282

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
4 changes: 2 additions & 2 deletions lang/node-azure-iot-device-http/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=azure-iot-device-http
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=1.14.2
PKG_VERSION:=1.14.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=085777cbdff0dc25a0b5da8b4209fd8dd3a3290b8d4a2017c27e68c69958b126
PKG_HASH:=96d3222fa85665121832fcb29106ba4dd0a8bec0278e2ecc209f2641a2a7cdad

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
4 changes: 2 additions & 2 deletions lang/node-azure-iot-device-mqtt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=azure-iot-device-mqtt
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=1.16.2
PKG_VERSION:=1.16.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=9d42038bf5554b59e866a0ecc0f499c062b01a76df925146a1e73f174ea1e578
PKG_HASH:=9f440c1b70fc61004654ea2febaa428baada8b9e79d51d65f096c0c60f38a4b5

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
4 changes: 2 additions & 2 deletions lang/node-azure-iot-device/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=azure-iot-device
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=1.18.2
PKG_VERSION:=1.18.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=75241d47b7155fb4a301f70b397f55e6da3bcd1b8b44ff086b7a6fe7cd58b76c
PKG_HASH:=524296fa3dee0d4e58e96a8032b2be66ce4e698417eb78f999eb5790c95ae135

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
4 changes: 2 additions & 2 deletions lang/node-bluetooth-hci-socket/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=bluetooth-hci-socket
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.5.3
PKG_RELEASE:=4
PKG_RELEASE:=5

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/noble/node-bluetooth-hci-socket.git
Expand Down Expand Up @@ -37,7 +37,7 @@ define Package/node-bluetooth-hci-socket
CATEGORY:=Languages
TITLE:=Bluetooth HCI socket binding for Node.js
URL:=https://www.npmjs.com/package/bluetooth-hci-socket
DEPENDS:=+node +node-usb
DEPENDS:=+node +node-usb +bluez-libs
endef

define Package/node-bluetooth-hci-socket/description
Expand Down
22 changes: 11 additions & 11 deletions lang/node-mqtt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=mqtt
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=4.3.7
PKG_VERSION:=5.0.2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=50c6114205a0ed0d0ec19568ca4e98c827fff4b14f85aa45aae346090489e2dc
PKG_HASH:=7130cdc3b81c093e9dc9118416258e54c693d051b3d8fed7aa032fe9107b80f6

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down Expand Up @@ -61,21 +61,21 @@ endef

define Package/node-mqtt/install
$(INSTALL_DIR) $(1)/usr/lib/node/$(PKG_NPM_NAME)
$(CP) $(PKG_BUILD_DIR)/{package.json,*.md,*.js} \
$(CP) $(PKG_BUILD_DIR)/{package.json,*.md} \
$(1)/usr/lib/node/$(PKG_NPM_NAME)/
$(CP) $(PKG_BUILD_DIR)/{node_modules,lib} \
$(CP) $(PKG_BUILD_DIR)/{node_modules,build} \
$(1)/usr/lib/node/$(PKG_NPM_NAME)/
$(CP) $(PKG_BUILD_DIR)/{bin,dist,doc} \
$(CP) $(PKG_BUILD_DIR)/{build,dist,help} \
$(1)/usr/lib/node/$(PKG_NPM_NAME)/
$(INSTALL_DIR) $(1)/usr/bin
$(LN) ../lib/node/$(PKG_NPM_NAME)/mqtt.js $(1)/usr/bin/mqtt
$(LN) ../lib/node/$(PKG_NPM_NAME)/bin/pub.js $(1)/usr/bin/mqtt_pub
$(LN) ../lib/node/$(PKG_NPM_NAME)/bin/sub.js $(1)/usr/bin/mqtt_sub
$(LN) ../lib/node/$(PKG_NPM_NAME)/build/bin/mqtt.js $(1)/usr/bin/mqtt
$(LN) ../lib/node/$(PKG_NPM_NAME)/build/bin/pub.js $(1)/usr/bin/mqtt_pub
$(LN) ../lib/node/$(PKG_NPM_NAME)/build/bin/sub.js $(1)/usr/bin/mqtt_sub
$(INSTALL_DIR) $(1)/usr/lib/node_modules
$(LN) ../node/$(PKG_NPM_NAME) $(1)/usr/lib/node_modules/$(PKG_NPM_NAME)
chmod +x $(1)/usr/lib/node/$(PKG_NPM_NAME)/mqtt.js
chmod +x $(1)/usr/lib/node/$(PKG_NPM_NAME)/bin/pub.js
chmod +x $(1)/usr/lib/node/$(PKG_NPM_NAME)/bin/sub.js
chmod +x $(1)/usr/lib/node/$(PKG_NPM_NAME)/build/bin/mqtt.js
chmod +x $(1)/usr/lib/node/$(PKG_NPM_NAME)/build/bin/pub.js
chmod +x $(1)/usr/lib/node/$(PKG_NPM_NAME)/build/bin/sub.js
endef

define Package/node-mqtt/postrm
Expand Down
10 changes: 6 additions & 4 deletions lang/node-mqtt/patches/000-remove_depends.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
--- a/package.json
+++ b/package.json
@@ -76,7 +76,6 @@
@@ -112,8 +112,7 @@
"readable-stream": "^4.4.2",
"reinterval": "^1.1.0",
"rfdc": "^1.3.0",
"split2": "^3.1.0",
- "ws": "^7.5.5",
"xtend": "^4.0.2"
- "split2": "^4.2.0",
- "ws": "^8.13.0"
+ "split2": "^4.2.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.0",
4 changes: 2 additions & 2 deletions lang/node-npm-check-updates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=npm-check-updates
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=16.10.16
PKG_VERSION:=16.10.17
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=7ce228c0ca50bad3f6e3efa82d3fb48a51fa21b9884eb0ce8f96340f487f2d01
PKG_HASH:=0430731326b7cbd112f899ac00a36ff1acc979f7b3dd46cd7345c5889fe3b02f

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>, Patrik Laszlo <[email protected]>
PKG_LICENSE:=Apache-2.0
Expand Down
10 changes: 5 additions & 5 deletions lang/node-rimraf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=rimraf
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=5.0.1
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
Expand Down Expand Up @@ -70,10 +70,10 @@ define Package/node-rimraf/install
$(1)/usr/lib/node/$(PKG_NPM_NAME)/
$(CP) $(PKG_BUILD_DIR)/*.md \
$(1)/usr/lib/node/$(PKG_NPM_NAME)/
$(CP) $(PKG_BUILD_DIR)/dist \
$(CP) $(PKG_BUILD_DIR)/{node_modules,dist} \
$(1)/usr/lib/node/$(PKG_NPM_NAME)/
$(INSTALL_DIR) $(1)/usr/bin
$(LN) ../lib/node/$(PKG_NPM_NAME)/bin.js $(1)/usr/bin/rimraf
$(LN) ../lib/node/$(PKG_NPM_NAME)/dist/cjs/src/bin.js $(1)/usr/bin/rimraf
$(INSTALL_DIR) $(1)/usr/lib/node_modules
$(LN) ../node/$(PKG_NPM_NAME) $(1)/usr/lib/node_modules/$(PKG_NPM_NAME)
endef
Expand Down Expand Up @@ -101,10 +101,10 @@ define Host/Install
$(1)/lib/node_modules/$(PKG_NPM_NAME)/
$(CP) $(HOST_BUILD_DIR)/*.md \
$(1)/lib/node_modules/$(PKG_NPM_NAME)/
$(CP) $(HOST_BUILD_DIR)/dist \
$(CP) $(HOST_BUILD_DIR)/{node_modules,dist} \
$(1)/lib/node_modules/$(PKG_NPM_NAME)/
$(INSTALL_DIR) $(1)/bin
$(LN) ../lib/node_modules/$(PKG_NPM_NAME)/bin.js $(1)/bin/rimraf
$(LN) ../lib/node_modules/$(PKG_NPM_NAME)/dist/cjs/src/bin.js $(1)/bin/rimraf
endef

$(eval $(call HostBuild))
Expand Down
4 changes: 2 additions & 2 deletions lang/node-serialport-bindings-cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk
PKG_NPM_SCOPE:=serialport
PKG_NPM_NAME:=bindings-cpp
PKG_NAME:=node-$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME)
PKG_VERSION:=11.0.1
PKG_VERSION:=12.0.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL_FILE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/@$(PKG_NPM_SCOPE)/$(PKG_NPM_NAME)/-/
PKG_HASH:=707a9261da6d3fb80ff97486a22074ec16f20f84ca2bc15993926e3d526ce7f3
PKG_HASH:=8cf4e55fcbc175ee56b9c5ba79e6665b9528adabfde8e3b4ae1abd6e948f40e2

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
4 changes: 2 additions & 2 deletions lang/node-serialport-list/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk
PKG_NPM_SCOPE:=serialport
PKG_NPM_NAME:=list
PKG_NAME:=node-$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME)
PKG_VERSION:=11.0.0
PKG_VERSION:=11.0.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL_FILE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/@$(PKG_NPM_SCOPE)/$(PKG_NPM_NAME)/-/
PKG_HASH:=cc35ba4704aaa6bac641d328e5bf567993a18660d17e331b59d220f8f4d16f49
PKG_HASH:=96c6b9a77a89c4cb2b77b39bbaaabdd5ad2cecbe05cdacd7f99eda6542beb7d0

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion lang/node-serialport-list/patches/000-remove_depends.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "tsc --build tsconfig-build.json"
},
"dependencies": {
- "@serialport/bindings-cpp": "11.0.1",
- "@serialport/bindings-cpp": "11.0.3",
"commander": "10.0.1"
},
"engines": {
4 changes: 2 additions & 2 deletions lang/node-serialport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=serialport
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=11.0.0
PKG_VERSION:=11.0.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=a50ec34fe53f47fa012edcdafb5514089b1dc55f792ee33887acc7d6b2e5e202
PKG_HASH:=9dc1d7a26a657387e4f6e3e676daceca28d3d530fd2fcf7cb143189742cbb8fb

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
8 changes: 4 additions & 4 deletions lang/node-serialport/patches/000-remove_depends.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"dependencies": {
"@serialport/binding-mock": "10.2.2",
- "@serialport/bindings-cpp": "11.0.1",
"@serialport/parser-byte-length": "11.0.0",
"@serialport/parser-cctalk": "11.0.0",
"@serialport/parser-delimiter": "11.0.0",
- "@serialport/bindings-cpp": "11.0.3",
"@serialport/parser-byte-length": "11.0.1",
"@serialport/parser-cctalk": "11.0.1",
"@serialport/parser-delimiter": "11.0.1",
4 changes: 2 additions & 2 deletions lang/node-socket.io-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=socket.io-client
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=4.7.1
PKG_VERSION:=4.7.2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \
https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=8996ba5fc732af973275920e2a822d3c591a1d4c5098df5cbbee80bb61942154
PKG_HASH:=e3c029e40a18baa3aed9c3d35b12e3160f89ec0d5335664cd38421bd8f164948

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
Loading

0 comments on commit 1eb396f

Please sign in to comment.