Update to 0.10.46, bump http-parser

This commit is contained in:
Zuzana Svetlikova 2016-06-24 16:02:36 +02:00 committed by Piotr Popieluch
parent a614c90b55
commit 355661fd73
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/node-v0.10.33-stripped.tar.gz /node-v0.10.33-stripped.tar.gz
/node-v0.10.36-stripped.tar.gz /node-v0.10.36-stripped.tar.gz
/node-v0.10.42-stripped.tar.gz /node-v0.10.42-stripped.tar.gz
/node-v0.10.46-stripped.tar.gz

View File

@ -12,7 +12,7 @@
# == Node.js Version == # == Node.js Version ==
%global nodejs_major 0 %global nodejs_major 0
%global nodejs_minor 10 %global nodejs_minor 10
%global nodejs_patch 42 %global nodejs_patch 46
%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}
@ -34,7 +34,7 @@
# http-parser - from deps/http-parser/http_parser.h # http-parser - from deps/http-parser/http_parser.h
%global http_parser_major 1 %global http_parser_major 1
%global http_parser_minor 1 %global http_parser_minor 2
%global http_parser_version %{http_parser_major}.%{http_parser_minor} %global http_parser_version %{http_parser_major}.%{http_parser_minor}
# punycode - from lib/punycode.js # punycode - from lib/punycode.js
@ -46,7 +46,7 @@
Name: nodejs Name: nodejs
Version: %{nodejs_version} Version: %{nodejs_version}
Release: 4%{?dist} Release: 1%{?dist}
Summary: JavaScript runtime Summary: JavaScript runtime
License: MIT and ASL 2.0 and ISC and BSD License: MIT and ASL 2.0 and ISC and BSD
Group: Development/Languages Group: Development/Languages
@ -263,6 +263,11 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
%{_pkgdocdir}/html %{_pkgdocdir}/html
%changelog %changelog
* Fri Jun 24 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.10.46-1
- Update to 0.10.46(security fix)
- https://github.com/nodejs/node/blob/v0.10.46/ChangeLog
- Bump http-parser version
* Wed Feb 10 2016 Stephen Gallagher <sgallagh@redhat.com> - 0.10.43-4 * Wed Feb 10 2016 Stephen Gallagher <sgallagh@redhat.com> - 0.10.43-4
- Verify that the built node reports the expected versions - Verify that the built node reports the expected versions
- Properly Provides: http-parser - Properly Provides: http-parser

View File

@ -1 +1 @@
797349ff0cb1c9316d1800acf3d1394f node-v0.10.42-stripped.tar.gz af86e8807e760f348b58acaa9317226b node-v0.10.46-stripped.tar.gz