Path to this page:
./
lang/ruby30-base,
Ruby 3.0.1 release minimum base package
Branch: pkgsrc-2021Q1,
Version: 3.0.1,
Package name: ruby30-base-3.0.1,
Maintainer: tacaRuby is the interpreted scripting language for quick and easy Object
Oriented Programming. It has many features to process text files and to do
system management tasks (as in Perl). It is simple, straight-forward, and
extensible.
Features of Ruby are shown below.
+ Simple Syntax
+ *Normal* Object-Oriented features (ex. class, method calls)
+ *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
+ Operator Overloading
+ Exception Handling
+ Iterators and Closures
+ Garbage Collection
+ Dynamic Loading of Object files (on some architecture)
+ Highly Portable (works on many UNIX machines, and on DOS, Windows,
Mac, etc.)
Ruby 3.0 introduces a number of new features and performance
improvements, most notably:
* Performance
- MJIT
* Concurrency
- Ractor
- Fiber Scheduler
* Typing (Static Analysis)
- RBS
- TypeProf
This package is Ruby 3.0 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2021/02/14 14:32:41 taca Exp $
RUBY_GEM_BASE="${PREFIX}/@RUBY_GEM_BASE@"
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
case ${STAGE} in
DEINSTALL)
${RM} -f ${RUBY_SITERIDIR}/created.rid
;;
POST-DEINSTALL)
${RM} -rf ${GEM_HOME}
${RMDIR} ${RUBY_GEM_BASE} 2>/dev/null || true
;;
esac
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: 3c5443960fe860ff7055bc02a4793140b9fb9b28
RMD160: 0c5823c25117ddec20f9679a5148914fc5c530bb
Filesize: 14147.246 KB
Version history: (Expand)
- (2021-04-15) Updated to version: ruby30-base-3.0.1
- (2021-03-30) Package added to pkgsrc.se, version ruby30-base-3.0.0 (created)
CVS history: (Expand)
2021-04-15 09:53:24 by Benny Siegert | Files touched by this commit (6) | |
Log message:
Pullup ticket #6445 - requested by taca
lang/ruby30-base: security fix
Revisions pulled up:
- lang/ruby/Makefile 1.69
- lang/ruby/rubyversion.mk 1.230
- lang/ruby30-base/ALTERNATIVES 1.2
- lang/ruby30-base/Makefile 1.2
- lang/ruby30-base/PLIST 1.2
- lang/ruby30-base/distinfo 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 11 12:36:28 UTC 2021
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby30-base: ALTERNATIVES Makefile PLIST distinfo
Log message:
lang/ruby30-base: update to 3.0.1
Ruby 3.0.1 Released (2021-04-05)
Ruby 3.0.1 has been released.
This release includes security fixes. Please check the topics below
for details.
* CVE-2021-28965: XML round-trip vulnerability in REXML
* CVE-2021-28966: Path traversal in Tempfile on Windows
See the commit logs for details.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 11 12:43:17 UTC 2021
Modified Files:
pkgsrc/lang/ruby: Makefile
Log message:
lang/ruby: reset PKGREVISION
Reset PKGREVISION with updates of all ruby{26,27,30}.
|