Bug 210072

Summary: [maintainer][patch] www/node: update to 6.2.1
Product: Ports & Packages Reporter: Bradley T. Hughes <bhughes>
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Many People CC: robak
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch from a git commit, apply with patch -p1 none

Description Bradley T. Hughes freebsd_committer freebsd_triage 2016-06-06 09:20:02 UTC

    
Comment 1 Bradley T. Hughes freebsd_committer freebsd_triage 2016-06-06 09:21:02 UTC
Created attachment 171087 [details]
patch from a git commit, apply with patch -p1

Notable changes (summary):
    
- buffer: Ignore negative lengths in calls to Buffer() and
  Buffer.allocUnsafe().
- npm: Upgrade npm to 3.9.3.
- tty: Default to blocking mode for stdio on OS X.
- V8: Upgrade to V8 5.0.71.52.
    
You can read the full release announcement here:
https://nodejs.org/en/blog/release/v6.2.1/
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-06-06 13:00:53 UTC
A commit references this bug:

Author: robak
Date: Mon Jun  6 12:59:51 UTC 2016
New revision: 416460
URL: https://svnweb.freebsd.org/changeset/ports/416460

Log:
  www/node: update 6.2.0 -> 6.2.1

  PR:		210072
  Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)

Changes:
  head/www/node/Makefile
  head/www/node/distinfo
  head/www/node/pkg-plist
Comment 3 Bradley T. Hughes freebsd_committer freebsd_triage 2016-06-06 13:01:20 UTC
Thanks! :)
Comment 4 Bartek Rutkowski freebsd_committer freebsd_triage 2016-06-06 13:01:44 UTC
Committed, thanks!