Path to this page:
./
lang/ruby18-base,
Ruby 1.8 based release minimum package
Branch: pkgsrc-2008Q1,
Version: 1.8.6.230nb1,
Package name: ruby18-base-1.8.6.230nb1,
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 1.8 based release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2007/01/28 15:15:58 taca Exp $
PREFIX="@PREFIX@"
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
rid="${RUBY_SITERIDIR}/created.rid"
case ${STAGE} in
DEINSTALL)
rm -f ${rid}
;;
esac
exit
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: c630222fd6b4272db84f54e68879f81e2014cd51
RMD160: cdf3ea33c3fd2258c685aea634aca7e9624036ec
Filesize: 3855.955 KB
Version history: (Expand)
- (2008-07-10) Updated to version: ruby18-base-1.8.6.230nb1
- (2008-06-30) Updated to version: ruby18-base-1.8.6.230
- (2008-04-12) Package added to pkgsrc.se, version ruby18-base-1.8.6.114 (created)
CVS history: (Expand)
2008-07-10 15:00:01 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #2443 - requested by taca
Security patch for ruby18-base
Revisions pulled up:
- lang/ruby18-base/Makefile 1.45 via patch
- lang/ruby18-base/distinfo 1.31 via patch
- lang/ruby18-base/patches/patch-ad 1.9 via patch
---
Module Name: pkgsrc
Committed By: tonnerre
Date: Thu Jul 3 21:06:10 UTC 2008
Modified Files:
pkgsrc/lang/ruby18-base: Makefile distinfo
Added Files:
pkgsrc/lang/ruby18-base/patches: patch-ad
Log message:
Add a patch to fix the integer overflow in rb_ary_fill() in Ruby 1.8
which can be exploited to cause a denial of service through memory
exhaustion. (SN-2008-02)
|
2008-06-28 13:59:47 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #2436 - requested by taca
Security update for ruby packages
Apply patches to update Ruby to version 1.8.6 patchlevel 230 to fix
the security vulnerability reported in CVE-2008-2726.
|
2008-06-28 13:54:07 by Matthias Scheler | Files touched by this commit (8) | |
Log message:
Pullup ticket #2436 - requested by taca
Security update for ruby packages
Apply patches to update Ruby to version 1.8.6 patchlevel 230 to fix
the security vulnerability reported in CVE-2008-2726.
|