public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ruby] f43: Update to Ruby 3.4.10
Date: Thu, 09 Jul 2026 12:00:52 GMT [thread overview]
Message-ID: <178359845212.1.3943406647351559506.rpms-ruby-13ec45290ca2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ruby
Branch : f43
Commit : 13ec45290ca2daff61ce739ade287a78e753a2d0
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date : 2026-07-08T21:05:32+09:00
Stats : +28/-17 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/ruby/c/13ec45290ca2daff61ce739ade287a78e753a2d0?branch=f43
Log:
Update to Ruby 3.4.10
---
diff --git a/ruby-2.1.0-Enable-configuration-of-archlibdir.patch b/ruby-2.1.0-Enable-configuration-of-archlibdir.patch
index 158088d..5bcc96b 100644
--- a/ruby-2.1.0-Enable-configuration-of-archlibdir.patch
+++ b/ruby-2.1.0-Enable-configuration-of-archlibdir.patch
@@ -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}'
diff --git a/ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch b/ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch
index 1dec456..d70ed0c 100644
--- a/ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch
+++ b/ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch
@@ -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
diff --git a/ruby-2.1.0-always-use-i386.patch b/ruby-2.1.0-always-use-i386.patch
index 624f34d..23827f6 100644
--- a/ruby-2.1.0-always-use-i386.patch
+++ b/ruby-2.1.0-always-use-i386.patch
@@ -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
diff --git a/ruby-2.3.0-ruby_version.patch b/ruby-2.3.0-ruby_version.patch
index 8fcdea2..6936cb3 100644
--- a/ruby-2.3.0-ruby_version.patch
+++ b/ruby-2.3.0-ruby_version.patch
@@ -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
diff --git a/ruby.spec b/ruby.spec
index ae000be..94b0f22 100644
--- a/ruby.spec
+++ b/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
diff --git a/sources b/sources
index 36257eb..5036d8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ruby-3.4.9.tar.xz) = 356fb47cc56f2d25198cb95253fc20ff7d9a6fd1fa53bc475e5c440012aebe27562537c399d271357235114ade263fd625029b66cb0f9b526f9c04f169fb9580
+SHA512 (ruby-3.4.10.tar.xz) = c28d59946c0a1b8e4385a772e0651c6f4154c18ab8a2a62289c3213eb4fe937cec0942e0076cda429576e58ad277b18f4b5611e644d15b122c1cd96baf10f284
reply other threads:[~2026-07-09 12:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178359845212.1.3943406647351559506.rpms-ruby-13ec45290ca2@fedoraproject.org \
--to=mtasaka@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox