On Tue, May 14, 2013 at 01:03:04PM -0700, Jeremy Evans wrote: > This contains the same security fix as the recently sent diff for 2.0 > (CVE-2013-2065). Some other small bugfixes are included as well. > > Only patch difference is removal of one line from Makefile.in. > Looking in the SVN history, this appears to be an accidental addition > due to a bad merge. > > trunk diff: > http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/Makefile.in?r1=39578&r2=39577&pathrev=39578 > 1.9.3 merged backport: > http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_3/Makefile.in?r1=40098&r2=40097&pathrev=40098 > > This extra line causes the build to fail the first time it is run, and > should not be needed in 1.9.3. I'll try to get this fixed upstream. > > Tested on i386 and amd64. Testing on additional arches is appreciated. > I plan to commit this later this week. > > Thanks, > Jeremy >
Built and installed fine on loongson. make test finished with: 10373 tests, 2235278 assertions, 23 failures, 2 errors, 49 skips -- James Turner