Jump to letter: [
          
            4BCDEFGHIJKLMNOPRSTUVWXY
          ]
        
        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
        
            - * Mon Sep 15 19:00:00 2008 Akira TAGOH <tagoh{%}redhat{*}com> - 1.6.8-13.el3
 
            - security fixes. (#461578)
- CVE-2008-3655: multiple insufficient safe mode restrictions
- CVE-2008-3443: Memory allocation failure in Ruby regex engine (remotely exploitable DoS)
- CVE-2008-3905: use of predictable source port and transaction
                 id in DNS requests done by resolve.rb module. 
        
            - * Fri Jul  4 19:00:00 2008 Akira TAGOH <tagoh{%}redhat{*}com> - 1.6.8-12.el3
 
            - ruby-1.6.8-string-CVE-2008-2664.patch: wrong patch. Fix a segfault.
 
        
            - * Wed Jul  2 19:00:00 2008 Akira TAGOH <tagoh{%}redhat{*}com> - 1.6.8-11.el3
 
            - CVE-2008-2376: Integer overflow in rb_ary_fill().