package/nodejs: bump version to v8.15.0
Fixes regressions introduced by the v8.14.0 security release. From the announcement: The 8.14.0 security release introduced some unexpected breakages on the 8.x release line. This is a special release to fix a regression in the HTTP binary upgrade response body and add a missing CLI flag to adjust the max header size of the http parser. https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.15.0 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a02ce33aa5
commit
6f68e5cf72
@ -1,5 +1,5 @@
|
||||
# From https://nodejs.org/dist/v8.14.0/SHASUMS256.txt
|
||||
sha256 8ce252913c9f6aaa9871f2d9661b6e54858dae2f0064bd3c624676edb09083c4 node-v8.14.0.tar.xz
|
||||
# From https://nodejs.org/dist/v8.15.0/SHASUMS256.txt
|
||||
sha256 968523333947cc3f769d73dedc6c9c60580826d8714bc0e62ca4589de6a7c633 node-v8.15.0.tar.xz
|
||||
|
||||
# Hash for license file
|
||||
sha256 b87be6c1479ed977481115869c2dd8b6d59e5ea55aa09939d6c898242121b2f5 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NODEJS_VERSION = 8.14.0
|
||||
NODEJS_VERSION = 8.15.0
|
||||
NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
|
||||
NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
|
||||
NODEJS_DEPENDENCIES = host-python host-nodejs c-ares \
|
||||
|
Loading…
Reference in New Issue
Block a user