pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-rb_sys
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 17 16:35:47 UTC 2026
Modified Files:
pkgsrc/devel/ruby-rb_sys: Makefile distinfo
Log Message:
devel/ruby-rb_sys: update to 0.9.124
0.9.118 (2025-12-04)
What's Changed
* Fix PackageNotFoundError name in msg by @stackmystack in #610
* Bump MSRV to 1.71 by @xiaoxipang in #639
* Support target-prefixed install_name_tool for cross-compilation by
@xiaoxipang in #638
* Fix Windows CI regressions and clean up test helpers by @ianks in #640
* Add copy as markdown button on docsite by @ianks in #641
* Bump github/codeql-action from 3.28.17 to 4.31.3 by @dependabot[bot] in
#643
* Bump peter-evans/dockerhub-description from 4.0.2 to 5.0.0 by
@dependabot[bot] in #642
* Bump ruby/setup-ruby from 1.238.0 to 1.267.0 by @dependabot[bot] in #636
* Bump syn from 2.0.104 to 2.0.108 by @dependabot[bot] in #632
* Bump proc-macro2 from 1.0.95 to 1.0.103 by @dependabot[bot] in #634
* Bump regex from 1.11.1 to 1.12.2 by @dependabot[bot] in #628
* Bump quote from 1.0.38 to 1.0.41 by @dependabot[bot] in #622
* Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot]
in #582
* Bump brace-expansion from 1.1.11 to 1.1.12 in /docsite in the npm_and_yarn
group across 1 directory by @dependabot[bot] in #578
* Update base64 requirement from ~> 0.2.0 to ~> 0.3.0 by @dependabot[bot] in
#555
* Bump docker/build-push-action from 6.16.0 to 6.18.0 by @dependabot[bot] in
#553
* Bump the npm_and_yarn group across 1 directory with 5 updates by
@dependabot[bot] in #653
* Bump syn from 2.0.110 to 2.0.111 by @dependabot[bot] in #651
* Bump rusty-fork from 0.3.0 to 0.3.1 by @dependabot[bot] in #650
* Update rake-compiler-dock requirement from 1.9.1 to 1.10.0 by
@dependabot[bot] in #637
New Contributors
* @stackmystack made their first contribution in #610
* @xiaoxipang made their first contribution in #639
0.9.119 (2025-12-05)
What's Changed
* Fix parallel make race condition with gemclean by @ianks in #656
0.9.120 (2025-12-16)
What's Changed
* feat: add Ruby 4.0 stable API support by @seuros in #652
* Small improvements for Ruby 4.0 support by @ianks in #659
* New features for rb-sys-test-helpers 0.3.0 by @ianks in #660
* perf: optimize stable API assembly generation by @ianks in #658
* feat(stable-api): add RB_ID2SYM and RB_SYM2ID for symbol conversion by
@ianks in #680
* feat(stable-api): add integer conversion methods by @ianks in #676
New Contributors
* @seuros made their first contribution in #652
0.9.121 (2025-12-17)
What's Changed
* Fix stable API rust impl file check by @ianks in #683
0.9.122 (2025-12-17)
* Fix Ruby ABI check for major > 3
0.9.123 (2025-12-17)
* Fix version check for 3.3+ opaque structs
0.9.124 (2026-01-05)
What's Changed
* Remove wrong tests violating the precondition and the assertion by @nobu
in #688
* Bump rake-compiler-dock to support Ruby 4.0 by @gjtorikian in #685
* Bump .ruby-version to 4.0.0; update bindings & locks by @ianks in #695
* feat: add Ruby 4.1 version support for ruby-head compatibility by @pboling
in #697
New Contributors
* @nobu made their first contribution in #688
* @pboling made their first contribution in #697
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-rb_sys/Makefile \
pkgsrc/devel/ruby-rb_sys/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-rb_sys/Makefile
diff -u pkgsrc/devel/ruby-rb_sys/Makefile:1.1 pkgsrc/devel/ruby-rb_sys/Makefile:1.2
--- pkgsrc/devel/ruby-rb_sys/Makefile:1.1 Mon Nov 3 05:38:50 2025
+++ pkgsrc/devel/ruby-rb_sys/Makefile Sat Jan 17 16:35:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2025/11/03 05:38:50 taca Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/17 16:35:47 taca Exp $
-DISTNAME= rb_sys-0.9.117
+DISTNAME= rb_sys-0.9.124
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,9 @@ HOMEPAGE= https://oxidize-rb.github.io/r
COMMENT= Helpers for compiling Rust extensions for ruby
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rake-compiler-dock>=1.9.1<1.10:../../devel/ruby-rake-compiler-dock
+OVERRIDE_GEMSPEC+= rake-compiler-dock>=1.11.0
+
+DEPENDS+= ${RUBY_PKGPREFIX}-rake-compiler-dock>=1.11.0<1.12:../../devel/ruby-rake-compiler-dock
USE_LANGUAGES= # none
Index: pkgsrc/devel/ruby-rb_sys/distinfo
diff -u pkgsrc/devel/ruby-rb_sys/distinfo:1.1 pkgsrc/devel/ruby-rb_sys/distinfo:1.2
--- pkgsrc/devel/ruby-rb_sys/distinfo:1.1 Mon Nov 3 05:38:50 2025
+++ pkgsrc/devel/ruby-rb_sys/distinfo Sat Jan 17 16:35:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/11/03 05:38:50 taca Exp $
+$NetBSD: distinfo,v 1.2 2026/01/17 16:35:47 taca Exp $
-BLAKE2s (rb_sys-0.9.117.gem) = 193f830c11d71922d5de38836ddaff18c56575b64e53480bf05cb447d52af18b
-SHA512 (rb_sys-0.9.117.gem) = 307407a1d91117bff054547899f70fa70729d03787973004d0890320291f040bac2e93b09ceda6a2c92bbc9faedeed234eb932be0efeeaf9211c79e4579b0110
-Size (rb_sys-0.9.117.gem) = 31232 bytes
+BLAKE2s (rb_sys-0.9.124.gem) = 1c03fdeec9db1e5f9d46b9a9b4f23302833ba65273551799ee2b0149bd9e24f7
+SHA512 (rb_sys-0.9.124.gem) = 80676f47a2a1a246a2c0905d980d5562ea9246ca03b6bd1bb93e6964cdff462a82d94e2be18f0842d114bd94ffb8f57f95b0860abbb1ad6ed6cc6b7162fdb3d7
+Size (rb_sys-0.9.124.gem) = 31232 bytes
Home |
Main Index |
Thread Index |
Old Index