Path to this page:
./
lang/ruby193-base,
Ruby 1.9.3 release minimum base package
Branch: pkgsrc-2013Q3,
Version: 1.9.3p484,
Package name: ruby193-base-1.9.3p484,
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.9.3 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2011/11/13 15:45:49 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: 81dbaf390b16157069d8d1dd5b787db44d5f881c
RMD160: 21b4acab12b974d1f99d994a40cdfe3fe8d0be95
Filesize: 9806.166 KB
Version history: (Expand)
- (2013-12-31) Updated to version: ruby193-base-1.9.3p484
- (2013-10-04) Package added to pkgsrc.se, version ruby193-base-1.9.3p448nb5 (created)
CVS history: (Expand)
2013-12-01 12:34:00 by Matthias Scheler | Files touched by this commit (6) | |
Log message:
Pullup ticket #4260 - requested by taca
lang/ruby193-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.105
- lang/ruby193-base/Makefile 1.36
- lang/ruby193-base/distinfo 1.28 via patch
- lang/ruby193-base/patches/patch-configure 1.11
- lang/ruby193-base/patches/patch-configure.in 1.10
- lang/ruby193-base/patches/patch-ext_tk_extconf.rb deleted
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Nov 24 14:17:19 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby193-base: Makefile distinfo
pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in
Removed Files:
pkgsrc/lang/ruby193-base/patches: patch-ext_tk_extconf.rb
Log message:
Update ruby193-base (and related packages to 1.9.3-p484).
Ruby 1.9.3-p484 is released
Now Ruby 1.9.3-p484 is released.
This release includes a security fix about ruby interpreter core:
Heap Overflow in Floating Point Parsing (CVE-2013-4164)
And some bugfixes are also included. See tickets and ChangeLog for details.
|