mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Update to latest stable release 5.10.1
- https://github.com/nodejs/node/blob/v5.10.1/CHANGELOG.md
This commit is contained in:
parent
3e0de4b030
commit
b4761abbba
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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 <sgallagh@redhat.com> - %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}-1
|
||||
* Mon Apr 11 2016 Stephen Gallagher <sgallagh@redhat.com> - 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 <sgallagh@redhat.com> - 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
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
4a2dbe52e4e1975a4b4a26f9af3acf11 node-v5.10.0-stripped.tar.gz
|
||||
adbe74296188f8b441c5d644058ea732 node-v5.10.1-stripped.tar.gz
|
||||
|
|
Loading…
Reference in a new issue