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

  • Default inline alert: Версия в репозитории: 2.7.4-alt2.2.1

Исходный пакет: ruby
Версия: 2.5.1-alt1
Собран:  1 апреля 2018 г. 4:15 в задании #203208
Категория: Разработка/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-miniruby-src (noarch)
ruby-stdlibs (x86_64, i586)
ruby-stdlibs-debuginfo (x86_64, i586)
ruby-tools (noarch)

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


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

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


30 марта 2018 г. Andrey Cherepanov 2.5.1-alt1
- New version.
- Fixes:
  + CVE-2017-17742: HTTP response splitting in WEBrick
  + CVE-2018-6914: Unintentional file and directory creation with directory traversal in tempfile and tmpdir
  + CVE-2018-8777: DoS by large request in WEBrick
  + CVE-2018-8778: Buffer under-read in String#unpack
  + CVE-2018-8779: Unintentional socket creation by poisoned NUL byte in UNIXServer and UNIXSocket
  + CVE-2018-8780: Unintentional directory traversal by poisoned NUL byte in Dir
5 марта 2018 г. Andrey Cherepanov 2.5.0-alt1
- New version.
- Fixes:
  + CVE-2017-17405 Command injection vulnerability in Net::FTP
- Update Rubygems to 2.7.6 with security fixes (see https://blog.rubygems.org/2018/02/15/2.7.6-released.html)
21 декабря 2017 г. Andrew Savchenko 2.4.2-alt4
- Properly check for __uint128_t.