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 Feb 8 15:28:22 UTC 2023
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby32-base: PLIST distinfo
Log Message:
lang/ruby32: update to 3.2.1
pkgsrc change: remove RUBY_TRACER_VER from ruby31 and ruby32.
Ruby 3.2.1 (2023-02-08)
Various bug fixes including update of default gem: rubygems 3.4.6 and
bundler 2.4.6.
* MJIT: Fix JIT code for multiple values in a single case
* Fix [Bug 19273], set correct value to `outer_repeat` on `OP_REPEAT`
* Fix integer underflow when using HEAP_INIT_SLOTS
* [Bug #19292] Re-initialize tm when wday or yday is not set
* Return 0 if there is no CFP on the EC yet
* YJIT: Fix `yield` into block with >=30 locals on ARM
* common.mk: Do not invoke outdate-bundled-gems by default
* YJIT: Save PC and SP before calling leaf builtins (#7090)
* Fix crash in TracePoint c_call for removed method
* Fix undefined behavior in shape.c
* Check if the argument is Thread::Backtrace::Location object
* [Bug #19319] Fix crash in rb_str_casemap
* Fix re-embedding of strings during compaction
To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ruby32-base/PLIST
cvs rdiff -u -r1.2 -r1.3 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.259 pkgsrc/lang/ruby/rubyversion.mk:1.260
--- pkgsrc/lang/ruby/rubyversion.mk:1.259 Sat Jan 21 13:50:16 2023
+++ pkgsrc/lang/ruby/rubyversion.mk Wed Feb 8 15:28:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.259 2023/01/21 13:50:16 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.260 2023/02/08 15:28:22 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -216,7 +216,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub
RUBY27_VERSION= 2.7.7
RUBY30_VERSION= 3.0.5
RUBY31_VERSION= 3.1.3
-RUBY32_VERSION= 3.2.0
+RUBY32_VERSION= 3.2.1
# current API compatible version; used for version of shared library
RUBY27_API_VERSION= 2.7.0
@@ -522,7 +522,6 @@ RUBY_RBS_VER= 2.7.0
RUBY_REXML_VER= 3.2.5
RUBY_RSS_VER= 0.2.9
RUBY_TEST_UNIT_VER= 3.5.3
-RUBY_TRACER_VER= 0.1.1
RUBY_TYPEPROF_VER= 0.21.3
.elif ${RUBY_VER} == 32
@@ -531,12 +530,12 @@ RUBY_ABI_VERSION= ${RUBY_VERSION}
RUBY_SUFFIX= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR}
# default gems
-RUBY_RUBYGEMS_VER= 3.4.1
+RUBY_RUBYGEMS_VER= 3.4.6
RUBY_ABBREV_VER= 0.1.1
RUBY_BASE64_VER= 0.1.1
RUBY_BENCHMARK_VER= 0.2.1
RUBY_BIGDECIMAL_VER= 3.1.3
-RUBY_BUNDLER_VER= 2.4.1
+RUBY_BUNDLER_VER= 2.4.6
RUBY_CGI_VER= 0.3.6
RUBY_CSV_VER= 3.2.6
RUBY_DATE_VER= 3.3.3
@@ -597,7 +596,6 @@ RUBY_TEMPFILE_VER= 0.1.3
RUBY_TIME_VER= 0.2.1
RUBY_TIMEOUT_VER= 0.3.1
RUBY_TMPDIR_VER= 0.1.3
-RUBY_TRACER_VER= 0.1.1
RUBY_TSORT_VER= 0.1.1
RUBY_UN_VER= 0.2.1
RUBY_URI_VER= 0.12.0
@@ -613,8 +611,8 @@ RUBY_NET_FTP_VER= 0.2.0
RUBY_NET_IMAP_VER= 0.3.4
RUBY_NET_POP_VER= 0.1.2
RUBY_NET_SMTP_VER= 0.3.3
-RUBY_PRIME_VER= 0.1.2
RUBY_POWER_ASSERT_VER= 2.0.3
+RUBY_PRIME_VER= 0.1.2
RUBY_RAKE_VER= 13.0.6
RUBY_RBS_VER= 2.8.2
RUBY_REXML_VER= 3.2.5
Index: pkgsrc/lang/ruby32-base/PLIST
diff -u pkgsrc/lang/ruby32-base/PLIST:1.1 pkgsrc/lang/ruby32-base/PLIST:1.2
--- pkgsrc/lang/ruby32-base/PLIST:1.1 Sat Jan 21 13:51:23 2023
+++ pkgsrc/lang/ruby32-base/PLIST Wed Feb 8 15:28:22 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/21 13:51:23 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/02/08 15:28:22 taca Exp $
bin/bundle${RUBY_SUFFIX}
bin/bundler${RUBY_SUFFIX}
bin/erb${RUBY_SUFFIX}
@@ -703,7 +703,6 @@ ${RUBY_LIB}/logger/log_device.rb
${RUBY_LIB}/logger/period.rb
${RUBY_LIB}/logger/severity.rb
${RUBY_LIB}/logger/version.rb
-${RUBY_LIB}/mjit/instruction.rb
${RUBY_LIB}/mkmf.rb
${RUBY_LIB}/monitor.rb
${RUBY_LIB}/mutex_m.rb
Index: pkgsrc/lang/ruby32-base/distinfo
diff -u pkgsrc/lang/ruby32-base/distinfo:1.2 pkgsrc/lang/ruby32-base/distinfo:1.3
--- pkgsrc/lang/ruby32-base/distinfo:1.2 Sat Feb 4 12:10:25 2023
+++ pkgsrc/lang/ruby32-base/distinfo Wed Feb 8 15:28:22 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2023/02/04 12:10:25 jperkin Exp $
+$NetBSD: distinfo,v 1.3 2023/02/08 15:28:22 taca Exp $
-BLAKE2s (ruby-3.2.0.tar.xz) = 87dea8062fae27e6d0f698766475fe83356e607ef5189d86d5af2ca46999c3c1
-SHA512 (ruby-3.2.0.tar.xz) = 733ecc6709470ee16916deeece9af1c76220ae95d17b2681116aff7f381d99bc3124b1b11b1c2336b2b29e468e91b90f158d5ae5fca810c6cf32a0b6234ae08e
-Size (ruby-3.2.0.tar.xz) = 15058364 bytes
+BLAKE2s (ruby-3.2.1.tar.xz) = 7c7164f561f7887e662e3e8b1f02bc71356624d904fc7c795181d05a29c0e5f3
+SHA512 (ruby-3.2.1.tar.xz) = 69caadab9be6b56905ea4fc92fa0e36704f9fa6a0e7e7f4c6bdb79e9cbe8dc57c524f96d9c18802d61aa1ca578fed2e9758692f9d701bf0dba938f0206b721b3
+Size (ruby-3.2.1.tar.xz) = 15094384 bytes
SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
SHA1 (patch-configure) = f3a143eda324bdfcaab51ee44274eaa445cf2767
SHA1 (patch-ext_openssl_openssl__missing.h) = 3f8d79736fd14806dfaf76e333eec63ff3ff5890
Home |
Main Index |
Thread Index |
Old Index