Update to Ruby 3.4.10

This commit is contained in:
Mamoru TASAKA 2026-07-08 21:05:32 +09:00
commit 13ec45290c
6 changed files with 28 additions and 17 deletions

View file

@ -11,7 +11,7 @@ diff --git a/configure.ac b/configure.ac
index d261ea57b5..3c13076b82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3518,6 +3518,11 @@ AS_IF([test ${multiarch+set}], [
@@ -3515,6 +3515,11 @@ AS_IF([test ${multiarch+set}], [
])
archlibdir='${libdir}/${arch}'

View file

@ -14,7 +14,7 @@ diff --git a/configure.ac b/configure.ac
index c42436c23d..d261ea57b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4365,7 +4365,8 @@ AS_CASE(["$ruby_version_dir_name"],
@@ -4362,7 +4362,8 @@ AS_CASE(["$ruby_version_dir_name"],
ruby_version_dir=/'${ruby_version_dir_name}'
if test -z "${ruby_version_dir_name}"; then

View file

@ -11,7 +11,7 @@ diff --git a/configure.ac b/configure.ac
index 3c13076b82..93af30321d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4429,6 +4429,8 @@ AC_SUBST(vendorarchdir)dnl
@@ -4426,6 +4426,8 @@ AC_SUBST(vendorarchdir)dnl
AC_SUBST(CONFIGURE, "`echo $0 | sed 's|.*/||'`")dnl
AC_SUBST(configure_args, "`echo "${ac_configure_args}" | sed 's/\\$/$$/g'`")dnl

View file

@ -20,7 +20,7 @@ diff --git a/configure.ac b/configure.ac
index 80b137e380..63cd3b4f8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4315,9 +4315,6 @@ AS_CASE(["$target_os"],
@@ -4312,9 +4312,6 @@ AS_CASE(["$target_os"],
rubyw_install_name='$(RUBYW_INSTALL_NAME)'
])
@ -30,7 +30,7 @@ index 80b137e380..63cd3b4f8b 100644
rubyarchprefix=${multiarch+'${archlibdir}/${RUBY_BASE_NAME}'}${multiarch-'${rubylibprefix}/${arch}'}
AC_ARG_WITH(rubyarchprefix,
AS_HELP_STRING([--with-rubyarchprefix=DIR],
@@ -4340,57 +4337,63 @@ AC_ARG_WITH(ridir,
@@ -4337,57 +4334,63 @@ AC_ARG_WITH(ridir,
AC_SUBST(ridir)
AC_SUBST(RI_BASE_NAME)
@ -122,7 +122,7 @@ index 80b137e380..63cd3b4f8b 100644
AS_IF([test "${LOAD_RELATIVE+set}"], [
AC_DEFINE_UNQUOTED(LOAD_RELATIVE, $LOAD_RELATIVE)
@@ -4407,6 +4410,7 @@ AC_SUBST(sitearchincludedir)dnl
@@ -4404,6 +4407,7 @@ AC_SUBST(sitearchincludedir)dnl
AC_SUBST(arch)dnl
AC_SUBST(sitearch)dnl
AC_SUBST(ruby_version)dnl

View file

@ -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

View file

@ -1 +1 @@
SHA512 (ruby-3.4.9.tar.xz) = 356fb47cc56f2d25198cb95253fc20ff7d9a6fd1fa53bc475e5c440012aebe27562537c399d271357235114ade263fd625029b66cb0f9b526f9c04f169fb9580
SHA512 (ruby-3.4.10.tar.xz) = c28d59946c0a1b8e4385a772e0651c6f4154c18ab8a2a62289c3213eb4fe937cec0942e0076cda429576e58ad277b18f4b5611e644d15b122c1cd96baf10f284