Path to this page:
./
lang/ruby200-base,
Ruby 2.0.0 release minimum base package
Branch: pkgsrc-2014Q3,
Version: 2.0.0p598,
Package name: ruby200-base-2.0.0p598,
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: 992416657832c775ff41452af81c962981ddbde2
RMD160: 76f2f261236f820adbe7dcedda9b9714eaf8e178
Filesize: 10506.721 KB
Version history: (Expand)
- (2014-11-16) Updated to version: ruby200-base-2.0.0p598
- (2014-11-01) Updated to version: ruby200-base-2.0.0p594
- (2014-10-01) Package added to pkgsrc.se, version ruby200-base-2.0.0p481nb1 (created)
CVS history: (Expand)
2014-11-16 17:02:54 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4547 - requested by taca
lang/ruby200-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.128
- lang/ruby200-base/distinfo 1.18
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Nov 15 14:33:45 UTC 2014
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby200-base: distinfo
Log message:
Update ruby200-base and related packages to 2.0.0-p598 (Ruby 2.0.0-p598).
* CVE-2014-8090: Another Denial of Service XML Expansion.
|
2014-11-01 20:17:24 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
Pullup ticket #4534 - requested by taca
lang/ruby200-base: bug fix update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.126 via patch
- lang/ruby200-base/Makefile 1.14
- lang/ruby200-base/distinfo 1.16-1.17
- lang/ruby200-base/patches/patch-pack.c 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Oct 2 08:59:26 UTC 2014
Modified Files:
pkgsrc/lang/ruby200-base: distinfo
pkgsrc/lang/ruby200-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:20:16 UTC 2014
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby200-base: Makefile distinfo
Log message:
Update ruby200-base and related packages to 2.0.0-p594 (Ruby 2.0.0-p594).
Ruby 2.0.0-p594 Released
We are pleased to announce the release of Ruby 2.0.0-p594.
This release includes a security fix for DoS vulnerability of REXML.
* CVE-2014-8080: Denial Of Service XML Expansion
This release also includes the change of default settings of
ext/openssl. Insecure SSL/TLS options are now turn off by default.
* Changed default settings of ext/openssl
And, many bug fixes are also included. See tickets and ChangeLog for details.
Ruby 2.0.0-p576 Released
We are pleased to announce the release of Ruby 2.0.0-p576, to celebrate the
holding of RubyKaigi2014 in Japan now.
This release includes many bugfixes, such as:
* many fixes of memory leaks and using extra memory.
* many fixes of platform-specific issues (especially in build process).
* many document fixes.
See tickets and ChangeLog for details.
|