Path to this page:
./
lang/ruby18-base,
Ruby 1.8 based release minimum package
Branch: pkgsrc-2010Q2,
Version: 1.8.7.174nb6,
Package name: ruby18-base-1.8.7.174nb6,
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: readline, ruby-build-ri-db
Master sites: (Expand)
SHA1: 9e84b49ad545ad54b8e7dc3c227eaaefeb1041aa
RMD160: f854d456003af1e31d50330c88c3cb152c434249
Filesize: 4047.663 KB
Version history: (Expand)
- (2010-08-16) Updated to version: ruby18-base-1.8.7.174nb6
- (2010-07-05) Package has been reborn
- (2010-07-04) Package added to pkgsrc.se, version ruby18-base-1.8.7.174nb5 (created)
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.
|