pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rake-compiler-dock



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jan 17 16:29:24 UTC 2026

Modified Files:
        pkgsrc/devel/ruby-rake-compiler-dock: Makefile PLIST distinfo

Log Message:
devel/ruby-rake-compiler-dock

1.10.0 (2025-10-25)

* Add support for ARM64 host images and release rake-compiler-dock host
  images for ARM64 and x86_64. #140
* Add new target platform aarch64-mingw-ucrt aka Windows on ARM. #152
* Allow easier selection of the ruby run in the container. #151
* Install mig which is a Macos specific RPC code generator. #155
* Add RCD_IMAGE_VERSION env var to easily set image version or
  snapshot. #163
* Disable rpath in cross compiled C extensions, since it is only valid in
  the build environment. #165
* Drop support for Ruby 2.4, 2.5, and 2.6. #153 @ianks @flavorjones
* Remove rbenv ruby version 2.5.9 from the build container. #153 @ianks
  @flavorjones
* Rename History.md to CHANGELOG.md which is more common.

Contributors

* @flavorjones
* @ianks

1.11.0 / 2025-12-25

* Bump Ruby 4 cross-compilation support to 4.0.0.
* Drop support for Ruby 2.7. #180 @larskanis
* Bump Ruby 3.3 to v3.3.10 (from v3.3.9) @flavorjones
* Bump Ruby 3.4 to v3.4.8 (from v3.4.5) @flavorjones
* Bump rake-compiler dependency to v1.3.1 (from v1.2.9) @flavorjones
* Remove native Ruby 3.4.x from the host environment. #178 @larskanis
* Optimized images by improving layer sharing. @larskanis

CRuby container summary

* native rubies: 4.0.0 (default), 3.1.7
* RUBY_CC_VERSION=4.0.0:3.4.8:3.3.10:3.2.9:3.1.7:3.0.7

Contributors

* @flavorjones
* @larskanis

1.11.1 (2025-12-26)

* JRuby 10.0 replaces JRuby 9.4 in the JRuby build container. #185
  @flavorjones

Contributors

* @flavorjones


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-rake-compiler-dock/Makefile \
    pkgsrc/devel/ruby-rake-compiler-dock/PLIST \
    pkgsrc/devel/ruby-rake-compiler-dock/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-rake-compiler-dock/Makefile
diff -u pkgsrc/devel/ruby-rake-compiler-dock/Makefile:1.1 pkgsrc/devel/ruby-rake-compiler-dock/Makefile:1.2
--- pkgsrc/devel/ruby-rake-compiler-dock/Makefile:1.1   Mon Nov  3 05:35:54 2025
+++ pkgsrc/devel/ruby-rake-compiler-dock/Makefile       Sat Jan 17 16:29:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2025/11/03 05:35:54 taca Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/17 16:29:24 taca Exp $
 
-DISTNAME=      rake-compiler-dock-1.9.1
+DISTNAME=      rake-compiler-dock-1.11.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-rake-compiler-dock/PLIST
diff -u pkgsrc/devel/ruby-rake-compiler-dock/PLIST:1.1 pkgsrc/devel/ruby-rake-compiler-dock/PLIST:1.2
--- pkgsrc/devel/ruby-rake-compiler-dock/PLIST:1.1      Mon Nov  3 05:35:54 2025
+++ pkgsrc/devel/ruby-rake-compiler-dock/PLIST  Sat Jan 17 16:29:24 2026
@@ -1,28 +1,31 @@
-@comment $NetBSD: PLIST,v 1.1 2025/11/03 05:35:54 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/01/17 16:29:24 taca Exp $
 bin/rake-compiler-dock${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.dockerignore
 ${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.github/workflows/publish-images.yml
+${GEM_LIBDIR}/.github/workflows/publish-images.yml.erb
 ${GEM_LIBDIR}/.github/workflows/release-images.yml
 ${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
 ${GEM_LIBDIR}/Dockerfile.jruby
 ${GEM_LIBDIR}/Dockerfile.mri.erb
 ${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/History.md
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/bin/rake-compiler-dock
+${GEM_LIBDIR}/build/buildkitd.toml
 ${GEM_LIBDIR}/build/gem_helper.rb
 ${GEM_LIBDIR}/build/mk_i686.rb
 ${GEM_LIBDIR}/build/mk_musl_cross.sh
 ${GEM_LIBDIR}/build/mk_osxcross.sh
 ${GEM_LIBDIR}/build/mk_pkg_config.sh
 ${GEM_LIBDIR}/build/parallel_docker_build.rb
-${GEM_LIBDIR}/build/patches/rake-compiler-1.2.9/0004-Enable-build-of-static-libruby.patch
-${GEM_LIBDIR}/build/patches/rake-compiler-1.2.9/0005-build-miniruby-first.patch
+${GEM_LIBDIR}/build/patches/rake-compiler-1.3.1/0004-Enable-build-of-static-libruby.patch
+${GEM_LIBDIR}/build/patches/rake-compiler-1.3.1/0005-build-miniruby-first.patch
+${GEM_LIBDIR}/build/patches/rake-compiler-1.3.1/0006-ruby-4-rubyspec-capiext.patch
 ${GEM_LIBDIR}/build/rcd-env.sh
 ${GEM_LIBDIR}/build/runas
 ${GEM_LIBDIR}/build/sigfw.c
@@ -42,8 +45,8 @@ ${GEM_LIBDIR}/mingw64-ucrt/gcc-mingw-w64
 ${GEM_LIBDIR}/mingw64-ucrt/mingw-w64-enable-ucrt.patch
 ${GEM_LIBDIR}/rake-compiler-dock.gemspec
 ${GEM_LIBDIR}/test/env/Dockerfile.alpine
-${GEM_LIBDIR}/test/env/Dockerfile.centos
 ${GEM_LIBDIR}/test/env/Dockerfile.debian
+${GEM_LIBDIR}/test/fixtures/mig_test_rpc.defs
 ${GEM_LIBDIR}/test/rcd_test/Gemfile
 ${GEM_LIBDIR}/test/rcd_test/Rakefile
 ${GEM_LIBDIR}/test/rcd_test/ext/java/RcdTestExtService.java
@@ -55,6 +58,7 @@ ${GEM_LIBDIR}/test/rcd_test/lib/rcd_test
 ${GEM_LIBDIR}/test/rcd_test/rcd_test.gemspec
 ${GEM_LIBDIR}/test/rcd_test/test/test_basic.rb
 ${GEM_LIBDIR}/test/test_environment_variables.rb
+${GEM_LIBDIR}/test/test_mig.rb
 ${GEM_LIBDIR}/test/test_parallel_docker_build.rb
 ${GEM_LIBDIR}/test/test_starter.rb
 ${GEM_LIBDIR}/test/test_versions.rb
Index: pkgsrc/devel/ruby-rake-compiler-dock/distinfo
diff -u pkgsrc/devel/ruby-rake-compiler-dock/distinfo:1.1 pkgsrc/devel/ruby-rake-compiler-dock/distinfo:1.2
--- pkgsrc/devel/ruby-rake-compiler-dock/distinfo:1.1   Mon Nov  3 05:35:54 2025
+++ pkgsrc/devel/ruby-rake-compiler-dock/distinfo       Sat Jan 17 16:29:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/11/03 05:35:54 taca Exp $
+$NetBSD: distinfo,v 1.2 2026/01/17 16:29:24 taca Exp $
 
-BLAKE2s (rake-compiler-dock-1.9.1.gem) = 7a316be7dcd8d5c72079b339979d4bbb9af5e7355384747a4563ef01aa36ddcf
-SHA512 (rake-compiler-dock-1.9.1.gem) = 3dfeaf0b182c1f6452008132ad26fffff162960e370e509e3388ffe4388aebf7b9c2136b5f76ee24cc3c4b6e177d16b1c7f9747e3728f5117bcba208afe12c99
-Size (rake-compiler-dock-1.9.1.gem) = 47104 bytes
+BLAKE2s (rake-compiler-dock-1.11.1.gem) = 1ea74584b67d81819fa774df91ced8629df81ff138b44fb9b0f1b5c394f12de7
+SHA512 (rake-compiler-dock-1.11.1.gem) = 0ad14318e951199ec684eb3bec37e3fb15292c635719d28b2635d891ee0f21656aef57afbde4d05598c5dbcacd5b349d6caf0513c086eff477ea419ae19e31e2
+Size (rake-compiler-dock-1.11.1.gem) = 53760 bytes



Home | Main Index | Thread Index | Old Index