Path to this page:
./
lang/ruby193-base,
Ruby 1.9.3 release minimum base package
Branch: pkgsrc-2014Q3,
Version: 1.9.3p551,
Package name: ruby193-base-1.9.3p551,
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: 35600f4e2ac98653fa8a634104cb6ab3d47a1535
RMD160: 59cfcaf4e02957f53bf83557962b0d428156bc01
Filesize: 9813.801 KB
Version history: (Expand)
- (2014-11-16) Updated to version: ruby193-base-1.9.3p551
- (2014-11-02) Updated to version: ruby193-base-1.9.3p550
- (2014-10-01) Package added to pkgsrc.se, version ruby193-base-1.9.3p547nb1 (created)
CVS history: (Expand)
2014-11-16 17:14:58 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4548 - requested by taca
lang/ruby193-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.129
- lang/ruby193-base/distinfo 1.38
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Nov 15 14:39:09 UTC 2014
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby193-base: distinfo
Log message:
Update ruby193-base (and ruby193) to 1.9.3p551 (Ruby 1.9.3-p551).
* CVE-2014-8090: Another Denial of Service XML Expansion.
|
2014-11-02 18:14:33 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
Pullup ticket #4533 - requested by taca
lang/ruby193-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.125
- lang/ruby193-base/Makefile 1.46-1.47
- lang/ruby193-base/distinfo 1.36-1.37
- lang/ruby193-base/patches/patch-pack.c 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Oct 2 08:50:12 UTC 2014
Modified Files:
pkgsrc/lang/ruby193-base: distinfo
pkgsrc/lang/ruby193-base/patches: patch-pack.c
Log message:
Fix typo in comment in a patch file.
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Oct 27 16:11:18 UTC 2014
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby193-base: Makefile distinfo
Log message:
Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550).
Ruby 1.9.3-p550 Released
We are pleased to announce the release of Ruby 1.9.3-p550.
This release includes a security fix for DoS vulnerability of REXML.
* CVE-2014-8080: Denial Of Service XML Expansion
This release also includes the change of default settings of
ext/openssl. Insecure SSL/TLS options are now turn off by default.
* Changed default settings of ext/openssl
And, in addition, bandled jQuery for darkfish template of RDoc is also
updated.
---
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 28 07:48:19 UTC 2014
Modified Files:
pkgsrc/lang/ruby193-base: Makefile
Log message:
Not MAKE_JOBS_SAFE (two tries with MAKE_JOBS=8 failed for me in a row).
|