node: bump to v18.18.0
authorHirokazu MORIKAWA <morikw2@gmail.com>
Wed, 20 Sep 2023 07:01:35 +0000 (16:01 +0900)
committerTianling Shen <cnsztl@gmail.com>
Thu, 21 Sep 2023 00:42:41 +0000 (08:42 +0800)
Update to v18.18.0

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
lang/node/Makefile
lang/node/patches/999-localhost-no-addrconfig.patch

index 90cc06ff0f3036dfc207fce833cc56809c10e2ed..a58b3286da6e589067adcabe42d2ba94278d9030 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=node
-PKG_VERSION:=v18.17.1
+PKG_VERSION:=v18.18.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION)
-PKG_HASH:=f215cf03d0f00f07ac0b674c6819f804c1542e16f152da04980022aeccf5e65a
+PKG_HASH:=e4d4dbac3634d99f892f00db47da78f98493c339582e8a95fb2dd59f5cfe0f90
 
 PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
 PKG_LICENSE:=MIT
index 54b1a3a00197f314ac173afaa3e9499813b2d9a0..dadfd14ecde78b4eccaf90293c202907d18edf7b 100644 (file)
@@ -13,7 +13,7 @@ Forwarded: https://github.com/nodejs/node/issues/33816
  //
  // Permission is hereby granted, free of charge, to any person obtaining a
  // copy of this software and associated documentation files (the
-@@ -1266,13 +1267,6 @@ function lookupAndConnect(self, options)
+@@ -1321,13 +1322,6 @@ function lookupAndConnect(self, options)
      hints: options.hints || 0,
    };