Path to this page:
./
lang/ruby193-base,
Ruby 1.9.3 release minimum base package
Branch: pkgsrc-2012Q3,
Version: 1.9.3p327,
Package name: ruby193-base-1.9.3p327,
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: 7fbacfc960ef76d98c83f20eb31c71d6aaf9a5a6
RMD160: 5cd8317a3bdfeb7d6faef4f2ae49193292a60031
Filesize: 9742.026 KB
Version history: (Expand)
- (2012-11-15) Updated to version: ruby193-base-1.9.3p327
- (2012-10-17) Updated to version: ruby193-base-1.9.3p286
- (2012-10-10) Updated to version: ruby193-base-1.9.3p194nb3
- (2012-10-02) Package added to pkgsrc.se, version ruby193-base-1.9.3p194nb2 (created)
CVS history: (Expand)
2012-11-27 00:46:36 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Pullup ticket #3972 - requested by fhajny
lang/ruby193-base: build fix
Revisions pulled up:
- lang/ruby193-base/distinfo 1.13
- lang/ruby193-base/patches/patch-random.c 1.1
---
Module Name: pkgsrc
Committed By: fhajny
Date: Mon Nov 26 12:37:53 UTC 2012
Modified Files:
pkgsrc/lang/ruby193-base: distinfo
Added Files:
pkgsrc/lang/ruby193-base/patches: patch-random.c
Log message:
Fix build on SunOS as per
http://bugs.ruby-lang.org/projects/ruby-193/repository/revisions/37653
|
2012-11-11 00:06:57 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3968 - requested by taca
lang/ruby193-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.92 via patch
- lang/ruby193-base/distinfo 1.12 via patch
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Nov 10 14:34:27 UTC 2012
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby193-base: distinfo
Log message:
Update ruby193-base (and releated packages) to 1.9.3p327 (Ruby 1.9.3
patchlevel 327) to fix DoS security problem.
http://www.ruby-lang.org/en/news/2012/11/09/ruby19-hashdos-cve-2012-5371/
For other changes please refer Changelog file.
|
2012-10-17 11:47:21 by Matthias Scheler | Files touched by this commit (11) | |
Log message:
Pullup ticket #3947 - requested by taca
lang/ruby193-base: security update
Revisions pulled up:
- devel/ruby-fiddle/Makefile 1.6
- devel/ruby-mode/Makefile 1.26
- lang/ruby/Makefile.common 1.29
- lang/ruby/rubyversion.mk 1.89-1.90
- lang/ruby193-base/Makefile 1.20
- lang/ruby193-base/PLIST 1.4
- lang/ruby193-base/distinfo 1.11
- lang/ruby193-base/patches/patch-configure 1.4
- lang/ruby193-base/patches/patch-configure.in 1.4
- lang/ruby193-base/patches/patch-error.c deleted
- lang/ruby193-base/patches/patch-lib_mkmf.rb deleted
---
Module Name: pkgsrc
Committed By: cheusov
Date: Wed Oct 3 23:48:00 UTC 2012
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/python: pyversion.mk
pkgsrc/lang/ruby: rubyversion.mk
Log message:
Move documentation for *_REQD variables to "Infrastructure variables"
as suggested by obache@
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct 12 14:51:32 UTC 2012
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby193-base: Makefile PLIST distinfo
pkgsrc/lang/ruby193-base/patches: patch-configure patch-configure.in
Removed Files:
pkgsrc/lang/ruby193-base/patches: patch-error.c patch-lib_mkmf.rb
Log message:
Update ruby193-base to 1.9.3p286.
Ruby 1.9.3-p286 is released.
This release includes some security fixes, and other many bug fixes.
* $SAFE escaping vulnerability about Exception#to_s / NameError#to_s
(CVE-2012-4464, CVE-2012-4466)
* Unintentional file creation caused by inserting a illegal NUL character
* other many bug fixes.
See ticktes and ChangeLog for details.
Changelog: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_286/ChangeLog
tickets: \
https://bugs.ruby-lang.org/projects/ruby-193/issues?set_filter=1&status_id=5
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct 12 14:52:34 UTC 2012
Modified Files:
pkgsrc/devel/ruby-fiddle: Makefile
Log message:
Reset PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Oct 17 00:01:42 UTC 2012
Modified Files:
pkgsrc/devel/ruby-mode: Makefile
Log message:
Remove extra DIST_SUBDIR for now.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Oct 17 00:17:50 UTC 2012
Modified Files:
pkgsrc/lang/ruby: Makefile.common
Log message:
There were another extra DIST_SUBDIR to fix build problem.
|
2012-10-10 12:27:48 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #3939 - requested by taca
lang/ruby193-base: security patch
Revisions pulled up:
- lang/ruby193-base/Makefile 1.18-1.19
- lang/ruby193-base/distinfo 1.9-1.10
- lang/ruby193-base/patches/patch-error.c 1.1-1.2
---
Module Name: pkgsrc
Committed By: asau
Date: Tue Oct 2 20:11:57 UTC 2012
Modified Files:
pkgsrc/lang/ruby193-base: Makefile
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default \
these days.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Oct 6 16:20:35 UTC 2012
Modified Files:
pkgsrc/lang/ruby193-base: Makefile distinfo
Added Files:
pkgsrc/lang/ruby193-base/patches: patch-error.c
Log message:
Add a patch to fix CVE-2011-1005 security problem which found out that
it affected Ruby 1.9.x, too.
Now it
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Oct 6 16:27:54 UTC 2012
Modified Files:
pkgsrc/lang/ruby193-base: distinfo
pkgsrc/lang/ruby193-base/patches: patch-error.c
Log message:
Add short note to patches/patch-error.c about CVE-2012-4464 and CVE-2012-4466.
|