Skip to content

Commit e3c025c

Browse files
nisamsonNick Samson
andauthored
nodejs18: upgrade nodejs18 to 18.20.3 to fix CVE-2024-28863 (#9372)
Co-authored-by: Nick Samson <nisamson@microsoft.com>
1 parent 2ab7702 commit e3c025c

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"node-v18.20.2.tar.xz": "f17f61fffd80cc22591db48e62ab1b8de5302669bcaaa16c061195f3d05bb1c5"
3+
"node-v18.20.3.tar.xz": "e82474c1336f45e5adf88434c52565ac5830a01569355bd119c3b5f186a5253c"
44
}
55
}

SPECS/nodejs/nodejs18.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Retrieved from 'deps/npm/package.json' inside the sources tarball.
2-
%define npm_version 10.5.0
2+
%define npm_version 10.7.0
33

44
Summary: A JavaScript runtime built on Chrome's V8 JavaScript engine.
55
Name: nodejs18
66
# WARNINGS: MUST check and update the 'npm_version' macro for every version update of this package.
77
# The version of NPM can be found inside the sources under 'deps/npm/package.json'.
8-
Version: 18.20.2
9-
Release: 2%{?dist}
8+
Version: 18.20.3
9+
Release: 1%{?dist}
1010
License: BSD and MIT and Public Domain and NAIST-2003 and Artistic-2.0
1111
Group: Applications/System
1212
Vendor: Microsoft Corporation
@@ -117,6 +117,9 @@ make cctest
117117
%{_datadir}/systemtap/tapset/node.stp
118118

119119
%changelog
120+
* Thu Jun 13 2024 Nick Samson <nisamson@microsoft.com> - 18.20.3-1
121+
- Upgrade to 18.20.3-1 to fix CVE-2024-28863
122+
120123
* Wed May 29 2024 Mitch Zhu <mitchzhu@microsoft.com> - 18.20.2-2
121124
- Patch CVE-2023-21100.
122125
- Remove unused patches.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14433,8 +14433,8 @@
1443314433
"type": "other",
1443414434
"other": {
1443514435
"name": "nodejs18",
14436-
"version": "18.20.2",
14437-
"downloadUrl": "https://nodejs.org/download/release/v18.20.2/node-v18.20.2.tar.xz"
14436+
"version": "18.20.3",
14437+
"downloadUrl": "https://nodejs.org/download/release/v18.20.3/node-v18.20.3.tar.xz"
1443814438
}
1443914439
}
1444014440
},

0 commit comments

Comments
 (0)