Пакет ruby: Информация

Исходный пакет: ruby
Версия: 2.4.2-alt2
Собран:  12 октября 2017 г. 13:22 в задании #190689
Категория: Разработка/Ruby
Сообщить об ошибке в пакете
Домашняя страница: http://www.ruby-lang.org/

Лицензия: BSD (revised) or Ruby
О пакете: An Interpreted Object-Oriented Scripting Language
Описание: 
Ruby is an interpreted scripting language for quick and easy object-oriented
programming. It has many features for processing text files and performing system
management tasks (as in Perl). It is simple, straight-forward, and extensible.

This package contains interpreter of object-oriented scripting language Ruby.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
irb (noarch)
libruby (x86_64, i586)
libruby-debuginfo (x86_64, i586)
libruby-devel (x86_64, i586)
libruby-devel-static (x86_64, i586)
ri (noarch)
ruby (x86_64, i586)
ruby-debuginfo (x86_64, i586)
ruby-doc-ri (noarch)
ruby-stdlibs (x86_64, i586)
ruby-stdlibs-debuginfo (x86_64, i586)
ruby-tools (noarch)

Сопровождающий: Andrey Cherepanov


    1. libreadline-devel
    2. libdb4-devel
    3. libssl-devel
    4. libffi-devel
    5. ruby
    6. libyaml-devel
    7. libgdbm-devel
    8. ruby-stdlibs
    9. libncursesw-devel
    10. rpm-build-ruby >= 1:0.1.3
    11. groff-base
    12. doxygen
    13. gcc-c++
    14. zlib-devel

Последнее изменение


12 октября 2017 г. Andrey Cherepanov 2.4.2-alt2
- Merge rubygems-2.6.14 changes
- Fixes:
  + CVE-2017-0903 Unsafe Object Deserialization Vulnerability in RubyGems
16 сентября 2017 г. Andrey Cherepanov 2.4.2-alt1
- New version 2.4.2
- Security fixes:
  + CVE-2017-0898: Buffer underrun vulnerability in Kernel.sprintf
  + CVE-2017-10784: Escape sequence injection vulnerability in the Basic authentication of WEBrick
  + CVE-2017-14033: Buffer underrun vulnerability in OpenSSL ASN1 decode
  + CVE-2017-14064: Heap exposure in generating JSON
5 сентября 2017 г. Andrey Cherepanov 2.4.1-alt1
- New version 2.4.1 with gems 2.6.13
- Security fixes:
  + CVE-2017-0902 a DNS request hijacking vulnerability
  + CVE-2017-0899 an ANSI escape sequence vulnerability
  + CVE-2017-0900 a DoS vulnerability in the query command
  + CVE-2017-0901 a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files
- ext/tk: Tk is removed from stdlib. [Feature #8539]