pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs16



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 27 07:57:29 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs16: Makefile distinfo

Log Message:
nodejs16: updated to 16.17.1

Version 16.17.1 'Gallium' (LTS)

This is a security release.

Notable changes

The following CVEs are fixed in this release:

CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
CVE-2022-32213: bypass via obs-fold mechanic (Medium)
CVE-2022-35255: Weak randomness in WebCrypto keygen
CVE-2022-35256: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/nodejs16/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/nodejs16/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/nodejs16/Makefile
diff -u pkgsrc/lang/nodejs16/Makefile:1.4 pkgsrc/lang/nodejs16/Makefile:1.5
--- pkgsrc/lang/nodejs16/Makefile:1.4   Mon Aug 29 06:28:38 2022
+++ pkgsrc/lang/nodejs16/Makefile       Tue Sep 27 07:57:29 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/08/29 06:28:38 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/09/27 07:57:29 adam Exp $
 
-DISTNAME=      node-v16.17.0
+DISTNAME=      node-v16.17.1
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++14
@@ -31,9 +31,9 @@ CXXFLAGS+=    -mstackrealign
 .include "../../lang/nodejs/options.mk"
 
 # Node turns on -latomic for arm, mips and ppc.
-.if !empty(MACHINE_ARCH:M*arm*) || \
-    !empty(MACHINE_ARCH:M*powerpc*) || \
-    !empty(MACHINE_ARCH:M*mips*)
+.if ${MACHINE_ARCH:M*arm*} || \
+    ${MACHINE_ARCH:M*powerpc*} || \
+    ${MACHINE_ARCH:M*mips*}
 .include "../../devel/libatomic/buildlink3.mk"
 .endif
 

Index: pkgsrc/lang/nodejs16/distinfo
diff -u pkgsrc/lang/nodejs16/distinfo:1.5 pkgsrc/lang/nodejs16/distinfo:1.6
--- pkgsrc/lang/nodejs16/distinfo:1.5   Mon Aug 29 06:28:38 2022
+++ pkgsrc/lang/nodejs16/distinfo       Tue Sep 27 07:57:29 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2022/08/29 06:28:38 adam Exp $
+$NetBSD: distinfo,v 1.6 2022/09/27 07:57:29 adam Exp $
 
-BLAKE2s (node-v16.17.0.tar.xz) = 34b80d85eeb24eb431c0d3185f0d702cfaf2a052ff6cb5a0a04a51bade2e987a
-SHA512 (node-v16.17.0.tar.xz) = 8906ee337562b6f0b1614aa57084499ffd3bdfe8f8e706de8fed98baed5a92f691c534528b98f6321cf8a1eaaed6b45a938f28bd08167fbd75bfeb432ca03181
-Size (node-v16.17.0.tar.xz) = 35664964 bytes
+BLAKE2s (node-v16.17.1.tar.xz) = 2130b3ae8729ccc3b1feba23a5d8780f60d0f4f03c439e478ae5f9d89e7523e1
+SHA512 (node-v16.17.1.tar.xz) = f9aefcc72a260cbdc162db8db01885a93b1b2248ff0c20c6e9b98819b8b5e599f7da89eeeb7cfe202764cca3974b6ca48610351176f6767ef6ad630ca7ee8cb7
+Size (node-v16.17.1.tar.xz) = 35661452 bytes
 SHA1 (patch-common.gypi) = 15393846d9dce28f963ef66faa504d5bb3e92018
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3



Home | Main Index | Thread Index | Old Index