Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVXYZ
]
irb: The Interactive Ruby.
- Summary
- The irb is acronym for Interactive Ruby. It evaluates ruby expression
from the terminal.
Changelog
- * Mon Jun 6 19:00:00 2011 Vít Ondruch <vondruch{%}redhat{*}com> - 1.8.1-16.el4
- Comply with guidelines
- Related: rhbz#709959
- * Tue May 31 19:00:00 2011 Vít Ondruch <vondruch{%}redhat{*}com> - 1.8.1-15.el4
- Address CVE-2011-1005 "Untrusted codes able to modify arbitrary strings"
* ruby-1.8.7-CVE-2011-1005.patch
- Address CVE-2011-0188 "memory corruption in BigDecimal on 64bit platforms"
* ruby-1.8.7-CVE-2011-0188.patch
- Address CVE-CVE-2010-0541 "Ruby WEBrick javascript injection flaw"
* ruby-1.8.7-CVE-2010-0541.patch
- Address CVE-CVE-2009-4492 "ruby WEBrick log escape sequence"
* ruby-1.8.6-CVE-2009-4492.patch
- Resolves: rhbz#709959
- * Mon Dec 14 18:00:00 2009 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.el4_8.4
- Fix a regression that suppress zeroes after the decimal point since
the previous release. (#510278)