From 355661fd73b4fbf899ad82cf28e8b86368867078 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 24 Jun 2016 16:02:36 +0200 Subject: [PATCH] Update to 0.10.46, bump http-parser --- .gitignore | 1 + nodejs.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0e8b6d2..cdcc8b5 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /node-v0.10.33-stripped.tar.gz /node-v0.10.36-stripped.tar.gz /node-v0.10.42-stripped.tar.gz +/node-v0.10.46-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index 9d10f31..873675f 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -12,7 +12,7 @@ # == Node.js Version == %global nodejs_major 0 %global nodejs_minor 10 -%global nodejs_patch 42 +%global nodejs_patch 46 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} %global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} @@ -34,7 +34,7 @@ # http-parser - from deps/http-parser/http_parser.h %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} # punycode - from lib/punycode.js @@ -46,7 +46,7 @@ Name: nodejs Version: %{nodejs_version} -Release: 4%{?dist} +Release: 1%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -263,6 +263,11 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %{_pkgdocdir}/html %changelog +* Fri Jun 24 2016 Zuzana Svetlikova - 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 - 0.10.43-4 - Verify that the built node reports the expected versions - Properly Provides: http-parser diff --git a/sources b/sources index 00d25f8..18989dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -797349ff0cb1c9316d1800acf3d1394f node-v0.10.42-stripped.tar.gz +af86e8807e760f348b58acaa9317226b node-v0.10.46-stripped.tar.gz