Update to 6.9.5 (security)
This commit is contained in:
parent
7ad8128083
commit
9037187f05
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
|||||||
/node-v6.9.2-stripped.tar.gz
|
/node-v6.9.2-stripped.tar.gz
|
||||||
/node-v6.9.3-stripped.tar.gz
|
/node-v6.9.3-stripped.tar.gz
|
||||||
/node-v6.9.4-stripped.tar.gz
|
/node-v6.9.4-stripped.tar.gz
|
||||||
|
/node-v6.9.5-stripped.tar.gz
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
%global nodejs_epoch 1
|
%global nodejs_epoch 1
|
||||||
%global nodejs_major 6
|
%global nodejs_major 6
|
||||||
%global nodejs_minor 9
|
%global nodejs_minor 9
|
||||||
%global nodejs_patch 4
|
%global nodejs_patch 5
|
||||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||||
%global nodejs_release 2
|
%global nodejs_release 1
|
||||||
|
|
||||||
# == Bundled Dependency Versions ==
|
# == Bundled Dependency Versions ==
|
||||||
# v8 - from deps/v8/include/v8-version.h
|
# v8 - from deps/v8/include/v8-version.h
|
||||||
@ -407,6 +407,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
|||||||
%{_pkgdocdir}/npm/doc
|
%{_pkgdocdir}/npm/doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 1 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:6.9.5-1
|
||||||
|
- Update to v6.9.5(security)
|
||||||
|
- Reenable debug mode (https://github.com/nodejs/node/pull/10525)
|
||||||
|
|
||||||
* Tue Jan 17 2017 Stephen Gallagher <sgallagh@redhat.com> - 1:6.9.4-2
|
* Tue Jan 17 2017 Stephen Gallagher <sgallagh@redhat.com> - 1:6.9.4-2
|
||||||
- Enable DTrace support.
|
- Enable DTrace support.
|
||||||
- Eliminate newlines from CFLAGS due to broken dtrace shim
|
- Eliminate newlines from CFLAGS due to broken dtrace shim
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (node-v6.9.4-stripped.tar.gz) = e953b9a592cedb2b0e62e97bd042c005cf585c8d33dee7ff59f461234bd9379cf03183e5004f8964669f26a0d375ecbce90a4696ab8ed6accfc9b2f715973d5e
|
SHA512 (node-v6.9.5-stripped.tar.gz) = 1d10a60295fba32eddb5187a5986f8103f34115d2fe06895596a662c98191afc81bc9246100f8360d308a07db0bc7b8df9e37fe59d042ac136b42248582f4af2
|
||||||
|
Loading…
Reference in New Issue
Block a user