./lang/ruby, Wrapper package for Ruby programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q3, Version: 1.9.3p327nb1, Package name: ruby-1.9.3p327nb1, Maintainer: taca

This package is a wrapper for specific releases of the Ruby
programming language, providing commands (ruby, irb, ...) without
any release number information.

The actual Ruby programming language is provided by packages with
release numbers, like ruby16 or ruby18.

No package should depend on this package directly.


Required to run:
[lang/ruby193-base]

Version history: (Expand)


CVS history: (Expand)


   2012-11-11 00:06:57 by Matthias Scheler | Files touched by this commit (2) | Package updated
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) | Package updated
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.