Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Wed Jul 2 19:00:00 2008 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.el4_6.1
- security fixes. (#451926)
- CVE-2008-2662: Integer overflow in rb_str_buf_append().
- CVE-2008-2663: Integer overflow in rb_ary_store().
- CVE-2008-2664: Unsafe use of alloca in rb_str_format().
- CVE-2008-2725: Integer overflow in rb_ary_update().
- CVE-2008-2726: Integer overflow in rb_ary_update().
- CVE-2008-2376: Integer overflow in rb_ary_fill().
- * Sat Oct 27 19:00:00 2007 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.EL4.8.1
- security fixes (#320371)
- ruby-1.8.1-cgi-CVE-2006-6303.patch: fix an infinite loop with certain HTTp
request.
- ruby-1.8.1-CVE-2007-5162.patch: fix an insufficient verification of SSL
certificate.
- * Wed Nov 1 18:00:00 2006 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.EL4.8
- BR tcl-devel and tk-devel instead of tcl and tk.