Update to Ruby 3.4.10
This commit is contained in:
parent
f7476cd215
commit
13ec45290c
6 changed files with 28 additions and 17 deletions
31
ruby.spec
31
ruby.spec
|
|
@ -1,6 +1,6 @@
|
|||
%global major_version 3
|
||||
%global minor_version 4
|
||||
%global teeny_version 9
|
||||
%global teeny_version 10
|
||||
%global major_minor_version %{major_version}.%{minor_version}
|
||||
|
||||
%global ruby_version %{major_minor_version}.%{teeny_version}
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
%global did_you_mean_version 2.0.0
|
||||
%global digest_version 3.2.0
|
||||
%global english_version 0.8.0
|
||||
%global erb_version 4.0.4
|
||||
%global erb_version 4.0.4.1
|
||||
%global error_highlight_version 0.7.0
|
||||
%global etc_version 1.4.6
|
||||
%global fcntl_version 1.2.0
|
||||
|
|
@ -71,18 +71,18 @@
|
|||
%global net_http_version 0.6.0
|
||||
%global net_protocol_version 0.2.2
|
||||
%global open3_version 0.2.1
|
||||
%global openssl_version 3.3.1
|
||||
%global openssl_version 3.3.3
|
||||
%global open_uri_version 0.5.0
|
||||
%global optparse_version 0.6.0
|
||||
%global ostruct_version 0.6.1
|
||||
%global pathname_version 0.4.0
|
||||
%global pp_version 0.6.2
|
||||
%global prettyprint_version 0.2.0
|
||||
%global prism_version 1.5.2
|
||||
%global pstore_version 0.1.4
|
||||
%global prism_version 1.5.3
|
||||
%global pstore_version 0.2.1
|
||||
%global readline_version 0.0.4
|
||||
%global reline_version 0.6.0
|
||||
%global resolv_version 0.6.2
|
||||
%global resolv_version 0.7.1
|
||||
%global ruby2_keywords_version 0.0.5
|
||||
%global securerandom_version 0.4.1
|
||||
%global set_version 1.1.1
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
%global singleton_version 0.3.0
|
||||
%global stringio_version 3.1.2
|
||||
%global strscan_version 3.1.2
|
||||
%global syntax_suggest_version 2.0.2
|
||||
%global syntax_suggest_version 2.0.3
|
||||
%global tempfile_version 0.3.1
|
||||
%global time_version 0.4.1
|
||||
%global timeout_version 0.4.3
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
%global drb_version 2.2.1
|
||||
%global getoptlong_version 0.2.1
|
||||
%global net_ftp_version 0.3.8
|
||||
%global net_imap_version 0.5.8
|
||||
%global net_imap_version 0.5.15
|
||||
%global net_pop_version 0.1.2
|
||||
%global net_smtp_version 0.5.1
|
||||
%global nkf_version 0.2.0
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
Summary: An interpreter of object-oriented scripting language
|
||||
Name: ruby
|
||||
Version: %{ruby_version}%{?development_release}
|
||||
Release: 30%{?dist}
|
||||
Release: 31%{?dist}
|
||||
# Licenses, which are likely not included in binary RPMs:
|
||||
# Apache-2.0:
|
||||
# benchmark/gc/redblack.rb
|
||||
|
|
@ -1531,7 +1531,6 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||
|
||||
%files doc -f .ruby-doc.en -f .ruby-doc.ja
|
||||
%doc README.md
|
||||
%doc ChangeLog
|
||||
%{?with_systemtap:%doc ruby-exercise.stp}
|
||||
%{_datadir}/ri
|
||||
|
||||
|
|
@ -1880,6 +1879,18 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 08 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.4.10-31
|
||||
- Update to Ruby 3.4.10
|
||||
- Resolves: CVE-2026-41316 (rhbz#2463216)
|
||||
- Resolves: CVE-2026-42245 (rhbz#2484324)
|
||||
- Resolves: CVE-2026-42246 (rhbz#2492090)
|
||||
- Resolves: CVE-2026-42256
|
||||
- Resolves: CVE-2026-42257
|
||||
- Resolves: CVE-2026-42258 (rhbz#2487319)
|
||||
- Resolves: CVE-2026-47240
|
||||
- Resolves: CVE-2026-47241
|
||||
- Resolves: CVE-2026-47242
|
||||
|
||||
* Mon Jun 29 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.4.9-30
|
||||
- Update to Ruby 3.4.9
|
||||
- Resolves: CVE-2026-27820
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue