FreeBSD Bugzilla – Attachment 232900 Details for
Bug 262350
Mk/bsd.default-versions.mk: Switch default version of Ruby from 2.7 to 3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch file
Mk_bsd.default-versions.mk.ruby30.patch (text/plain), 1.92 KB, created by
Yasuhiro Kimura
on 2022-04-02 18:41:19 UTC
(
hide
)
Description:
Updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2022-04-02 18:41:19 UTC
Size:
1.92 KB
patch
obsolete
>From 47200f5e8af1c16fc20b23224bf6e8942053c45b Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Sat, 5 Mar 2022 13:08:26 +0900 >Subject: [PATCH] Mk/bsd.default-versions.mk: Switch default version of Ruby > from 2.7 to 3.0 > >Add entry to UPDATING. >--- > Mk/bsd.default-versions.mk | 2 +- > UPDATING | 24 ++++++++++++++++++++++++ > 2 files changed, 25 insertions(+), 1 deletion(-) > >diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index 1f991e608c70..e5b5bea3b4e9 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -116,7 +116,7 @@ PYTHON2_DEFAULT?= 2.7 > # Possible values: 3.7, 3.8, 3.9, 3.10, 3.11 > PYTHON3_DEFAULT?= 3.8 > # Possible values: 2.7, 3.0, 3.1 >-RUBY_DEFAULT?= 2.7 >+RUBY_DEFAULT?= 3.0 > # Possible values: rust, rust-nightly > RUST_DEFAULT?= rust > # Possible values: 4.12, 4.13 >diff --git a/UPDATING b/UPDATING >index 9dc81724fd5a..bf975a73c4d7 100644 >--- a/UPDATING >+++ b/UPDATING >@@ -5,6 +5,30 @@ they are unavoidable. > You should get into the habit of checking this file for changes each time > you update your ports collection, before attempting any port upgrades. > >+20220403: >+ AFFECTS: users of lang/ruby27 >+ AUTHOR: yasu@FreeBSD.org >+ >+ The default ruby version has been updated from 2.7 to 3.0. >+ >+ If you compile your own ports you may keep 2.7 as the default version by >+ adding the following lines to your /etc/make.conf file: >+ >+ # >+ # Keep ruby 2.7 as default version >+ # >+ DEFAULT_VERSIONS+=ruby=2.7 >+ >+ If you wish to update to the new default version, you need to first stop any >+ software that uses ruby. Then, you will need to follow these steps, depending >+ upon how you manage your system. >+ >+ If you use pkg, simply upgrade: >+ # pkg upgrade >+ >+ If you do not use pkg, please check entry 20190420. >+ The description there should also work for this version. >+ > 20220401: > AFFECTS: security/sshguard > AUTHOR: kevinz5000@gmail.com >-- >2.35.1 >
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 262350
:
232255
|
232900
|
233296