Path to this page:
./
lang/ruby25-base,
Ruby 2.5.7 release minimum base package
Branch: pkgsrc-2019Q3,
Version: 2.5.7,
Package name: ruby25-base-2.5.7,
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
Required to run:[
textproc/libyaml]
Required to build:[
pkgtools/cwrappers]
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: dd6b2841334ee99250fdf6a29c4eda501df6be97
RMD160: 6a0311eefcb23902c7e9f1f9a3d253f7c944cb27
Filesize: 11031.68 KB
Version history: (Expand)
- (2019-10-06) Updated to version: ruby25-base-2.5.7
- (2019-10-02) Package added to pkgsrc.se, version ruby25-base-2.5.6 (created)
CVS history: (Expand)
2019-10-05 21:46:45 by Benny Siegert | Files touched by this commit (4) | |
Log message:
Pullup ticket #6065 - requested by taca
lang/ruby25-base: security fix
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.210
- lang/ruby25-base/Makefile 1.10
- lang/ruby25-base/distinfo 1.12
- lang/ruby25/Makefile 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Oct 2 13:39:53 UTC 2019
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby25: Makefile
pkgsrc/lang/ruby25-base: Makefile distinfo
Log message:
lang/ruby25: update to 2.5.7
Update ruby25-base, ruby25 and ruby25-mode packges to 2.5.7.
pkgsrc chagnes
* fix warnings of pkglint.
Quote from release announce:
Ruby 2.5.7 (2019-10-01)
This release includes security fixes as listed below. Please check the
topics below for details.
* CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test
* CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix)
* CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and
File.fnmatch?
* CVE-2019-16201: Regular Expression Denial of Service vulnerability of
WEBrick's Digest access authentication
|