Path to this page:
./
lang/ruby24-base,
Ruby 2.4.10 release minimum base package
Branch: pkgsrc-2020Q1,
Version: 2.4.10nb2,
Package name: ruby24-base-2.4.10nb2,
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.4 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2017/06/18 13:45:11 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
Required to run:[
security/openssl] [
textproc/libyaml]
Required to build:[
pkgtools/cwrappers]
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: 757707eaf3d013f17d63717b0b00dfde7ef6684e
RMD160: 761d22f21bc1f38698d71d0f6edc0489f7309ec5
Filesize: 9863.93 KB
Version history: (Expand)
- (2020-04-28) Updated to version: ruby24-base-2.4.10nb2
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version ruby24-base-2.4.9nb2 (created)
CVS history: (Expand)
2020-04-28 17:23:32 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #6167 - requested by taca
lang/ruby24-base: security fix
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.221
- lang/ruby24-base/distinfo 1.16
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Apr 1 15:27:40 UTC 2020
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log message:
lang/ruby24-base: update to 2.4.10
Update ruby24-base (and ruby24) to 2.4.10.
This release includes a security fix. Please check the topics below for
details.
* CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
fix)
Ruby 2.4 is now under the state of the security maintenance phase, until the
end of March of 2020. After that date, maintenance of Ruby 2.4 will be
ended. Thus, this release would be the last of Ruby 2.4 series. We
recommend you immediately upgrade Ruby to newer versions, such as 2.7 or 2.6
or 2.5.
---
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 2 12:20:51 UTC 2020
Modified Files:
pkgsrc/lang/ruby24-base: distinfo
Log message:
ruby24-base: update distinfo for 2.4.10 release
|