Path to this page:
./
lang/ruby25-base,
Ruby 2.5.9 release minimum base package
Branch: pkgsrc-2021Q1,
Version: 2.5.9,
Package name: ruby25-base-2.5.9,
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, BeOS etc.)
This package is Ruby 2.5 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2018/01/08 14:19:06 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: 7be8dc2e6e534eb36bfdf9f017af512996ec99a6
RMD160: 02536c6db7f40edd19f88d004458480372076f9e
Filesize: 11049.266 KB
Version history: (Expand)
- (2021-04-15) Updated to version: ruby25-base-2.5.9
- (2021-03-30) Package added to pkgsrc.se, version ruby25-base-2.5.8nb1 (created)
CVS history: (Expand)
2021-04-15 09:04:00 by Benny Siegert | Files touched by this commit (4) |
Log message:
Pullup ticket #6442 - requested by taca
lang/ruby25-base: security fix
(via patch)
--
Ruby 2.5.9 has been released.
This release includes security fixes. Please check the topics below
for details.
* CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in
WEBrick
* CVE-2021-28965: XML round-trip vulnerability in REXML
See the commit logs for details.
After this release, Ruby 2.5 reaches EOL. In other words, this is the
last release of Ruby 2.5 series. We will not release Ruby 2.5.10 even
if a security vulnerability is found. We recommend all Ruby 2.5 users
to upgrade to Ruby 3.0, 2.7 or 2.6 immediately.
--
|