pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59017 CVS commit: pkgsrc/lang



The following reply was made to PR pkg/59017; it has been noted by GNATS.

From: "Takahiro Kambe" <taca%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59017 CVS commit: pkgsrc/lang
Date: Sat, 26 Jul 2025 06:17:00 +0000

 Module Name:	pkgsrc
 Committed By:	taca
 Date:		Sat Jul 26 06:17:00 UTC 2025
 
 Modified Files:
 	pkgsrc/lang/ruby: rubyversion.mk
 	pkgsrc/lang/ruby34: Makefile PLIST distinfo
 	pkgsrc/lang/ruby34/patches: patch-configure patch-lib_rdoc_encoding.rb
 Added Files:
 	pkgsrc/lang/ruby34/patches: patch-vm__core.h
 Removed Files:
 	pkgsrc/lang/ruby34/patches: patch-ext_win32_lib_win32_resolv.rb
 	    patch-ext_win32_resolv_resolv.c patch-lib_resolv.rb
 	    patch-test_resolv_test__dns.rb
 
 Log Message:
 lang/ruby34: update to 3.4.5
 
 pkgsrc change:
 
 * Enable sigaltstack(2) on NetBSD refering to PR pkg/59017.
 
 Ruby 3.4.5 (2025-07-15)
 
 * Bug #21340: Bump autoconf version to properly handle C23 bool/stdbool
   defines
 * Sync lockfile from rubygems/rubygems by deivid-rodriguez · Pull Request
   #13472
 * Bug #21438: use-after-free when resizing exivars
 * 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
 * Bug #21255: Can't build Ruby with Windows SDK 10.0.26100
 * 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
 * Bug #21333: heap-use-after-free caused by rehash during update
 * Bug #21357: Crash in Hash#merge! with ruby-dev in rubocop-rspec test suite
 * Bug #21383: Prism leaks memory with invalid yield
 * Bug #21394: Memory leak in Prism's RubyVM::InstructionSequence.new
 * Bug #21099: TestGc#test_gc_stress_at_startup assertion failure
 * Bug #21395: Please backport caa6ba1a46afa1bc696adc5fe91ee992f9570c89
 * Bug #21439: Crash with PM_SPLAT_NODE compiler error (Prism)
 * Bug #21354: Symbol#to_proc is not ractor safe
 * Bug #20009: Marshal.load raises exception when load dumped class include
   non-ASCII
 * Bug #21380: Use-After-Free in String#split with In-Block String
   Modification
 * Bug #21447: Fix handling of PM_CONSTANT_PATH_NODE node in keyword
   arguments with ARGS_SPLAT
 * Bug #21448: Random.urandom may fail to fall back to reading /dev/urandom
   on Linux < 3.17
 * Bug #21440: Cannot create instances of frozen Data subclasses
 * Bug #21437: Date#hash may return different values for equal dates with
   large years
 * Bug #21497: building issue when using gcc15, because C23 is default
 * Bug #21500: Backport gcc 15 support
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.301 -r1.302 pkgsrc/lang/ruby/rubyversion.mk
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/ruby34/Makefile
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/ruby34/PLIST
 cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/ruby34/distinfo
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby34/patches/patch-configure
 cvs rdiff -u -r1.1 -r0 \
     pkgsrc/lang/ruby34/patches/patch-ext_win32_lib_win32_resolv.rb \
     pkgsrc/lang/ruby34/patches/patch-ext_win32_resolv_resolv.c \
     pkgsrc/lang/ruby34/patches/patch-lib_resolv.rb \
     pkgsrc/lang/ruby34/patches/patch-test_resolv_test__dns.rb
 cvs rdiff -u -r1.1 -r1.2 \
     pkgsrc/lang/ruby34/patches/patch-lib_rdoc_encoding.rb
 cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby34/patches/patch-vm__core.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index