Bug 167604 - [MAINTAINER] www/node: update to 0.6.17
Summary: [MAINTAINER] www/node: update to 0.6.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-05 07:30 UTC by linpct
Modified: 2012-05-08 04:55 UTC (History)
0 users

See Also:


Attachments
node-0.6.17.patch (40.60 KB, patch)
2012-05-05 07:30 UTC, linpct
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description linpct 2012-05-05 07:30:11 UTC
- Update to 0.6.17

Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: suffix)
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-05-05 17:27:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 Steve Wills freebsd_committer freebsd_triage 2012-05-08 03:16:41 UTC
Responsible Changed
From-To: sunpoet->swills

Security update, would like to get this committed sooner rather than 
later, so I'm grabbing it. Apologies if this offends.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-08 03:20:34 UTC
swills      2012-05-08 02:20:21 UTC

  FreeBSD ports repository

  Modified files:
    www/node             Makefile distinfo pkg-plist 
  Log:
  - Update to 0.6.17
  
  PR:             ports/167604
  Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
  Security:       a1d0911f-987a-11e1-a2ef-001fd0af1a4c
  
  Revision  Changes    Path
  1.48      +29 -10    ports/www/node/Makefile
  1.37      +2 -2      ports/www/node/distinfo
  1.19      +0 -779    ports/www/node/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills 2012-05-08 03:22:53 UTC
Hi,

Since this was a security issue, I went ahead and committed it, as well
as writing up a VuXML entry on it. Please feel free to submit those as well.

Before I close this, I'm curious if there's a reason to disable npm
unconditionally? As far as I know npm is essential to using node and
disabling it seems like a big loss in functionality to the end user.

Thanks,
Steve
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-05-08 04:13:20 UTC
sunpoet     2012-05-08 03:13:07 UTC

  FreeBSD ports repository

  Modified files:
    www/node             Makefile pkg-plist 
  Log:
  - Update to 0.6.17 [1]
  - Add OPTIONS: SHARED_V8 to build with shared lang/v8 [2]
  - Do not install bundled npm, users who requires npm can install www/npm [2]
  - Fix PLIST [2]
  - While I'm here, remove duplicate ONLY_FOR_ARCHS
  
  Original submission of PR/167604 was committed by swills.
  
  Changes:        https://github.com/joyent/node/blob/v0.6.17/ChangeLog
  PR:             ports/167604 [1]
  Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer) [1]
                  sunpoet (myself, via IRC) [2]
  
  Revision  Changes    Path
  1.49      +0 -2      ports/www/node/Makefile
  1.20      +6 -6      ports/www/node/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-05-08 04:55:52 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!