[Bug 285758] security/metasploit: Fails immediately (activesupport issue?)
Date: Mon, 31 Mar 2025 15:05:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285758 --- Comment #6 from Antoine Brodin <antoine@FreeBSD.org> --- There is a compatibility issue between concurrent-ruby and activesupport. Downgrading concurrent-ruby should help: diff --git a/devel/rubygem-concurrent-ruby/Makefile b/devel/rubygem-concurrent-ruby/Makefile index 31d3f034fd34..d1f1c18dae3a 100644 --- a/devel/rubygem-concurrent-ruby/Makefile +++ b/devel/rubygem-concurrent-ruby/Makefile @@ -1,5 +1,5 @@ PORTNAME= concurrent-ruby -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.4 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-concurrent-ruby/distinfo b/devel/rubygem-concurrent-ruby/distinfo index d0be2b778ad9..acd6380c7c1e 100644 --- a/devel/rubygem-concurrent-ruby/distinfo +++ b/devel/rubygem-concurrent-ruby/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738090002 -SHA256 (rubygem/concurrent-ruby-1.3.5.gem) = 813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6 -SIZE (rubygem/concurrent-ruby-1.3.5.gem) = 350208 +TIMESTAMP = 1739950882 +SHA256 (rubygem/concurrent-ruby-1.3.4.gem) = d4aa926339b0a86b5b5054a0a8c580163e6f5dcbdfd0f4bb916b1a2570731c32 +SIZE (rubygem/concurrent-ruby-1.3.4.gem) = 349696 But next versions of activesupport should fix the issue -- You are receiving this mail because: You are the assignee for the bug.