Package ruby: Information

Source package: ruby
Version: 3.1.2-alt2
Build time:  Feb 24, 2023, 09:10 AM in the task #313736
Category: Development/Ruby
Report package bug
License: BSD-2-Clause or Ruby
Summary: An Interpreted Object-Oriented Scripting Language
Description: 
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.

List of rpms provided by this srpm:
erb (noarch)
gem (noarch)
irb (noarch)
libruby (x86_64, ppc64le, i586, armh, aarch64)
libruby-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libruby-devel (x86_64, ppc64le, i586, armh, aarch64)
libruby-devel-static (x86_64, ppc64le, i586, armh, aarch64)
ri-doc (noarch)
rpm-macros-ruby (x86_64, ppc64le, i586, armh, aarch64)
ruby (x86_64, ppc64le, i586, armh, aarch64)
ruby-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
ruby-doc (noarch)
ruby-miniruby-src (noarch)
ruby-stdlibs (x86_64, ppc64le, i586, armh, aarch64)
ruby-stdlibs-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Pavel Skrylev


ACL:
@ruby

    1. /usr/bin/setup.rb
    2. doxygen
    3. gem(rake) >= 13.0
    4. gem(rake) < 14
    5. rpm-build-ruby >= 1:1.0.0-alt1
    6. groff-base
    7. libreadline-devel
    8. libncursesw-devel
    9. libdb4-devel
    10. gcc-c++
    11. rpm-macros-valgrind
    12. libgdbm-devel
    13. libyaml-devel
    14. gem(rspec) >= 3.8
    15. gem(rspec) < 4
    16. libssl-devel
    17. valgrind-devel
    18. libffi-devel
    19. zlib-devel

Last changed


Jan. 20, 2023 Pavel Skrylev 3.1.2-alt2
- ! removed unnecessary alias from macros
Oct. 30, 2022 Pavel Skrylev 3.1.2-alt1.1
- ! fix arch for rpm-macros-ruby (thanx to vt@, closes #44173)
Sept. 21, 2022 Pavel Skrylev 3.1.2-alt1
- ^ 3.1.1 -> 3.1.2
- ! fix call to irb/erb (closes #43110)
- ! fix CVEs
 + CVE-2022-28738: Double free in Regexp compilation
 + CVE-2022-28739: Buffer overrun in String-to-Float conversion