Path to this page:
./
lang/ruby21-base,
Ruby 2.1.5 release minimum base package
Branch: pkgsrc-2014Q3,
Version: 2.1.5,
Package name: ruby215-base-2.1.5,
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.1.1 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2014/03/14 19:40:47 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: d822e022bb8875724852f049f499f101d24a7fe5
RMD160: 32019c949a8c9bb716f6683a20f19231da452fda
Filesize: 11713.334 KB
Version history: (Expand)
- (2014-11-16) Updated to version: ruby215-base-2.1.5
- (2014-11-02) Updated to version: ruby214-base-2.1.4
- (2014-10-01) Package added to pkgsrc.se, version ruby212-base-2.1.2nb1 (created)
CVS history: (Expand)
2014-11-16 17:45:21 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4549 - requested by taca
lang/ruby21-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.130
- lang/ruby21-base/PLIST 1.4
- lang/ruby21-base/distinfo 1.10
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Nov 15 14:42:21 UTC 2014
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby21-base: PLIST distinfo
Log message:
Update ruby21-base (and ruby21) package to 2.1.5 (Ruby 2.1.5).
* CVE-2014-8090: Another Denial of Service XML Expansion.
|
2014-11-02 18:33:39 by Matthias Scheler | Files touched by this commit (6) | |
Log message:
Pullup ticket #4535 - requested by taca
lang/ruby21-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.127
- lang/ruby21-base/Makefile 1.8
- lang/ruby21-base/PLIST 1.3
- lang/ruby21-base/distinfo 1.8-1.9
- lang/ruby21-base/patches/patch-ext_dl_extconf.rb deleted
- lang/ruby21-base/patches/patch-pack.c deleted
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Oct 2 08:59:52 UTC 2014
Modified Files:
pkgsrc/lang/ruby21-base: distinfo
pkgsrc/lang/ruby21-base/patches: patch-pack.c
Log message:
Fix typo in comment in a patch file.
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Oct 27 16:29:57 UTC 2014
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby21-base: Makefile PLIST distinfo
Removed Files:
pkgsrc/lang/ruby21-base/patches: patch-ext_dl_extconf.rb patch-pack.c
Log message:
Update ruby21/ruby21-base package to 2.1.4.
Ruby 2.1.4 is released
Ruby 2.1.4 has been released.
This release includes security fixes for the following vulnerabilities:
* CVE-2014-8080: Denial Of Service XML Expansion
* Changed default settings of ext/openssl related to CVE-2014-3566
And there are some bug-fixes.
See tickets and ChangeLog for details.
Ruby 2.1.3 Released
We are pleased to announce the release of Ruby 2.1.3. This is a patchlevel
release of the stable 2.1 series.
This release contains a change of full GC timing to reduce memory consumption
(see Bug #9607), and many bugfixes.
See tickets and ChangeLog for details.
|