On Tue, May 14, 2013 at 11:50:39AM -0700, Jeremy Evans wrote:
> This is the first patch level release to Ruby 2.0.  It contains a small
> security fix for CVE-2013-2065 (Object taint bypassing in DL and
> Fiddle), as well as numerous fixes for some of the new features in ruby
> 2.0 (Module#prepend, keyword arguments, refinements) as well as other
> fixes.
> 
> Note that the build still requires bash, for a different reason than
> before.  I got the previous bash issue fixed upstream, so this is a new
> but probably related issue.  I hope to get this one fixed upstream as
> well.
> 
> The main patch related change is that rubygems changed how native
> extensions are built, so our patch to allow building with
> --user-install as non-root needed to be modified.
> 
> Tested on amd64 and i386.  Additional testing on other arches
> appreciated.  I plan on committing this later in the week unless I hear
> objections.
> 
> After this is committed, I will be modifying the category Makefiles so
> that ruby20 versions of native ruby extension ports are hooked to the
> build (assuming they build on ruby 2.0).
> 
> Thanks,
> Jeremy
> 

Everything built and installed fine on loongson. Simple irb20 test was
fine (let me know if there is something more specific you would like me
to try.

make test does die with "TestFiber#test_many_fibers: failed to allocate
memory (NoMemoryError)" but my guess is it did that before too.

-- 
James Turner

Reply via email to