Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ruby: An interpreter of object-oriented scripting language
- Summary
- Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in Perl). It is simple,
straight-forward, and extensible.
Changelog
- * Thu Jul 20 19:00:00 2006 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.EL4.6
- security fixes [CVE-2006-3694]
- fixed the insecure operations on Dir and Regexp in the certain safe-level
restrictions. (#199539)
- fixed to not bypass the certain safe-level restrictions. (#199545)
- * Fri May 12 19:00:00 2006 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.EL4.4
- ruby-magic-setjmp.patch: backported to fix unstable GC on ia64.
[ruby-talk:144939] (#190805)
- * Fri Apr 21 19:00:00 2006 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.EL4.3
- security fix [CVE-2006-1931]
- ruby-1.8.2-webrick-dos-1.patch: a patch to read data with non-blocking I/O.
- ruby-1.8.2-xmlrpc-dos-1.patch: a patch to use WEBrick's HTTPServer class to
avoid the above issue as well.