Skip to content

Commit 5ad3064

Browse files
nxhack1715173329
authored andcommitted
node: bump to v18.20.3
Notable changes This release fixes a regression introduced in Node.js 18.19.0 where http.server.close() was incorrectly closing idle connections. A fix has also been included for compiling Node.js from source with newer versions of Clang. The list of keys used to sign releases has been synchronized with the current list from the main branch. Updated dependencies * acorn updated to 8.11.3. * acorn-walk updated to 8.3.2. * ada updated to 2.7.8. * c-ares updated to 1.28.1. * corepack updated to 0.28.0. * nghttp2 updated to 1.61.0. * ngtcp2 updated to 1.3.0. * npm updated to 10.7.0. Includes a fix from [email protected] to limit the number of open connections npm/cli#7324. * simdutf updated to 5.2.4. * zlib updated to 1.3.0.1-motley-7d77fb7. Signed-off-by: Hirokazu MORIKAWA <[email protected]>
1 parent b131f8e commit 5ad3064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/node/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=node
11-
PKG_VERSION:=v18.20.2
11+
PKG_VERSION:=v18.20.3
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION)
16-
PKG_HASH:=68c165b9ceb7bc69dcdc75c6099723edb5ff0509215959af0775ed426174c404
16+
PKG_HASH:=f35c9b9923c7b2e9243e7e2d10cd9ae61fbd5b925df3debbb72d5a70dbff555d
1717

1818
PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>, Adrian Panella <[email protected]>
1919
PKG_LICENSE:=MIT

0 commit comments

Comments
 (0)