www/node14: Update 14.15.2 -> 14.15.3
https://nodejs.org/en/blog/release/v14.15.3/ Node.js v14.15.2 included a commit that has caused reported breakages when cloning request objects. This release reverts the commit that introduced the behaviour change. See https://github.com/nodejs/node/issues/36550 for more details. Sponsored by: Miles AS
This commit is contained in:
parent
dec4affe78
commit
64932c4303
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558895
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= node
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 14.15.2
|
||||
DISTVERSION= 14.15.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/
|
||||
PKGNAMESUFFIX= 14
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1608591949
|
||||
SHA256 (node-v14.15.2.tar.gz) = f3a6558bd4991f6bb2b4c9d1fc8454518003cebfc732a82aab15dc99069952de
|
||||
SIZE (node-v14.15.2.tar.gz) = 63135613
|
||||
TIMESTAMP = 1608624528
|
||||
SHA256 (node-v14.15.3.tar.gz) = d23a5c354f1c30278477e4e8d1ecb4c12660a4d1ba2476feeed9434e6bf5b96e
|
||||
SIZE (node-v14.15.3.tar.gz) = 63134187
|
||||
|
|
Loading…
Reference in a new issue