Bug 210518 - www/node: Update to 6.2.2
Summary: www/node: Update to 6.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kurt Jaeger
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-06-24 10:26 UTC by Bradley T. Hughes
Modified: 2016-06-30 05:39 UTC (History)
2 users (show)

See Also:
bhughes: maintainer-feedback+


Attachments
patch from a git commit, apply with patch -p1 (1.48 KB, text/plain)
2016-06-24 10:26 UTC, Bradley T. Hughes
bhughes: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bradley T. Hughes freebsd_committer freebsd_triage 2016-06-24 10:26:12 UTC
Created attachment 171741 [details]
patch from a git commit, apply with patch -p1

Notable changes

- http:
  - req.read(0) could cause incoming connections to stall and time out
    under certain conditions. (Fedor Indutny) #7211
  - When freeing the socket to be reused in keep-alive Agent wait for both
    prefinish and end events. Otherwise the next request may be written
    before the previous one has finished sending the body, leading to
    parser errors. (Fedor Indutny) #7149
- npm:
  - upgrade npm to 3.9.5 (Kat Marchán) #7139 (not relevant)

See the full release announcement here:
https://nodejs.org/en/blog/release/v6.2.2/
Comment 1 Bradley T. Hughes freebsd_committer freebsd_triage 2016-06-24 10:26:45 UTC
poudriere testport passes on 10.3-RELEASE amd64 jail.
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2016-06-24 10:32:44 UTC
Thanks Bradley, please set maintainer-approval to + on any patches for ports you are maintainer of.

Also, QA logs are not strictly required to be attached, you may simply add the following in the issue description:

- portlint: OK (output)
- testport: OK (poduriere: <versions>, <archs> tested)
Comment 3 Bradley T. Hughes freebsd_committer freebsd_triage 2016-06-24 10:43:10 UTC
Thanks, I'll do that next time. :)
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2016-06-24 10:49:58 UTC
👍
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2016-06-30 05:38:25 UTC
Committed, thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2016-06-30 05:39:06 UTC
A commit references this bug:

Author: pi
Date: Thu Jun 30 05:38:13 UTC 2016
New revision: 417805
URL: https://svnweb.freebsd.org/changeset/ports/417805

Log:
  www/node: 6.2.1 -> 6.2.2

  - http:
    o req.read(0) could cause incoming connections to stall and time out
      under certain conditions. (Fedor Indutny) #7211
    o When freeing the socket to be reused in keep-alive Agent wait for both
      prefinish and end events. Otherwise the next request may be written
      before the previous one has finished sending the body, leading to
      parser errors. (Fedor Indutny) #7149
  - npm:
    o upgrade npm to 3.9.5 (Kat Marchan) #7139 (not relevant)

  PR:		210518
  Changes:	https://nodejs.org/en/blog/release/v6.2.2/
  Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)

Changes:
  head/www/node/Makefile
  head/www/node/distinfo