./lang/ruby18-base, Ruby 1.8 based release minimum package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q2, Version: 1.8.7.174nb6, Package name: ruby18-base-1.8.7.174nb6, Maintainer: taca

Ruby 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 [+/-]


Package options: readline, ruby-build-ri-db

Master sites: (Expand)

SHA1: 9e84b49ad545ad54b8e7dc3c227eaaefeb1041aa
RMD160: f854d456003af1e31d50330c88c3cb152c434249
Filesize: 4047.663 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-16 14:26:22 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #3207 - requested by taca
lang/ruby18-base: security patch

Revisions pulled up:
- lang/ruby18-base/Makefile			1.56
- lang/ruby18-base/distinfo			1.44
- lang/ruby18-base/patches/patch-ea		1.1
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Mon Aug 16 07:08:13 UTC 2010

Modified Files:
	pkgsrc/lang/ruby18-base: Makefile distinfo
Added Files:
	pkgsrc/lang/ruby18-base/patches: patch-ea

Log message:
Add a patch to fix for possible cross-site scripting (CVE-2010-0541)
from r29002 in Ruby's repository.  (Sadly, Ruby 1.8.7 pl301 missed
this change...)

Bump PKGREVISION.