- Update to 0.6.17 Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
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.
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"
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
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!