www/node10: Update 10.23.0 -> 10.23.1
https://nodejs.org/en/blog/release/v10.23.1/ This is a security release. See https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/ PR: 252681 MFH: 2021Q1 Security: 08b553ed-537a-11eb-be6e-0022489ad614 Sponsored by: Miles AS
This commit is contained in:
parent
82ac7a6add
commit
49482c7d79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561594
3 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 10.23.0
|
||||
PORTVERSION= 10.23.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX= 10
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1603979909
|
||||
SHA256 (node-v10.23.0.tar.gz) = d93041d1d1e75cef6c562c29b63333b2f39a16de3cb0310b695130cea2ae7f27
|
||||
SIZE (node-v10.23.0.tar.gz) = 46560417
|
||||
TIMESTAMP = 1610308147
|
||||
SHA256 (node-v10.23.1.tar.gz) = a5348b5dfdbe32e0be2837576e66ac285a59907e11e5439fbcda25e70f52550d
|
||||
SIZE (node-v10.23.1.tar.gz) = 46310109
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- common.gypi.orig 2020-06-08 21:52:35 UTC
|
||||
--- common.gypi.orig 2021-01-04 14:30:16 UTC
|
||||
+++ common.gypi
|
||||
@@ -509,15 +509,6 @@
|
||||
@@ -512,15 +512,6 @@
|
||||
'libraries': [ '-lelf' ],
|
||||
}],
|
||||
['OS=="freebsd"', {
|
||||
|
|
Loading…
Reference in a new issue