pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun  2 09:46:41 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
nodejs: updated to 18.3.0

Version 18.3.0 (Current)

Notable Changes

- deps: update undici to 5.4.0 (Node.js GitHub Bot)
- (SEMVER-MINOR) util: add parseArgs module (Benjamin Coe)
- (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna)
- deps: upgrade npm to 8.11.0 (npm team)
- deps: patch V8 to 10.2.154.4 (Michaël Zasso)
- (SEMVER-MINOR) deps: update V8 to 10.2.154.2 (Michaël Zasso)
- (SEMVER-MINOR) fs: make params in writing methods optional (LiviaMedeiros)
- (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna)
- (SEMVER-MINOR) net: add ability to reset a tcp socket (pupilTong)
- (SEMVER-MINOR) Revert "build: make x86 Windows support temporarily experimental" (Michaël Zasso)


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.214 -r1.215 pkgsrc/lang/nodejs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.234 pkgsrc/lang/nodejs/Makefile:1.235
--- pkgsrc/lang/nodejs/Makefile:1.234   Wed May 18 18:26:51 2022
+++ pkgsrc/lang/nodejs/Makefile Thu Jun  2 09:46:41 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.234 2022/05/18 18:26:51 adam Exp $
+# $NetBSD: Makefile,v 1.235 2022/06/02 09:46:41 adam Exp $
 
-DISTNAME=      node-v18.2.0
+DISTNAME=      node-v18.3.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++17

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.214 pkgsrc/lang/nodejs/distinfo:1.215
--- pkgsrc/lang/nodejs/distinfo:1.214   Fri May 27 17:02:36 2022
+++ pkgsrc/lang/nodejs/distinfo Thu Jun  2 09:46:41 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.214 2022/05/27 17:02:36 tnn Exp $
+$NetBSD: distinfo,v 1.215 2022/06/02 09:46:41 adam Exp $
 
-BLAKE2s (node-v18.2.0.tar.xz) = f21fc01f787369be3ee9a37ec61723b36a2ed3f58aca4d28866daf8dbb07137a
-SHA512 (node-v18.2.0.tar.xz) = 9d7d6017374bc14e9cd447bceb3ab9d3b4d421c30d422c6f4eb429c67f1deb2c04778216cccb11ecbe510f18b821891d9311c035f5a81cc6a5e8adae202e9b33
-Size (node-v18.2.0.tar.xz) = 36873192 bytes
+BLAKE2s (node-v18.3.0.tar.xz) = ebb9f6c1099522ede770fe9895443cc6bb9d4fdfaa9ef25be89511d3d0a12155
+SHA512 (node-v18.3.0.tar.xz) = c793459c38d72d65d5caaa7fbab37269fe6031766609ab2fd7c921b205d314b1ddebc40738b292669bbbaf166a97328f64af7a0a1aaac111903a42cf98057afd
+Size (node-v18.3.0.tar.xz) = 36941104 bytes
 SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3



Home | Main Index | Thread Index | Old Index