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:25:23 +0000

 Module Name:	pkgsrc
 Committed By:	taca
 Date:		Sat Jul 26 06:25:23 UTC 2025
 
 Modified Files:
 	pkgsrc/lang/ruby: rubyversion.mk
 	pkgsrc/lang/ruby33: Makefile PLIST distinfo
 	pkgsrc/lang/ruby33/patches: patch-configure
 Added Files:
 	pkgsrc/lang/ruby33/patches: patch-tool_leaked-globals patch-vm__core.h
 Removed Files:
 	pkgsrc/lang/ruby33/patches: patch-lib_resolv.rb
 	    patch-test_resolv_test__dns.rb
 
 Log Message:
 lang/ruby33: update to 3.3.9
 
 pkgsrc change:
 
 * Enable sigaltstack(2) on NetBSD refering to PR pkg/59017.
 * Make "make test" pass.
 
 Ruby 3.3.9 (2025-07-24)
 
 What's Changed
 
 * Bug #21286: Windows - MSYS2 just updated to GCC 15.1.0, builds failing
 * Bug #21220: Memory corruption in update_line_coverage() [write at index
   -1]
 * Bug #21331: heap-use-after-free caused by rehash during transform_values!
 * Bug #21327: Windows builds seem broken after clock_gettime changes?
 * Bug #21344: Segment Fault Caused by no Backported Patches
 * Bug #21257: YJIT can generate infinite loop when OOM
 * 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 #21310: YJIT optimization causes incorrect is_a? method evaluation
 * Bug #21354: Symbol#to_proc is not ractor safe
 * Bug #21340: Bump autoconf version to properly handle C23 bool/stdbool
   defines
 * Bug #21283: Some tests of TestMkmfConvertible is failing with VS2022
   17.14.0 preview 4.0
 * Bug #21255: Can't build Ruby with Windows SDK 10.0.26100
 * Bug #21380: Use-After-Free in String#split with In-Block String
   Modification
 * Bug #21440: Cannot create instances of frozen Data subclasses
 * Bug #21437: Date#hash may return different values for equal dates with
   large years
 * Bug #21441: SEGV during thread cleanup if profiler calls
   thread_profiles_frames at wrong time
 * Bug #21438: use-after-free when resizing exivars
 * Bug #20009: Marshal.load raises exception when load dumped class include
   non-ASCII
 * Bug #21448: Random.urandom may fail to fall back to reading /dev/urandom
   on Linux < 3.17
 * Bug #21497: building issue when using gcc15, because C23 is default
 * Fix bigand_int edgecase returning false by tompng · Pull Request #13987
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.303 -r1.304 pkgsrc/lang/ruby/rubyversion.mk
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/ruby33/Makefile
 cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/ruby33/PLIST
 cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/ruby33/distinfo
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby33/patches/patch-configure
 cvs rdiff -u -r1.1 -r0 pkgsrc/lang/ruby33/patches/patch-lib_resolv.rb \
     pkgsrc/lang/ruby33/patches/patch-test_resolv_test__dns.rb
 cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby33/patches/patch-tool_leaked-globals \
     pkgsrc/lang/ruby33/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