Path to this page:
./
lang/ruby27-base,
Ruby 2.7.5 release minimum base package
Branch: pkgsrc-2021Q3,
Version: 2.7.5,
Package name: ruby27-base-2.7.5,
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 2.7 introduces a number of new features and performance
improvements, most notably:
* Pattern Matching (Experimental)
* REPL improvement
* Compaction GC
* Separation of positional and keyword arguments
This package is Ruby 2.7 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2020/03/15 15:26:22 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: 1d04fbf24150eaa1297a7ef4c7057ec0a9dca527
RMD160: 6e62a7c30ea1295f0c5b9ec56027c1828ed72d89
Filesize: 11790.02 KB
Version history: (Expand)
- (2021-11-28) Updated to version: ruby27-base-2.7.5
- (2021-09-28) Package has been reborn
- (2021-09-27) Package added to pkgsrc.se, version ruby27-base-2.7.4 (created)
CVS history: (Expand)
2021-11-27 23:02:59 by Thomas Merkel | Files touched by this commit (3) | |
Log message:
Pullup ticket #6546 - requested by taca
lang/ruby27-base: security fix
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.239
- lang/ruby27-base/PLIST 1.5
- lang/ruby27-base/distinfo 1.9
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Nov 25 16:01:18 UTC 2021
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby27-base: PLIST distinfo
Log message:
lang/ruby27-base: update to 2.7.5
Ruby 2.7.5 Released
Posted by usa on 24 Nov 2021
Ruby 2.7.5 has been released.
This release includes security fixes. Please check the topics below for
details.
* CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date
Parsing Methods
* CVE-2021-41816: Buffer Overrun in CGI.escape_html
* CVE-2021-41819: Cookie Prefix Spoofing in CGI::Cookie.parse
See the commit logs for details.
|