diff --git a/.gitignore b/.gitignore index 0d9f26f..11e0f75 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /node-v5.9.0.tar.gz /node-v5.9.1-stripped.tar.gz /node-v5.10.0-stripped.tar.gz +/node-v5.10.1-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index 3799237..1f98949 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -9,7 +9,7 @@ # == Node.js Version == %global nodejs_major 5 %global nodejs_minor 10 -%global nodejs_patch 0 +%global nodejs_patch 1 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} %global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} @@ -324,7 +324,11 @@ ln -sf %{_pkgdocdir}/npm/html %{buildroot}%{_prefix}/lib/node_modules/npm/doc %{_pkgdocdir}/npm/doc %changelog -* Fri Apr 01 2016 Stephen Gallagher - %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}-1 +* Mon Apr 11 2016 Stephen Gallagher - 5.10.0-1 +- Update to latest stable release 5.10.1 +- https://github.com/nodejs/node/blob/v5.10.1/CHANGELOG.md + +* Fri Apr 01 2016 Stephen Gallagher - 5.10.0-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 diff --git a/sources b/sources index f16b7f0..47ed98a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a2dbe52e4e1975a4b4a26f9af3acf11 node-v5.10.0-stripped.tar.gz +adbe74296188f8b441c5d644058ea732 node-v5.10.1-stripped.tar.gz