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 Jul 13 15:25:25 UTC 2024

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk
        pkgsrc/lang/ruby33: Makefile PLIST distinfo

Log Message:
lang/ruby33: update to 3.3.4

3.3.4 (2024-07-09)

* Bug #20573: Warning.warn shouldn't be called for disabled warnings
* Bug #20585: Size of memory allocated by String.new(:capacity) is different
  from the specified value
* Bug #20581: Ruby 3.3.3 install has missing deps for bundled net-pop gem
* Bug #20595: Corruption of encoding name string
* Bug #20598: Corruption of internal encoding string
* Bug #20562: Categorize RUBY_FREE_AT_EXIT warning
* Bug #20468: Segfault on safe navigation in for target
* Bug #20592: Interrupting Addrinfo causes Segmentation fault on alpine
* Bug #20239: Segmentation fault when using Regex on a large String
* Bug #20570: Nokey behavior changed since 3.3.
* Bug #20605: Add explicit compiler fence when pushing frames to ensure safe
  profiling


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby33/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/ruby33/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby33/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.281 pkgsrc/lang/ruby/rubyversion.mk:1.282
--- pkgsrc/lang/ruby/rubyversion.mk:1.281       Sat Jun 15 15:43:51 2024
+++ pkgsrc/lang/ruby/rubyversion.mk     Sat Jul 13 15:25:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.281 2024/06/15 15:43:51 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.282 2024/07/13 15:25:25 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
 RUBY31_VERSION=                3.1.6
 RUBY32_VERSION=                3.2.4
-RUBY33_VERSION=                3.3.3
+RUBY33_VERSION=                3.3.4
 
 # current API compatible version; used for version of shared library
 RUBY31_API_VERSION=    3.1.0

Index: pkgsrc/lang/ruby33/Makefile
diff -u pkgsrc/lang/ruby33/Makefile:1.3 pkgsrc/lang/ruby33/Makefile:1.4
--- pkgsrc/lang/ruby33/Makefile:1.3     Thu Apr 25 15:12:05 2024
+++ pkgsrc/lang/ruby33/Makefile Sat Jul 13 15:25:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/04/25 15:12:05 taca Exp $
+# $NetBSD: Makefile,v 1.4 2024/07/13 15:25:25 taca Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION:S/-rc/rc/}
@@ -87,7 +87,8 @@ pre-install:
 post-install:
        cd ${DESTDIR}${PREFIX}/${GEM_HOME} && \
                find . \! -type d \( -name 'Makefile*' -o -name '.*.time' \
-                       -o -name '*.o' -o -name 'gem_make.out' \) -exec rm {} \;
+                       -o -name '*.o' -o -name 'gem_make.out' \
+                       -o -name 'mkmf.log' \) -exec rm {} \;
        cd ${WRKSRC}/doc && ${PAX} -rw . ${DESTDIR}${PREFIX}/${RUBY_DOC}
        ${MV} ${DESTDIR}${PREFIX}/${RUBY_DOC}/ChangeLog  ${DESTDIR}${PREFIX}/${RUBY_DOC}/ChangeLog.prev
 .for f in ${DOCS}

Index: pkgsrc/lang/ruby33/PLIST
diff -u pkgsrc/lang/ruby33/PLIST:1.4 pkgsrc/lang/ruby33/PLIST:1.5
--- pkgsrc/lang/ruby33/PLIST:1.4        Sat Jun 15 15:43:52 2024
+++ pkgsrc/lang/ruby33/PLIST    Sat Jul 13 15:25:25 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/06/15 15:43:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/07/13 15:25:25 taca Exp $
 bin/bundle${RUBY_SUFFIX}
 bin/bundler${RUBY_SUFFIX}
 bin/erb${RUBY_SUFFIX}
@@ -1491,8 +1491,11 @@ ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}
 ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/TODO.md
 ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/exe/rdbg
 ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/debug.c
+${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/debug_version.h
+${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/extconf.h
 ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/extconf.rb
 ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/iseq_collector.c
+${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/exts.mk
 ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug.rb
 ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/abbrev_command.rb
 ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/breakpoint.rb
@@ -1833,6 +1836,7 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/doc
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/exe/rbs
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/constants.c
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/constants.h
+${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/extconf.h
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/extconf.rb
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/lexer.c
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/lexer.h
@@ -1849,6 +1853,7 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/ruby_objs.c
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/ruby_objs.h
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/unescape.c
+${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/exts.mk
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/goodcheck.yml
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs.rb
 ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/ancestor_graph.rb

Index: pkgsrc/lang/ruby33/distinfo
diff -u pkgsrc/lang/ruby33/distinfo:1.5 pkgsrc/lang/ruby33/distinfo:1.6
--- pkgsrc/lang/ruby33/distinfo:1.5     Sat Jun 15 15:43:52 2024
+++ pkgsrc/lang/ruby33/distinfo Sat Jul 13 15:25:25 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2024/06/15 15:43:52 taca Exp $
+$NetBSD: distinfo,v 1.6 2024/07/13 15:25:25 taca Exp $
 
-BLAKE2s (ruby-3.3.3.tar.xz) = 7dcf93cef3454c98ab0f66425fa31013e15aeb690b19b0fb6f638d93cd411cf6
-SHA512 (ruby-3.3.3.tar.xz) = 27dcae604e6613e1eaa20c6a75ee88b970bb0dd584d9bc0c021ad8da4340858e3c2e874ac841fcca0b0444a0c0146c4650d2d22bac3c9e12853533c37255f8f1
-Size (ruby-3.3.3.tar.xz) = 16361160 bytes
+BLAKE2s (ruby-3.3.4.tar.xz) = d9d746109d9a21905a44f22104f48ee9b91b8bc33e76d92660bf2af50731e9dd
+SHA512 (ruby-3.3.4.tar.xz) = b26461a13ff82a08a282f10108028bb2a2e4a28da6182a291062fc54089c6655d79c22cc69d59156f9b11cb10a17fe8c69d489343fbae123a45f03361b95c9eb
+Size (ruby-3.3.4.tar.xz) = 16366580 bytes
 SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
 SHA1 (patch-configure) = 668341ef5ad8b510a3057d979402e66dfa66f9d3
 SHA1 (patch-ext_openssl_openssl__missing.h) = 3f8d79736fd14806dfaf76e333eec63ff3ff5890



Home | Main Index | Thread Index | Old Index