svn commit: r487160 - branches/2018Q4/www/node6
Bradley T. Hughes
bhughes at FreeBSD.org
Mon Dec 10 12:22:11 UTC 2018
Author: bhughes
Date: Mon Dec 10 12:22:10 2018
New Revision: 487160
URL: https://svnweb.freebsd.org/changeset/ports/487160
Log:
MFH: r487154
www/node6: Update 6.14.4_1 -> 6.15.1
This is a security release addressing multiple vulnerabilities. Node.js
6.15.0 addresses the vulnerabilities, and 6.15.1 addresses an issue with
the fix for CVE-2018-12122. Users are recommended to upgrade as soon as
possible.
https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/
https://nodejs.org/en/blog/release/v6.15.0/
https://nodejs.org/en/blog/release/v6.15.1/
Security: 2a86f45a-fc3c-11e8-a414-00155d006b02
Sponsored by: Miles AS
Approved by: ports-secteam (miwi)
Modified:
branches/2018Q4/www/node6/Makefile
branches/2018Q4/www/node6/distinfo
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/www/node6/Makefile
==============================================================================
--- branches/2018Q4/www/node6/Makefile Mon Dec 10 12:12:55 2018 (r487159)
+++ branches/2018Q4/www/node6/Makefile Mon Dec 10 12:22:10 2018 (r487160)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 6.14.4
+PORTVERSION= 6.15.1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
Modified: branches/2018Q4/www/node6/distinfo
==============================================================================
--- branches/2018Q4/www/node6/distinfo Mon Dec 10 12:12:55 2018 (r487159)
+++ branches/2018Q4/www/node6/distinfo Mon Dec 10 12:22:10 2018 (r487160)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535227100
-SHA256 (node-v6.14.4.tar.gz) = 10aff5317908af04107e9ae26a07a84ee11a213657701df05c189afa4586cf37
-SIZE (node-v6.14.4.tar.gz) = 27219503
+TIMESTAMP = 1544115985
+SHA256 (node-v6.15.1.tar.gz) = 3e08c82c95ab32f476199369e894b48d70cbaaaa12c1b67f60584c618a6eb0ca
+SIZE (node-v6.15.1.tar.gz) = 27230428
More information about the svn-ports-branches
mailing list