Update to latest security release (5.10.0)

- Update bundled npm to 3.8.3
- Fixes serious man-in-the-middle vulnerability with npm
This commit is contained in:
Stephen Gallagher 2016-04-01 09:52:11 -04:00
parent a16f88262e
commit 3e0de4b030
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/node-v5.8.0-stripped.tar.gz
/node-v5.9.0.tar.gz
/node-v5.9.1-stripped.tar.gz
/node-v5.10.0-stripped.tar.gz

View File

@ -8,8 +8,8 @@
# == Node.js Version ==
%global nodejs_major 5
%global nodejs_minor 9
%global nodejs_patch 1
%global nodejs_minor 10
%global nodejs_patch 0
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
@ -44,7 +44,7 @@
# npm - from deps/npm/package.json
%global npm_major 3
%global npm_minor 7
%global npm_minor 8
%global npm_patch 3
%global npm_version %{npm_major}.%{npm_minor}.%{npm_patch}
@ -324,6 +324,11 @@ ln -sf %{_pkgdocdir}/npm/html %{buildroot}%{_prefix}/lib/node_modules/npm/doc
%{_pkgdocdir}/npm/doc
%changelog
* Fri Apr 01 2016 Stephen Gallagher <sgallagh@redhat.com> - %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}-1
- Update to latest security release (5.10.0)
- Update bundled npm to 3.8.3
- Fixes serious man-in-the-middle vulnerability with npm
* Wed Mar 23 2016 Stephen Gallagher <sgallagh@redhat.com> - 5.9.1-1
- Update to latest stable release (5.9.1)
- Bundle npm (3.7.3)

View File

@ -1 +1 @@
f71057ca5993899b569a75e891e7f871 node-v5.9.1-stripped.tar.gz
4a2dbe52e4e1975a4b4a26f9af3acf11 node-v5.10.0-stripped.tar.gz