Skip to content

Commit

Permalink
Merge pull request #1288 from wind-rider/node-v0.10.33
Browse files Browse the repository at this point in the history
Update Node.js to v0.10.33; remove unneeded openssl.gyp patch
  • Loading branch information
Diaoul committed Nov 13, 2014
2 parents 72618a9 + 50ee17e commit 283e2f5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 53 deletions.
2 changes: 1 addition & 1 deletion cross/node/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = node
PKG_VERS = 0.10.31
PKG_VERS = 0.10.33
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = http://nodejs.org/dist/v$(PKG_VERS)/
Expand Down
6 changes: 3 additions & 3 deletions cross/node/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node-v0.10.31.tar.gz SHA1 80f2160b0525763b557742aa73d8dacf1a71e53c
node-v0.10.31.tar.gz SHA256 06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1
node-v0.10.31.tar.gz MD5 1b65fe749f8e542a56a71af2b8c3a74a
node-v0.10.33.tar.gz SHA1 69aeeade5fef622c3150cfc2b4a8f70eea1ef1ec
node-v0.10.33.tar.gz SHA256 75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e
node-v0.10.33.tar.gz MD5 626ca8a4f8fec4df49c78ed53d46f1f7
18 changes: 0 additions & 18 deletions cross/node/patches/cryptlib.c.patch

This file was deleted.

15 changes: 0 additions & 15 deletions cross/node/patches/mem_clr.c.patch

This file was deleted.

14 changes: 0 additions & 14 deletions cross/node/patches/openssl.gyp.patch

This file was deleted.

5 changes: 3 additions & 2 deletions spk/node/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = node
SPK_VERS = 0.10.31
SPK_REV = 2
SPK_VERS = 0.10.33
SPK_REV = 3
SPK_ICON = src/nodejs.png

DEPENDS = cross/$(SPK_NAME)
Expand All @@ -9,6 +9,7 @@ MAINTAINER = SynoCommunity
DESCRIPTION = Node.js is a platform built on Chrome\'s JavaScript runtime for easily building fast, scalable network applications.
STARTABLE = no
DISPLAY_NAME = Node.js
CHANGELOG = Update to Node.js v0.10.33

HOMEPAGE = http://nodejs.org/
LICENSE = MIT
Expand Down

0 comments on commit 283e2f5

Please sign in to comment.