www/node10: Update 10.16.2 -> 10.16.3
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/aug-2019-security-releases/ for details on patched vulnerabilities. MFH: 2019Q3 Security: c97a940b-c392-11e9-bb38-000d3ab229d6 Sponsored by: Miles AS
This commit is contained in:
parent
0c3b59031a
commit
36d38f5829
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509480
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= node
|
PORTNAME= node
|
||||||
PORTVERSION= 10.16.2
|
PORTVERSION= 10.16.3
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||||
|
@ -68,7 +68,7 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \
|
||||||
|
|
||||||
BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\
|
BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\
|
||||||
libuv>=1.28.0:devel/libuv \
|
libuv>=1.28.0:devel/libuv \
|
||||||
libnghttp2>=1.34.0:www/libnghttp2
|
libnghttp2>=1.39.2:www/libnghttp2
|
||||||
LIB_DEPENDS+= libcares.so:dns/c-ares\
|
LIB_DEPENDS+= libcares.so:dns/c-ares\
|
||||||
libuv.so:devel/libuv \
|
libuv.so:devel/libuv \
|
||||||
libnghttp2.so:www/libnghttp2
|
libnghttp2.so:www/libnghttp2
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1565153509
|
TIMESTAMP = 1565994495
|
||||||
SHA256 (node-v10.16.2.tar.gz) = 5936ef12ab3f0ce5fbb6751c1bb41f626b6058f414a297b3d8c5eb418a27e8fe
|
SHA256 (node-v10.16.3.tar.gz) = db5a5e03a815b84a1266a4b48bb6a6d887175705f84fd2472f0d28e5e305a1f8
|
||||||
SIZE (node-v10.16.2.tar.gz) = 45866780
|
SIZE (node-v10.16.3.tar.gz) = 45870800
|
||||||
|
|
Loading…
Reference in a new issue