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:           Sat Mar 28 14:38:33 UTC 2026

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk
        pkgsrc/lang/ruby32-base: distinfo

Log Message:
lang/ruby32-base: update to 3.2.11

Ruby 3.2.11 (2026-03-27)

Quote from release announce:

Ruby 3.2.11 has been released. This release includes an update to the zlib
gem addressing CVE-2026-27820.

This is the final release of the Ruby 3.2 series. We will not provide any
further updates, including security fixes, for the Ruby 3.2 series.

We recommend upgrading to Ruby 3.4 or 4.0.

What's Changed

* Bug #21715: Miscompilation on x86-64-v2 due to undefined behavior in
  search_nonascii in string.c
* Bug #21629: Ruby-3.4.7 prints -Wdefault-const-init-field-unsafe warnings
  on clang / llvm 21


To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/ruby32-base/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.315 pkgsrc/lang/ruby/rubyversion.mk:1.316
--- pkgsrc/lang/ruby/rubyversion.mk:1.315       Thu Mar 26 14:05:17 2026
+++ pkgsrc/lang/ruby/rubyversion.mk     Sat Mar 28 14:38:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.315 2026/03/26 14:05:17 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.316 2026/03/28 14:38:33 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -212,7 +212,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub
 .endif
 
 # current supported Ruby's version
-RUBY32_VERSION=                3.2.10
+RUBY32_VERSION=                3.2.11
 RUBY33_VERSION=                3.3.11
 RUBY34_VERSION=                3.4.9
 RUBY40_VERSION=                4.0.2
@@ -345,7 +345,7 @@ RUBY_UN_VER=                        0.2.1
 RUBY_URI_VER=                  0.12.5
 RUBY_WEAKREF_VER=              0.1.2
 RUBY_YAML_VER=                 0.2.1
-RUBY_ZLIB_VER=                 3.0.0
+RUBY_ZLIB_VER=                 3.0.1
 
 # bundled gems
 RUBY_DEBUG_VER=                        1.7.1

Index: pkgsrc/lang/ruby32-base/distinfo
diff -u pkgsrc/lang/ruby32-base/distinfo:1.18 pkgsrc/lang/ruby32-base/distinfo:1.19
--- pkgsrc/lang/ruby32-base/distinfo:1.18       Mon Jan 19 15:26:15 2026
+++ pkgsrc/lang/ruby32-base/distinfo    Sat Mar 28 14:38:33 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2026/01/19 15:26:15 taca Exp $
+$NetBSD: distinfo,v 1.19 2026/03/28 14:38:33 taca Exp $
 
-BLAKE2s (ruby-3.2.10.tar.xz) = 878c7f7a3c90fe3af058555b4b51da3a127d4cfb5a16965dcdbd0cad3cec3575
-SHA512 (ruby-3.2.10.tar.xz) = a89044db8a55bd990d3756e212f2966b62b903eefc96c7e0af89aa4580ff7253d2f64c6c25fc04f2031b959e614bae84b86db36cfdec3a3e8afb5c3026426687
-Size (ruby-3.2.10.tar.xz) = 14696548 bytes
+BLAKE2s (ruby-3.2.11.tar.xz) = c55d59738cf1f1524a094151d5c524014ef0b492fcfcb4fbb2b7c83f42ecc31b
+SHA512 (ruby-3.2.11.tar.xz) = 418739d476d34e2467e7f1ee60ff63a1969a362b49871bdc488676c1ac7d28b198deee85e2bd951a23f5b0e8425bc89ca59d5c8cb8415fa5ed835555e3d3af8d
+Size (ruby-3.2.11.tar.xz) = 14695828 bytes
 SHA1 (patch-.bundle_gems_net-imap-0.3.9_net-imap.gemspec) = 8fafe18eeb24bff0a79b558746cfab331e65aa8c
 SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
 SHA1 (patch-configure) = b653c9443574e9c2e76699063ad2937f77a532b2



Home | Main Index | Thread Index | Old Index