[nodejs] Node v0.11.9 (Unstable)

2013-11-20 Thread Timothy J Fontaine
2013.11.20, Version 0.11.9 (Unstable) * uv: upgrade to v0.11.15 (Timothy J Fontaine) * v8: upgrade to 3.22.24.5 (Timothy J Fontaine) * buffer: remove warning when no encoding is passed (Trevor Norris) * build: make v8 use random seed for hash tables (Ben Noordhuis) * crypto: build with shared

Re: [nodejs] Node v0.11.9 (Unstable)

2013-11-21 Thread mscdex
On Thursday, November 21, 2013 9:33:18 AM UTC-5, Matt Sergeant wrote: > > > On Wed, Nov 20, 2013 at 7:46 PM, Timothy J Fontaine > > > wrote: > >> * build: make v8 use random seed for hash tables (Ben Noordhuis) >> > > Is this a fix for an algorithmic complexity attack like this: > http://blog.bo

Re: [nodejs] Node v0.11.9 (Unstable)

2013-11-21 Thread Matt
On Wed, Nov 20, 2013 at 7:46 PM, Timothy J Fontaine wrote: > * build: make v8 use random seed for hash tables (Ben Noordhuis) > Is this a fix for an algorithmic complexity attack like this: http://blog.booking.com/hardening-perls-hash-function.html ? -- -- Job Board: http://jobs.nodejs.org/ Po

Re: [nodejs] Node v0.11.9 (Unstable)

2013-11-21 Thread Alex Kocharin
On Thursday, November 21, 2013 7:26:16 PM UTC+4, mscdex wrote: > > On Thursday, November 21, 2013 9:33:18 AM UTC-5, Matt Sergeant wrote: >> >> >> On Wed, Nov 20, 2013 at 7:46 PM, Timothy J Fontaine >> wrote: >> >>> * build: make v8 use random seed for hash tables (Ben Noordhuis) >>> >> >> Is this