FreeBSD Bugzilla – Attachment 241219 Details for
Bug 270556
lang/ruby30: Update to 3.0.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
lang_ruby30.patch (text/plain), 2.20 KB, created by
Yasuhiro Kimura
on 2023-03-30 21:36:24 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2023-03-30 21:36:24 UTC
Size:
2.20 KB
patch
obsolete
>From fc616d0ac8ab046be0281fb8d11893734fe035ce Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Fri, 31 Mar 2023 03:55:29 +0900 >Subject: [PATCH] lang/ruby30: Update to 3.0.6 > >Mark DEPRECATED and set EXPIRATION_DATE. With the release of 3.0.6 >Ruby 3.0 entered the security only maintainance phase. It is scheduled >for a year and after that Ruby 3.0 reatches its EoL. So mark this port >as DEPRECATED and set EXPIRATION_DATE to one month after the date of >EoL in order to encourage user to migrate to newer version. > >ReleaseNotes: https://www.ruby-lang.org/en/news/2023/03/30/ruby-3-0-6-released/ >MFH: 2023Q1 >Security: 9b60bba1-cf18-11ed-bd44-080027f5fec9 >Security: 6bd2773c-cf1a-11ed-bd44-080027f5fec9 >--- > Mk/Uses/ruby.mk | 4 ++-- > lang/ruby30/Makefile | 3 +++ > lang/ruby30/distinfo | 6 +++--- > 3 files changed, 8 insertions(+), 5 deletions(-) > >diff --git a/Mk/Uses/ruby.mk b/Mk/Uses/ruby.mk >index 5a86dc836a7c..585725c12692 100644 >--- a/Mk/Uses/ruby.mk >+++ b/Mk/Uses/ruby.mk >@@ -155,8 +155,8 @@ RUBY_PORTREVISION= 0 > # > # Ruby 3.0 > # >-RUBY_DISTVERSION= 3.0.5 >-RUBY_PORTREVISION= 1 >+RUBY_DISTVERSION= 3.0.6 >+RUBY_PORTREVISION= 0 > . elif ${RUBY_VER} == 3.1 > # > # Ruby 3.1 >diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile >index 1dddd85809bf..9a818ca58b6b 100644 >--- a/lang/ruby30/Makefile >+++ b/lang/ruby30/Makefile >@@ -16,6 +16,9 @@ LICENSE_COMB= dual > LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL > LICENSE_FILE_RUBY= ${WRKSRC}/COPYING > >+DEPRECATED= Please migrate to newer versions. Ruby 3.0 will reach its EoL on March 30, 2024 >+EXPIRATION_DATE= 2024-04-30 >+ > # Using LIB_DEPENDS finds the libffi from gcc which causes problems > BUILD_DEPENDS= libffi>=0:devel/libffi > LIB_DEPENDS= libyaml.so:textproc/libyaml >diff --git a/lang/ruby30/distinfo b/lang/ruby30/distinfo >index 034d15f818ae..e11ba2578860 100644 >--- a/lang/ruby30/distinfo >+++ b/lang/ruby30/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1669321910 >-SHA256 (ruby/ruby-3.0.5.tar.xz) = cf7cb5ba2030fe36596a40980cdecfd79a0337d35860876dc2b10a38675bddde >-SIZE (ruby/ruby-3.0.5.tar.xz) = 15880196 >+TIMESTAMP = 1680201168 >+SHA256 (ruby/ruby-3.0.6.tar.xz) = b5cbee93e62d85cfb2a408c49fa30a74231ae8409c2b3858e5f5ea254d7ddbd1 >+SIZE (ruby/ruby-3.0.6.tar.xz) = 15864560 >-- >2.40.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270556
: 241219