From patchwork Tue Sep 9 16:51:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9040 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cLqbr4cftz3x3G for ; Tue, 09 Sep 2025 16:51:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cLqbr2S7Lz3MR for ; Tue, 09 Sep 2025 16:51:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cLqbp4HzXz32pG for ; Tue, 09 Sep 2025 16:51:50 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cLqbl4Mmkz312d for ; Tue, 09 Sep 2025 16:51:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cLqbf2lfwz2WJ; Tue, 09 Sep 2025 16:51:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757436702; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Hj5ancr0LquarDKWPLj0Og52snl1CYo5tRPFFXG5F04=; b=EEtwqiJwQ1RuAWm/jyOFn9KphKHvgK8ymTE+Gt0dDEpaIvifVh6Mv8zT4OvPJMbRO3gaxh m7XL4Aqp9GiNZvCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757436702; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Hj5ancr0LquarDKWPLj0Og52snl1CYo5tRPFFXG5F04=; b=LOk0fyAw0xSHCCMWHUAoiwKWERycmJCgVahFEHW6Fgtiw7z0ByGnWDrTRtw6wLSi9jS6RN exNEOiRCDujbKYeZ273KusUOfUKVi3Ww3doJsWpDLp3vmDZXJPLJoHoP1EpgtLJ5767Ij0 Kvv4i08PEQBf/bPkUDKUTuk8pBKrWm6R2DBy6d5S8Lx4iGeX5yokS+eEozO8yk39Utvt0x G9s/hG8bIIDD1IeQ12fM/GiCrOfdc7fSvAcqmSrN1qu8J3kxy9dXIHLWUHq0y/CLNqIvl+ osKSatDrgatuNoMoozH7zqNqtA67tWvqfS7Fzva2DdzbyqW2lDLSH5sPZ0fJPQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] ruby: Update to version 3.4.5 Date: Tue, 9 Sep 2025 18:51:35 +0200 Message-ID: <20250909165137.1894983-5-adolf.belka@ipfire.org> In-Reply-To: <20250909165137.1894983-1-adolf.belka@ipfire.org> References: <20250909165137.1894983-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 3.4.4 to 3.4.5 - Update of rootfile - Changelog 3.4.5 Bug #21340: Bump autoconf version to properly handle C23 bool/stdbool defines - Ruby - Ruby Issue Tracking System Sync lockfile from rubygems/rubygems by deivid-rodriguez · Pull Request #13472 Bug #21438: use-after-free when resizing exivars - Ruby - Ruby Issue Tracking System Ensure that memory is not freed before calling free_fast_fallback_getaddrinfo_* by shioimm · Pull Request #12661 Fix heap-use-after-free in free_fast_fallback_getaddrinfo_entry by shioimm · Pull Request #13231 Bug #21441: SEGV during thread cleanup if profiler calls thread_profiles_frames at wrong time - Ruby - Ruby Issue Tracking System Bug #21255: Can't build Ruby with Windows SDK 10.0.26100 - Ruby - Ruby Issue Tracking System Backport GH-13617 for s390x by hsbt · Pull Request #13757 Bump up resolv-0.6.2 for Ruby 3.4 by hsbt · Pull Request #13818 Bug #21197: Prism does not accept newline after defined? keyword - Ruby - Ruby Issue Tracking System Bug #21333: heap-use-after-free caused by rehash during update - Ruby - Ruby Issue Tracking System Bug #21357: Crash in Hash#merge! with ruby-dev in rubocop-rspec test suite - Ruby - Ruby Issue Tracking System Bug #21383: Prism leaks memory with invalid yield - Ruby - Ruby Issue Tracking System Bug #21394: Memory leak in Prism's RubyVM::InstructionSequence.new - Ruby - Ruby Issue Tracking System Bug #21099: TestGc#test_gc_stress_at_startup assertion failure - Ruby - Ruby Issue Tracking System Bug #21395: Please backport caa6ba1a46afa1bc696adc5fe91ee992f9570c89 - Ruby - Ruby Issue Tracking System Bug #21439: Crash with PM_SPLAT_NODE compiler error (Prism) - Ruby - Ruby Issue Tracking System Bug #21354: Symbol#to_proc is not ractor safe - Ruby - Ruby Issue Tracking System Bug #20009: Marshal.load raises exception when load dumped class include non-ASCII - Ruby - Ruby Issue Tracking System Bug #21380: Use-After-Free in String#split with In-Block String Modification - Ruby - Ruby Issue Tracking System Bug #21447: Fix handling of PM_CONSTANT_PATH_NODE node in keyword arguments with ARGS_SPLAT - Ruby - Ruby Issue Tracking System Bug #21448: Random.urandom may fail to fall back to reading /dev/urandom on Linux < 3.17 - Ruby - Ruby Issue Tracking System Bug #21440: Cannot create instances of frozen Data subclasses - Ruby - Ruby Issue Tracking System Bug #21437: Date#hash may return different values for equal dates with large years - Ruby - Ruby Issue Tracking System Bug #21497: building issue when using gcc15, because C23 is default - Ruby - Ruby Issue Tracking System Bug #21500: Backport gcc 15 support - Ruby - Ruby Issue Tracking System Signed-off-by: Adolf Belka --- config/rootfiles/common/ruby | 159 ++++++++++++++++++----------------- lfs/ruby | 4 +- 2 files changed, 82 insertions(+), 81 deletions(-) diff --git a/config/rootfiles/common/ruby b/config/rootfiles/common/ruby index 1acbe91f3..1d39df92b 100644 --- a/config/rootfiles/common/ruby +++ b/config/rootfiles/common/ruby @@ -79,6 +79,7 @@ #usr/include/ruby-3.4.0/ruby/internal/attr/noexcept.h #usr/include/ruby-3.4.0/ruby/internal/attr/noinline.h #usr/include/ruby-3.4.0/ruby/internal/attr/nonnull.h +#usr/include/ruby-3.4.0/ruby/internal/attr/nonstring.h #usr/include/ruby-3.4.0/ruby/internal/attr/noreturn.h #usr/include/ruby-3.4.0/ruby/internal/attr/packed_struct.h #usr/include/ruby-3.4.0/ruby/internal/attr/pure.h @@ -223,7 +224,7 @@ #usr/include/ruby-3.4.0/xxxMACHINExxx-linux/ruby/config.h #usr/lib/libruby.so #usr/lib/libruby.so.3.4 -#usr/lib/libruby.so.3.4.4 +#usr/lib/libruby.so.3.4.5 #usr/lib/pkgconfig/ruby-3.4.pc #usr/lib/ruby #usr/lib/ruby/3.4.0 @@ -246,7 +247,10 @@ #usr/lib/ruby/3.4.0/bundler/cli/common.rb #usr/lib/ruby/3.4.0/bundler/cli/config.rb #usr/lib/ruby/3.4.0/bundler/cli/console.rb +#usr/lib/ruby/3.4.0/bundler/cli/doctor #usr/lib/ruby/3.4.0/bundler/cli/doctor.rb +#usr/lib/ruby/3.4.0/bundler/cli/doctor/diagnose.rb +#usr/lib/ruby/3.4.0/bundler/cli/doctor/ssl.rb #usr/lib/ruby/3.4.0/bundler/cli/exec.rb #usr/lib/ruby/3.4.0/bundler/cli/fund.rb #usr/lib/ruby/3.4.0/bundler/cli/gem.rb @@ -995,10 +999,8 @@ #usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish #usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_footer.rhtml #usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_head.rhtml -#usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml #usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_sidebar_classes.rhtml #usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_sidebar_extends.rhtml -#usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml #usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_sidebar_includes.rhtml #usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_sidebar_installed.rhtml #usr/lib/ruby/3.4.0/rdoc/generator/template/darkfish/_sidebar_methods.rhtml @@ -1359,7 +1361,6 @@ #usr/lib/ruby/3.4.0/rubygems/security/signer.rb #usr/lib/ruby/3.4.0/rubygems/security/trust_dir.rb #usr/lib/ruby/3.4.0/rubygems/security_option.rb -#usr/lib/ruby/3.4.0/rubygems/shellwords.rb #usr/lib/ruby/3.4.0/rubygems/source #usr/lib/ruby/3.4.0/rubygems/source.rb #usr/lib/ruby/3.4.0/rubygems/source/git.rb @@ -1669,7 +1670,7 @@ #usr/lib/ruby/gems/3.4.0/cache/base64-0.2.0.gem #usr/lib/ruby/gems/3.4.0/cache/bigdecimal-3.1.8.gem #usr/lib/ruby/gems/3.4.0/cache/csv-3.3.2.gem -#usr/lib/ruby/gems/3.4.0/cache/debug-1.10.0.gem +#usr/lib/ruby/gems/3.4.0/cache/debug-1.11.0.gem #usr/lib/ruby/gems/3.4.0/cache/drb-2.2.1.gem #usr/lib/ruby/gems/3.4.0/cache/getoptlong-0.2.1.gem #usr/lib/ruby/gems/3.4.0/cache/matrix-0.4.2.gem @@ -1701,10 +1702,10 @@ #usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/bigdecimal-3.1.8 #usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/bigdecimal-3.1.8/bigdecimal.so #usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/bigdecimal-3.1.8/gem.build_complete -#usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/debug-1.10.0 -#usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/debug-1.10.0/debug -#usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/debug-1.10.0/debug/debug.so -#usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/debug-1.10.0/gem.build_complete +#usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/debug-1.11.0 +#usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/debug-1.11.0/debug +#usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/debug-1.11.0/debug/debug.so +#usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/debug-1.11.0/gem.build_complete #usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/nkf-0.2.0 #usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/nkf-0.2.0/gem.build_complete #usr/lib/ruby/gems/3.4.0/extensions/xxxMACHINExxx-linux/3.4.0/nkf-0.2.0/nkf.so @@ -1761,10 +1762,10 @@ #usr/lib/ruby/gems/3.4.0/gems/bigdecimal-3.1.8/sample/linear.rb #usr/lib/ruby/gems/3.4.0/gems/bigdecimal-3.1.8/sample/nlsolve.rb #usr/lib/ruby/gems/3.4.0/gems/bigdecimal-3.1.8/sample/pi.rb -#usr/lib/ruby/gems/3.4.0/gems/bundler-2.6.7 -#usr/lib/ruby/gems/3.4.0/gems/bundler-2.6.7/exe -#usr/lib/ruby/gems/3.4.0/gems/bundler-2.6.7/exe/bundle -#usr/lib/ruby/gems/3.4.0/gems/bundler-2.6.7/exe/bundler +#usr/lib/ruby/gems/3.4.0/gems/bundler-2.6.9 +#usr/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe +#usr/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle +#usr/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundler #usr/lib/ruby/gems/3.4.0/gems/cgi-0.4.2 #usr/lib/ruby/gems/3.4.0/gems/csv-3.3.2 #usr/lib/ruby/gems/3.4.0/gems/csv-3.3.2/LICENSE.txt @@ -1818,55 +1819,55 @@ #usr/lib/ruby/gems/3.4.0/gems/csv-3.3.2/lib/csv/version.rb #usr/lib/ruby/gems/3.4.0/gems/csv-3.3.2/lib/csv/writer.rb #usr/lib/ruby/gems/3.4.0/gems/date-3.4.1 -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0 -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/CONTRIBUTING.md -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/Gemfile -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/LICENSE.txt -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/README.md -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/Rakefile -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/TODO.md -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/exe -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/exe/rdbg -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/Makefile -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/debug.c -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/debug.o -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/debug_version.h -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/extconf.h -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/extconf.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/iseq_collector.c -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/iseq_collector.o -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/ext/debug/mkmf.log -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/exts.mk -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/abbrev_command.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/breakpoint.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/client.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/color.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/config.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/console.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/dap_custom -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/dap_custom/traceInspector.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/frame_info.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/irb_integration.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/local.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/open.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/open_nonstop.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/prelude.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/server.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/server_cdp.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/server_dap.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/session.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/source_repository.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/start.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/thread_client.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/tracer.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/lib/debug/version.rb -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/misc -#usr/lib/ruby/gems/3.4.0/gems/debug-1.10.0/misc/README.md.erb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0 +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/CONTRIBUTING.md +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/Gemfile +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/LICENSE.txt +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/README.md +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/Rakefile +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/TODO.md +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/exe +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/exe/rdbg +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/Makefile +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/debug.c +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/debug.o +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/debug_version.h +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/extconf.h +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/extconf.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/iseq_collector.c +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/iseq_collector.o +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/ext/debug/mkmf.log +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/exts.mk +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/abbrev_command.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/breakpoint.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/client.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/color.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/config.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/console.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/dap_custom +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/dap_custom/traceInspector.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/frame_info.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/irb_integration.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/local.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/open.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/open_nonstop.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/prelude.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/server.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/server_cdp.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/server_dap.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/session.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/source_repository.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/start.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/thread_client.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/tracer.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/lib/debug/version.rb +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/misc +#usr/lib/ruby/gems/3.4.0/gems/debug-1.11.0/misc/README.md.erb #usr/lib/ruby/gems/3.4.0/gems/delegate-0.4.0 #usr/lib/ruby/gems/3.4.0/gems/did_you_mean-2.0.0 #usr/lib/ruby/gems/3.4.0/gems/digest-3.2.0 @@ -1893,7 +1894,7 @@ #usr/lib/ruby/gems/3.4.0/gems/erb-4.0.4/libexec #usr/lib/ruby/gems/3.4.0/gems/erb-4.0.4/libexec/erb #usr/lib/ruby/gems/3.4.0/gems/error_highlight-0.7.0 -#usr/lib/ruby/gems/3.4.0/gems/etc-1.4.5 +#usr/lib/ruby/gems/3.4.0/gems/etc-1.4.6 #usr/lib/ruby/gems/3.4.0/gems/fcntl-1.2.0 #usr/lib/ruby/gems/3.4.0/gems/fiddle-1.1.6 #usr/lib/ruby/gems/3.4.0/gems/fileutils-1.7.3 @@ -1921,9 +1922,9 @@ #usr/lib/ruby/gems/3.4.0/gems/getoptlong-0.2.1/sample/getoptlong/return_in_order.rb #usr/lib/ruby/gems/3.4.0/gems/getoptlong-0.2.1/sample/getoptlong/simple.rb #usr/lib/ruby/gems/3.4.0/gems/getoptlong-0.2.1/sample/getoptlong/types.rb -#usr/lib/ruby/gems/3.4.0/gems/io-console-0.8.0 -#usr/lib/ruby/gems/3.4.0/gems/io-nonblock-0.3.1 -#usr/lib/ruby/gems/3.4.0/gems/io-wait-0.3.1 +#usr/lib/ruby/gems/3.4.0/gems/io-console-0.8.1 +#usr/lib/ruby/gems/3.4.0/gems/io-nonblock-0.3.2 +#usr/lib/ruby/gems/3.4.0/gems/io-wait-0.3.2 #usr/lib/ruby/gems/3.4.0/gems/ipaddr-1.2.7 #usr/lib/ruby/gems/3.4.0/gems/irb-1.14.3 #usr/lib/ruby/gems/3.4.0/gems/irb-1.14.3/exe @@ -2948,10 +2949,10 @@ #usr/lib/ruby/gems/3.4.0/gems/rbs-3.8.0/templates/src/constants.c.erb #usr/lib/ruby/gems/3.4.0/gems/rbs-3.8.0/templates/src/ruby_objs.c.erb #usr/lib/ruby/gems/3.4.0/gems/rbs-3.8.0/templates/template.rb -#usr/lib/ruby/gems/3.4.0/gems/rdoc-6.10.0 -#usr/lib/ruby/gems/3.4.0/gems/rdoc-6.10.0/exe -#usr/lib/ruby/gems/3.4.0/gems/rdoc-6.10.0/exe/rdoc -#usr/lib/ruby/gems/3.4.0/gems/rdoc-6.10.0/exe/ri +#usr/lib/ruby/gems/3.4.0/gems/rdoc-6.14.0 +#usr/lib/ruby/gems/3.4.0/gems/rdoc-6.14.0/exe +#usr/lib/ruby/gems/3.4.0/gems/rdoc-6.14.0/exe/rdoc +#usr/lib/ruby/gems/3.4.0/gems/rdoc-6.14.0/exe/ri #usr/lib/ruby/gems/3.4.0/gems/readline-0.0.4 #usr/lib/ruby/gems/3.4.0/gems/reline-0.6.0 #usr/lib/ruby/gems/3.4.0/gems/repl_type_completor-0.1.9 @@ -2971,7 +2972,7 @@ #usr/lib/ruby/gems/3.4.0/gems/repl_type_completor-0.1.9/lib/repl_type_completor/version.rb #usr/lib/ruby/gems/3.4.0/gems/repl_type_completor-0.1.9/sig #usr/lib/ruby/gems/3.4.0/gems/repl_type_completor-0.1.9/sig/repl_type_completor.rbs -#usr/lib/ruby/gems/3.4.0/gems/resolv-0.6.0 +#usr/lib/ruby/gems/3.4.0/gems/resolv-0.6.2 #usr/lib/ruby/gems/3.4.0/gems/resolv-replace-0.1.1 #usr/lib/ruby/gems/3.4.0/gems/resolv-replace-0.1.1/Gemfile #usr/lib/ruby/gems/3.4.0/gems/resolv-replace-0.1.1/LICENSE.txt @@ -3313,10 +3314,10 @@ #usr/lib/ruby/gems/3.4.0/specifications/base64-0.2.0.gemspec #usr/lib/ruby/gems/3.4.0/specifications/bigdecimal-3.1.8.gemspec #usr/lib/ruby/gems/3.4.0/specifications/csv-3.3.2.gemspec -#usr/lib/ruby/gems/3.4.0/specifications/debug-1.10.0.gemspec +#usr/lib/ruby/gems/3.4.0/specifications/debug-1.11.0.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default #usr/lib/ruby/gems/3.4.0/specifications/default/benchmark-0.4.0.gemspec -#usr/lib/ruby/gems/3.4.0/specifications/default/bundler-2.6.7.gemspec +#usr/lib/ruby/gems/3.4.0/specifications/default/bundler-2.6.9.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/cgi-0.4.2.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/date-3.4.1.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/delegate-0.4.0.gemspec @@ -3325,15 +3326,15 @@ #usr/lib/ruby/gems/3.4.0/specifications/default/english-0.8.0.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/erb-4.0.4.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/error_highlight-0.7.0.gemspec -#usr/lib/ruby/gems/3.4.0/specifications/default/etc-1.4.5.gemspec +#usr/lib/ruby/gems/3.4.0/specifications/default/etc-1.4.6.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/fcntl-1.2.0.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/fiddle-1.1.6.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/fileutils-1.7.3.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/find-0.2.0.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/forwardable-1.3.3.gemspec -#usr/lib/ruby/gems/3.4.0/specifications/default/io-console-0.8.0.gemspec -#usr/lib/ruby/gems/3.4.0/specifications/default/io-nonblock-0.3.1.gemspec -#usr/lib/ruby/gems/3.4.0/specifications/default/io-wait-0.3.1.gemspec +#usr/lib/ruby/gems/3.4.0/specifications/default/io-console-0.8.1.gemspec +#usr/lib/ruby/gems/3.4.0/specifications/default/io-nonblock-0.3.2.gemspec +#usr/lib/ruby/gems/3.4.0/specifications/default/io-wait-0.3.2.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/ipaddr-1.2.7.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/irb-1.14.3.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/json-2.9.1.gemspec @@ -3351,10 +3352,10 @@ #usr/lib/ruby/gems/3.4.0/specifications/default/prism-1.2.0.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/pstore-0.1.4.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/psych-5.2.2.gemspec -#usr/lib/ruby/gems/3.4.0/specifications/default/rdoc-6.10.0.gemspec +#usr/lib/ruby/gems/3.4.0/specifications/default/rdoc-6.14.0.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/readline-0.0.4.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/reline-0.6.0.gemspec -#usr/lib/ruby/gems/3.4.0/specifications/default/resolv-0.6.0.gemspec +#usr/lib/ruby/gems/3.4.0/specifications/default/resolv-0.6.2.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/ruby2_keywords-0.0.5.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/securerandom-0.4.1.gemspec #usr/lib/ruby/gems/3.4.0/specifications/default/set-1.1.1.gemspec diff --git a/lfs/ruby b/lfs/ruby index cb1b1c74b..24e0c90a1 100644 --- a/lfs/ruby +++ b/lfs/ruby @@ -24,7 +24,7 @@ include Config -VER = 3.4.4 +VER = 3.4.5 THISAPP = ruby-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ac56f2805f68b6ddd14281ea3db83fd991c8b96c61853b5d8770c08e6413994a89d423134b9a45f75bce186d31e2563bc59db2ec7d4fc1563fbed91c89476ef4 +$(DL_FILE)_BLAKE2 = 635ebb5f1c4f7197cea1167c67cba72747a73a4d40b7954cf27ce3d23f8bafd4dd0c8d863af09d6eb5bf84d6d9f75e7ac6d8d93b5bdcd9bb0594d255fec02bf8 install : $(TARGET)