www/node: Update 12.8.0 -> 12.8.1
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
36d38f5829
commit
0f87d82292
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509481
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 12.8.0
|
||||
PORTVERSION= 12.8.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
|
@ -67,7 +67,7 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \
|
|||
|
||||
BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\
|
||||
libuv>=1.30.1:devel/libuv \
|
||||
libnghttp2>=1.39.1:www/libnghttp2
|
||||
libnghttp2>=1.39.2:www/libnghttp2
|
||||
LIB_DEPENDS+= libcares.so:dns/c-ares\
|
||||
libuv.so:devel/libuv \
|
||||
libnghttp2.so:www/libnghttp2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1565153521
|
||||
SHA256 (node-v12.8.0.tar.gz) = 6f4e4ee7bcb52f782dce5a51d6951ff87151d9504be129d68d7aff469c0f7f36
|
||||
SIZE (node-v12.8.0.tar.gz) = 50223727
|
||||
TIMESTAMP = 1565994523
|
||||
SHA256 (node-v12.8.1.tar.gz) = fbd4de6657f6301cdcd0c60a0e5a413c490670d8c21b501c380b96cc3b9b5b95
|
||||
SIZE (node-v12.8.1.tar.gz) = 50231954
|
||||
|
|
Loading…
Reference in a new issue