Path to this page:
./
lang/ruby24-base,
Ruby 2.4.1 release minimum base package
Branch: pkgsrc-2017Q2,
Version: 2.4.1nb1,
Package name: ruby24-base-2.4.1nb1,
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:[
textproc/libyaml]
Required to build:[
pkgtools/cwrappers]
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: b0bec75c260dcb81ca386fafef27bd718f8c28ad
RMD160: 02f0be92b3fb3fbb4bd1f945359c0d45297cefc6
Filesize: 12276.95 KB
Version history: (Expand)
- (2017-07-04) Package added to pkgsrc.se, version ruby24-base-2.4.1nb1 (created)
CVS history: (Expand)
2017-09-15 21:25:23 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
Pullup ticket #5545 - requested by taca
lang/ruby24-base: security fix
Revisions pulled up:
- lang/ruby24-base/Makefile 1.4
- lang/ruby24-base/distinfo 1.3
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Wed Aug 30 03:33:39 UTC 2017
Modified Files:
pkgsrc/lang/ruby24-base: Makefile distinfo
Log message:
Add patch to fix vulnerabilities of rubygems.
https://www.ruby-lang.org/en/news/2017/08/29/multiple-vulnerabilities-in-rubygems/
* a DNS request hijacking vulnerability
* an ANSI escape sequence vulnerability
* a DoS vulernerability in the query command
* a vulnerability in the gem installer that allowed a malicious gem to
overwrite arbitrary files
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby24-base/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby24-base/distinfo
|