Bug #7809
closedBackport RubyGems fixes in r39166 to ruby 2.0.0
Description
r39166 contains two RubyGems fixes.
The change to lib/rubygems/package.rb is a critical bug fix for RubyGems signing support. Without this fix users of the LowSecurity policy will not be able to install signed gems.
The change to lib/rubygems/package/old.rb is not a critical bug fix. It will make my diagnosis of problems in RubyGems easier, though. It does not change operation of RubyGems in Ruby 2.0.0.
Files
Updated by mame (Yusuke Endoh) over 11 years ago
It looks a borderline case. Is there no workaround?
--
Yusuke Endoh mame@tsg.ne.jp
Updated by drbrain (Eric Hodel) over 11 years ago
The change to lib/rubygems/package/old.rb is not critical. It suppresses a warning almost nobody will ever see and fixes behavior on 1.8.7. These are not sufficient for inclusion.
The change to lib/rubygems/package.rb is critical. Without it users will not be able to install signed gems built with rubygems 2.0 or newer on ruby 2.0.0 without upgrading rubygems.
The attached patch fixes only the critical issue.
Updated by mame (Yusuke Endoh) over 11 years ago
- Assignee changed from mame (Yusuke Endoh) to drbrain (Eric Hodel)
Okay, please commit your second patch. Thank you!
--
Yusuke Endoh mame@tsg.ne.jp
Updated by drbrain (Eric Hodel) over 11 years ago
- Status changed from Assigned to Closed
Fixed by r39227