pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Oct  8 14:13:14 UTC 2025

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk
        pkgsrc/lang/ruby34: distinfo

Log Message:
lang/ruby34: update to 3.4.7

Ruby 3.4.7 (2025-10-07)

* Merge URI-1.0.4 for Ruby 3.4 by hsbt - Pull Request #14757

* Bug #21313: it in rescue/ensure on prism
* [3.4] compile.c: Handle anonymous variables in outer_variable_cmp by
  byroot - Pull Request #13493

* Bug #21610: Use ec->interrupt_mask to prevent interrupts.

* Bug #21611: Ruby 3.4.6 can't be built with GCC 15.2.1

* Bug #21342: Segfault: invalid keeping_mutexes when using Mutex in
  Thread then Fiber after GC

* Bug #21569: [armv7, musl] SIGBUS in ibf_load_object_float due to
  unaligned VFP double load when reading IBF

* Bug #21568: Requiring core libraries when already requiring multiple
  user defined libraries with the same name can error


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/ruby34/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.305 pkgsrc/lang/ruby/rubyversion.mk:1.306
--- pkgsrc/lang/ruby/rubyversion.mk:1.305       Tue Sep 23 03:15:01 2025
+++ pkgsrc/lang/ruby/rubyversion.mk     Wed Oct  8 14:13:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.305 2025/09/23 03:15:01 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.306 2025/10/08 14:13:14 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -215,7 +215,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub
 # current supported Ruby's version
 RUBY32_VERSION=                3.2.9
 RUBY33_VERSION=                3.3.9
-RUBY34_VERSION=                3.4.6
+RUBY34_VERSION=                3.4.7
 
 # current API compatible version; used for version of shared library
 RUBY32_API_VERSION=    3.2.0
@@ -507,7 +507,7 @@ RUBY_TIMEOUT_VER=           0.4.3
 RUBY_TMPDIR_VER=               0.3.1
 RUBY_TSORT_VER=                        0.2.0
 RUBY_UN_VER=                   0.3.0
-RUBY_URI_VER=                  1.0.3
+RUBY_URI_VER=                  1.0.4
 RUBY_WEAKREF_VER=              0.1.3
 RUBY_YAML_VER=                 0.4.0
 

Index: pkgsrc/lang/ruby34/distinfo
diff -u pkgsrc/lang/ruby34/distinfo:1.10 pkgsrc/lang/ruby34/distinfo:1.11
--- pkgsrc/lang/ruby34/distinfo:1.10    Tue Sep 23 03:15:02 2025
+++ pkgsrc/lang/ruby34/distinfo Wed Oct  8 14:13:14 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2025/09/23 03:15:02 taca Exp $
+$NetBSD: distinfo,v 1.11 2025/10/08 14:13:14 taca Exp $
 
-BLAKE2s (ruby-3.4.6.tar.xz) = eb4d1d4e899410ee46cae6d6d5bb7d5a40a2fb91725bbab5cbe4125fc096b3ba
-SHA512 (ruby-3.4.6.tar.xz) = 29000b3396ab95fc2dc13d2d78441ff5c34258e5421115181c54b1b4d55d5c0d4f3d0c3cec6b32b9a1bb8de5c51b383fcad4369ec3fb244fd0ce182afbe79ba4
-Size (ruby-3.4.6.tar.xz) = 17303436 bytes
+BLAKE2s (ruby-3.4.7.tar.xz) = 41e0ef5a03be7039d5f6248bf27e4943131061d696965e6bbaaf260005ca13b1
+SHA512 (ruby-3.4.7.tar.xz) = a6b99a2f1d0115d5e7efa710da440b9066c524c335928367c80852630f8db5da36c0a82d6e7ace90e8c40cb20c6097cbdca15a51c343254cadf5f0adf60f8505
+Size (ruby-3.4.7.tar.xz) = 17312044 bytes
 SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
 SHA1 (patch-configure) = ff1b1e659ddc7cb1d62a71e1447df55f1f7b07c2
 SHA1 (patch-ext_openssl_openssl__missing.h) = 3f8d79736fd14806dfaf76e333eec63ff3ff5890



Home | Main Index | Thread Index | Old Index