Path to this page:
./
lang/ruby18-base,
Ruby 1.8 based release minimum package
Branch: pkgsrc-2014Q4,
Version: 1.8.7.374nb2,
Package name: ruby18-base-1.8.7.374nb2,
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.7 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2011/11/13 15:44:58 taca Exp $
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
rid="${RUBY_SITERIDIR}/created.rid"
case ${STAGE} in
DEINSTALL)
rm -f ${rid}
;;
esac
Package options: readline, ruby-build-ri-db
Master sites: (Expand)
SHA1: cf82b6cbeed8e389705aa6b66c2a8141626705c3
RMD160: 314efaa961c80c9294202c6e40dec0e38865ed94
Filesize: 4150.733 KB
Version history: (Expand)
- (2015-02-21) Updated to version: ruby18-base-1.8.7.374nb2
- (2014-12-30) Package added to pkgsrc.se, version ruby18-base-1.8.7.374nb1 (created)
CVS history: (Expand)
2015-02-20 21:18:59 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4620 - requested by taca
lang/ruby18-base: security patch
Revisions pulled up:
- lang/ruby18-base/Makefile 1.83
- lang/ruby18-base/distinfo 1.61
- lang/ruby18-base/patches/patch-lib_rexml_entity.rb 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 16 14:03:32 UTC 2015
Modified Files:
pkgsrc/lang/ruby18-base: Makefile distinfo
Added Files:
pkgsrc/lang/ruby18-base/patches: patch-lib_rexml_entity.rb
Log message:
Add fix for CVE-2015-1426.
Bump PKGREVISION.
|