diff options
author | taca <taca@pkgsrc.org> | 2013-05-16 16:13:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-05-16 16:13:59 +0000 |
commit | 3ec2d46b04de85975e2dc15645d8a6666964fbdf (patch) | |
tree | 687a66592dc0bfd03d6a2ffe483e9e5abc430b8c /lang/ruby | |
parent | f1480702eeb77dbc5b4185f0093c24242c14ac4f (diff) | |
download | pkgsrc-3ec2d46b04de85975e2dc15645d8a6666964fbdf.tar.gz |
Update ruby193 and related packages to 1.9.3p429 (Ruby 1.9.3 patchlevel 429).
pkgsrc changes:
* Fix gem command creating extra directories.
Quote from release announce:
This release includes a security fix about bundled DL / Fiddle.
* Object taint bypassing in DL and Fiddle in Ruby (CVE-2013-2065)
http://www.ruby-lang.org/en/news/2013/05/14/taint-bypass-dl-fiddle-cve-2013-2065/
* And some small bugfixes are also included.
See tickets:
https://bugs.ruby-lang.org/projects/ruby-193/issues?set_filter=1&status_id=5
ChangeLog for details.
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_426/ChangeLog
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 7ab6ba0996f..c3d9a2799f0 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.98 2013/05/14 15:18:05 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.99 2013/05/16 16:13:59 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -206,7 +206,7 @@ RUBY193_VERSION= 1.9.3 # patch RUBY18_PATCHLEVEL= pl371 -RUBY193_PATCHLEVEL= p392 +RUBY193_PATCHLEVEL= p429 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |