Path to this page:
./
lang/ruby22-base,
Ruby 2.2.3 release minimum base package
Branch: pkgsrc-2015Q2,
Version: 2.2.3,
Package name: ruby22-base-2.2.3,
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 2.2.1 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2015/03/08 16:24:55 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: 59fe80aeeb518ffb396bb1df74b47b25541fb207
RMD160: 048769272df86969a6848234bc3a1a1968a6e47c
Filesize: 13021.303 KB
Version history: (Expand)
- (2015-09-04) Updated to version: ruby22-base-2.2.3
- (2015-07-04) Package added to pkgsrc.se, version ruby22-base-2.2.2nb2 (created)
CVS history: (Expand)
2015-09-03 20:56:54 by Matthias Scheler | Files touched by this commit (5) | |
Log message:
Pullup ticket #4804 - requested by taca
lang/ruby22-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.147
- lang/ruby22-base/Makefile 1.4
- lang/ruby22-base/distinfo 1.6-1.7
- lang/ruby22-base/patches/patch-configure 1.3
- lang/ruby22-base/patches/patch-lib_rubygems_remote__fetcher.rb deleted
---
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jun 30 19:41:32 UTC 2015
Modified Files:
pkgsrc/lang/ruby22-base: distinfo
pkgsrc/lang/ruby22-base/patches: patch-configure
Log message:
Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
with pkgsrc MACHINE_ARCH (i386). Fixes 32-bit build, no change for 64-bit.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Aug 20 15:30:47 UTC 2015
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby22-base: Makefile distinfo
Removed Files:
pkgsrc/lang/ruby22-base/patches: patch-lib_rubygems_remote__fetcher.rb
Log message:
Update ruby22-base to 2.2.3 (Ruby 2.2.3).
Release note:
Ruby 2.2.3 Released
Posted by nagachika on 18 Aug 2015
We are pleased to announce the release of Ruby 2.2.3. This is a TEENY
version release of the stable 2.2 series.
This release includes the security fix for a RubyGems domain name
verification vulnerability.
CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier
There are also some bugfixes. See ChangeLog for details.
|