diff options
author | taca <taca> | 2012-02-16 16:43:38 +0000 |
---|---|---|
committer | taca <taca> | 2012-02-16 16:43:38 +0000 |
commit | 613ec6b595487fa38005dd9113ee90cb7b2a1390 (patch) | |
tree | 1dca9de8d3ef7314c632466f9459e4da0c3cf43a /lang/ruby/rubyversion.mk | |
parent | 78254787d7cceb7c4fec19f8f0540fe114521e1a (diff) | |
download | pkgsrc-613ec6b595487fa38005dd9113ee90cb7b2a1390.tar.gz |
Update ruby193-base package to 1.9.3p125 (Ruby 1.9.3 patchlevel 125).
Implictly update lang/ruby193 and devel/ruby-mode (nothing change).
== Fixes
* Fix for Ruby OpenSSL module: Allow "0/n splitting" as a prevention
for the TLS BEAST attack
* Fixed: LLVM/clang support [Bug #5076]
* Fixed: GCC 4.7 support [Bug #5851]
* other bug fixes
For more detail, please refer:
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_125/ChangeLog
Diffstat (limited to 'lang/ruby/rubyversion.mk')
-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 75c54706f75..ba3cd1bbd4e 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.72 2012/02/16 16:36:07 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.73 2012/02/16 16:43:38 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -205,7 +205,7 @@ RUBY193_VERSION= 1.9.3 # patch RUBY18_PATCHLEVEL= pl358 RUBY19_PATCHLEVEL= pl290 -RUBY193_PATCHLEVEL= p0 +RUBY193_PATCHLEVEL= p125 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |