Path to this page:
./
lang/ruby200-base,
Ruby 2.0.0 release minimum base package
Branch: pkgsrc-2015Q1,
Version: 2.0.0p645,
Package name: ruby200-base-2.0.0p645,
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.0.0 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2013/07/21 02:32:58 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]
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: e724dd0e4a1e820a368be307aa0863a8ecf4b694
RMD160: cbfd9ca2a5fe5d6ea1d89da9fd934c864bf339ab
Filesize: 10533.684 KB
Version history: (Expand)
- (2015-04-26) Updated to version: ruby200-base-2.0.0p645
- (2015-04-03) Package added to pkgsrc.se, version ruby200-base-2.0.0p643 (created)
CVS history: (Expand)
2015-04-26 10:26:15 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4684 - requested by taca
lang/ruby200-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.139
- lang/ruby200-base/distinfo 1.23 via patch
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 19 16:12:23 UTC 2015
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby200-base: distinfo
Log message:
Update ruby200 package to 2.0.0p645 (Ruby 2.0.0-p645).
>From release announce:
We are pleased to announce the release of Ruby 2.0.0-p645.
This release includes a security fix for OpenSSL extension. Please view the
topic below for more details.
CVE-2015-1855: Ruby OpenSSL Hostname Verification
Ruby 2.0.0 is now under the state of the security maintenance phase, until
Feb. 24th, 2016. After the date, maintenance of Ruby 2.0.0 will be ended. We
recommend you start planning migration to newer versions of Ruby, such as 2.1
or 2.2.
This release includes the security fix mentioned above along with small
changes required for test environment (that shouldn't affect normal users).
See ChangeLog for full details.
|