Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2025 15:05:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 285758] security/metasploit: Fails immediately (activesupport issue?)
Message-ID:  <bug-285758-7788-WzPUwRWZ2C@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285758-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285758-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285758

--- 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=3D      concurrent-ruby
-PORTVERSION=3D   1.3.5
+PORTVERSION=3D   1.3.4
 CATEGORIES=3D    devel rubygems
 MASTER_SITES=3D  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 =3D 1738090002
-SHA256 (rubygem/concurrent-ruby-1.3.5.gem) =3D
813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6
-SIZE (rubygem/concurrent-ruby-1.3.5.gem) =3D 350208
+TIMESTAMP =3D 1739950882
+SHA256 (rubygem/concurrent-ruby-1.3.4.gem) =3D
d4aa926339b0a86b5b5054a0a8c580163e6f5dcbdfd0f4bb916b1a2570731c32
+SIZE (rubygem/concurrent-ruby-1.3.4.gem) =3D 349696


But next versions of activesupport should fix the issue

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285758-7788-WzPUwRWZ2C>