diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-05 13:44:59 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-05 13:44:59 +0000 |
commit | 9ea0e602a63186932de1f55cc8169c71f610a614 (patch) | |
tree | cc7079edc0a8cf0328395409ee882f1e7798949e /UPDATING | |
parent | df0ad670969c7ae3d4d27dc679079addca8ede26 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160505: + AFFECTS: Users of www/node + AUTHOR: bradleythughes@fastmail.fm + + The www/node port has been updated to node.js v6.0.0, the latest + upstream release. Users of node.js v5.x are encouraged to upgrade as + soon as possible, as upstream support will end two months from now. + + The www/node5 port has been created to aid users transition. Use one of + the following commands to continue using node.js v5.x: + + # pkg install node5 + or + # portmaster -o www/node5 www/node + or + # portupgrade -o www/node5 www/node + 20160503: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org |