Package ruby: Information

  • Default inline alert: Version in the repository: 3.1.4-alt4.3

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

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