Path to this page:
./
lang/ruby30-base,
Ruby 3.0.2 release minimum base package
Branch: pkgsrc-2021Q2,
Version: 3.0.2,
Package name: ruby30-base-3.0.2,
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: cd04711ed3adecbe244c3b4391e67430d11fa9f8
RMD160: c65c329f89e1b26bb92cd24a83b48bb27f4dc8ff
Filesize: 14400.469 KB
Version history: (Expand)
- (2021-07-14) Updated to version: ruby30-base-3.0.2
- (2021-07-01) Package added to pkgsrc.se, version ruby30-base-3.0.1 (created)
CVS history: (Expand)
2021-07-12 14:54:47 by Benny Siegert | Files touched by this commit (3) | |
Log message:
Pullup ticket #6485 - requested by taca
lang/ruby30-base: security fix
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.234-1.235
- lang/ruby30-base/PLIST 1.3
- lang/ruby30-base/distinfo 1.3
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jul 7 16:10:01 UTC 2021
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby30-base: PLIST distinfo
Log message:
lang/ruby30-base: update to 3.0.2
Ruby 3.0.2 has been released.
This release includes security fixes. Please check the topics below
for details.
* CVE-2021-31810: Trusting FTP PASV responses vulnerability in Net::FTP
* CVE-2021-32066: A StartTLS stripping vulnerability in Net::IMAP
* CVE-2021-31799: A command injection vulnerability in RDoc
See the commit logs for details:
<https://github.com/ruby/ruby/compare/v3_0_1...v3_0_2>.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jul 7 16:11:57 UTC 2021
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log message:
lang/ruby: make sure to update ruby30's version
|