MFH: r468801 r472448
www/node6: Update 6.14.1_1 -> 6.14.2 Notable Changes: - n-api has been backported to v6.x. It is being landed as an experimental interface, and as such is landing in a Semver-Patch release. https://nodejs.org/en/blog/release/v6.14.2/ www/node6: Update 6.14.2 -> 6.14.3 Update to the latest security release, fixing CVE-2018-7167. https://nodejs.org/en/blog/release/v6.14.3/ https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ Security: 45b8e2eb-7056-11e8-8fab-63ca6e0e13a2 Sponsored by: Miles AS Approved by: ports-secteam (miwi)
This commit is contained in:
parent
286d350c1d
commit
d75dff94d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=472489
@ -1,9 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 6.14.1
|
||||
PORTVERSION= 6.14.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX= 6
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1522526722
|
||||
SHA256 (node-v6.14.1.tar.gz) = 82ca9917819db13c3a3484bd2bee1c58cd718aec3e4ad46026f968557a6717be
|
||||
SIZE (node-v6.14.1.tar.gz) = 27449739
|
||||
TIMESTAMP = 1528863089
|
||||
SHA256 (node-v6.14.3.tar.gz) = 378b7b06ce6de96c59970908fc2a67278e1ece22be78030423297bf415c0a8c5
|
||||
SIZE (node-v6.14.3.tar.gz) = 27208964
|
||||
|
@ -3,6 +3,8 @@ include/node/common.gypi
|
||||
include/node/config.gypi
|
||||
include/node/libplatform/libplatform.h
|
||||
include/node/node.h
|
||||
include/node/node_api.h
|
||||
include/node/node_api_types.h
|
||||
include/node/node_buffer.h
|
||||
include/node/node_object_wrap.h
|
||||
include/node/node_version.h
|
||||
|
Loading…
Reference in New Issue
Block a user